sipXecs

ENUM dialing should be integrated into the dialplan

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: sipXregistry
  • Team:
    Operation
  • Rank:
    3953   
  • Labels:
  • Description:
    Hide
    The current ENUM implementation requires the user to dial a specific prefix to initiate a ENUM lookup. E.g.:
       - dial 9 + 10 digit number to initiate a PSTN call through a gateway
       - dial 8 + 10 digit number to initiate a ENUM call

    Desired behavior:
    ENUM needs to be transparent to the user. Dialing a long-distance or international number should trigger an ENUM lookup first, if ENUM is enabled. If that lookup reveals a valid SIP URI, the call should be tried over IP. If the call succeeds good, if the call does not succeed or if no valid SIP URI is returned the call should be automatically routed through a gateway and into the PSTN - without the user knowing about ENUM.
    Show
    The current ENUM implementation requires the user to dial a specific prefix to initiate a ENUM lookup. E.g.:    - dial 9 + 10 digit number to initiate a PSTN call through a gateway    - dial 8 + 10 digit number to initiate a ENUM call Desired behavior: ENUM needs to be transparent to the user. Dialing a long-distance or international number should trigger an ENUM lookup first, if ENUM is enabled. If that lookup reveals a valid SIP URI, the call should be tried over IP. If the call succeeds good, if the call does not succeed or if no valid SIP URI is returned the call should be automatically routed through a gateway and into the PSTN - without the user knowing about ENUM.
  • Environment:
    sipX 3.7

Issue Links

Activity

Hide
Dale Worley added a comment - 2007-01-02 11:21
This is a particularly important case of a broader problem -- when there are multiple ways of contacting the same UA. In this case, the ENUM routing to the destination is considered to be equivalent to routing through the PSTN. This requires somewhat more complex routing -- e.g., if one attempt fails as busy (486), the second route should not be attempted. (This is especially true if the second route is via PSTN!) The current "serial forking" concept for proxies does not handle this well, as it will attempt the second route if any failure is seen from attempting the first route. What is needed is distinguishing failures from the end-point (which mean that altnerative routes to the same end-point should not be tried) from failures from intermediate systems (which mean that alternative routes should be attempted.) Compare the difference between "busy" and "reorder" in the PSTN.

This has been discussed in the IETF but I've not seen any solid solutions proposed.

Similar problems arise when calls are routed to multiple gateways to the PSTN -- it is difficult to make a call that failed to find an outgoing line on one gateway (usually reported as 503) route to a second gateway, while not having a similar fail-over when one gateway returns 486 (busy).
Show
Dale Worley added a comment - 2007-01-02 11:21 This is a particularly important case of a broader problem -- when there are multiple ways of contacting the same UA. In this case, the ENUM routing to the destination is considered to be equivalent to routing through the PSTN. This requires somewhat more complex routing -- e.g., if one attempt fails as busy (486), the second route should not be attempted. (This is especially true if the second route is via PSTN!) The current "serial forking" concept for proxies does not handle this well, as it will attempt the second route if any failure is seen from attempting the first route. What is needed is distinguishing failures from the end-point (which mean that altnerative routes to the same end-point should not be tried) from failures from intermediate systems (which mean that alternative routes should be attempted.) Compare the difference between "busy" and "reorder" in the PSTN. This has been discussed in the IETF but I've not seen any solid solutions proposed. Similar problems arise when calls are routed to multiple gateways to the PSTN -- it is difficult to make a call that failed to find an outgoing line on one gateway (usually reported as 503) route to a second gateway, while not having a similar fail-over when one gateway returns 486 (busy).
Hide
Martin Steinmann added a comment - 2009-11-20 18:19
We have now seen the first deployment proposal where ENUM is proposed to centralize the dialplan.
Show
Martin Steinmann added a comment - 2009-11-20 18:19 We have now seen the first deployment proposal where ENUM is proposed to centralize the dialplan.

People

Dates

  • Created:
    2006-12-15 15:53
    Updated:
    2010-08-22 15:30
    Resolved:
    2010-06-27 07:45