In this section:
Telephone Number Mapping (ENUM) transforms the telephone number into a universal identifier recognized across different devices and applications (voice, fax, mobile, e-mail, text messaging, location-based services and the Internet). ENUM can also be used to implement a variety of services like number portability, call forwarding etc. It uses a DNS NAPTR record to translate a telephone number into a Uniform Resource Identifier or IP address that can be used in Internet communications.
Since a call may span multiple network elements, to avoid redundant ENUM queries, the SBC supports (when configured) processing the enumdi
parameter received on ingress INVITE. Similarly, if ERE/PSX performs an ENUM dip, the SBC sends this parameter in egress INVITE to the next network element identifying that an ENUM query has already been made for the TEL URI, thus preventing redundant queries further down the network.
The Feature Control Profile flag to enable processing of the enumdi
parameter is processEnumdi
. For example,
% set profiles featureControlProfile <profile name> processEnumdi enable
If R-URI transparency flag (requestURI
) is enabled, the SBC does not send enumdi
indicator in egress signaling even if an ENUM dip is performed by ERE/PSX.
The SBC performs ENUM queries to an external DNS to map E.164 telephone numbers to SIP trunk URIs, and then performs SIP routing based on the service URIs. ENUM translation requires an ENUM NAPTR (Naming Authority Pointer) query to resolve a telephone number to an FQDN, and then requires DNS queries to resolve the FQDN to an IP address and port number.
The result of a successful ENUM NAPTR query is a SIP URI telephone number received in the Request-URI resolved to a SIP URI. To perform an ENUM NAPTR query, the SBC reverses the order of the SIP URI telephone number digits, adds a dot in between each digit, adds the domain name, and finally performs the DNS NAPTR query.
By default, SBC sends ENUM NAPTR queries to the default public domain (.e164.arpa). If the ENUM database resides in a private domain, specify the private domain on the DNS-ENUM Service Definition screen.
For example, an ENUM query to an external DNS for the ENUM NAPTR record for the SIP URI sip:+1-212-555-5678@1.2.3.4 is sent using the format 8.7.6.5.5.5.5.2.1.2.1.e164.arpa. The SBC then uses the FQDN from the returned record to perform DNS queries which attempt to map the FQDN to an IP address and port number. The SBC returns the IP address and port number in a Request-URI in the policy response.
When SBC queries an ENUM server and the NAPTR response contains two or more matches, the SBC orders the records in the response according to the “order” and “preference” fields. The SBC uses the first valid record which has the highest (numerically lowest) order and highest (numerically lowest) preference. The rest of the records are not used.
In a NAPTR response to ENUM query, any one of the following strings are recognized as indicating that a SIP address-of-record appears in the URI field:
In the following example, five records were received; the record with the rrk2 address is used because it has the highest order (100) and highest preference (10).
Provisioned records for (44) 1793601415:
5.1.4.1.0.6.3.9.7.1.4.4.e164.arpa. IN NAPTR 300 10 "u" "E2U+sip" "!^.*$!sip:rrk1@sonusnet.com!"
5.1.4.1.0.6.3.9.7.1.4.4.e164.arpa. IN NAPTR 100 10 "u" "E2U+sip" "!^.*$!sip:rrk2@sonusnet.com!"
5.1.4.1.0.6.3.9.7.1.4.4.e164.arpa. IN NAPTR 200 10 "u" "E2U+sip" "!^.*$!sip:rrk3@sonusnet.com!"
5.1.4.1.0.6.3.9.7.1.4.4.e164.arpa. IN NAPTR 100 20 "u" "E2U+sip" "!^.*$!sip:rrk4@sonusnet.com!"
5.1.4.1.0.6.3.9.7.1.4.4.e164.arpa. IN NAPTR 400 10 "u" "E2U+sip" "!^.*$!sip:rrk5@sonusnet.com!"
ENUM LNP enables number portability lookups in the IP network without the need to consult an external element in the SS7 network, thus simplifying call routing and networking operations.
The Routing Number must use one of the following formats:
To provision ENUM LNP, enter ported numbers into the SBC database via the NPA-NXX entity (or optionally Number Translation Criteria), and then provision the Enum Domain and Enum Service.
When a Routing Request triggers an ENUM LNP lookup, SBC uses the dialed number to form a domain name and puts it in an ENUM LNP query to the ENUM database. When the ENUM returns NAPTR resource records, the SBC selects the record with a particular service type, extracts the translated number and domain name from the NAPTR record, and uses them to perform routing. If the query returns no NAPTR record with a translated number, the SBC routes the call using the original dialed number.
ENUM CNAM enables calling name lookups on the IP network without having to consult an external element in the SS7 network, thus simplifying call routing and network operations.
To provision ENUM CNAM, specify the trigger criteria in the Number Translation Criteria entity and specify the ENUM CNAM as the lookup type. ENUM CNAM, provisioned through the DNS-ENUM Service Definition screen, uses the same triggering and escape criteria as SCP-based CNAM. When a Routing Request triggers an ENUM CNAM lookup, the SBC uses the calling number to form a domain name and puts it in an ENUM CNAM query to the ENUM database. When the ENUM returns NAPTR resource records, the SBC adds the caller name.
The ERE platform is enhanced to support number translations based on the host part (contains a fully-qualified domain name) of the SIP headers. As the IP address format is not supported for host part lookup, it is recommended to use the fully-qualified domain name. BC retrieves the destination domain from the various SIP headers and sends it to ERE as part of the policy request. The domain name lookup is case insensitive and partial matches are supported, while first priority is always for the full match.
The supported destination domain SIP headers are:
R-URI Header
TO Header
Contact Header
CalledUri
and toHeader
element types are used to support call processing. Configure any of these element types to trigger number translations. The domain names configured in number translations are converted to upper case and stored in ERE as uppercase.
The following are configured based on service priority:
The ERE after executing the SIP AoR service, receives the domain name from the NAPTR RR SIP-URI and the system continues to trigger the next service ENUM CNAM in the priority list. In general, ERE uses the domain name received from SIP AoR service for routing. The ERE updates the CalledUri
with the information received from SIP AoR and then performs any other number translations as required.
To facilitate this service interaction ENUM SIP AoR service must be provisioned with a higher priority than ENUM CNAM service. ENUM CNAM service must be provisioned with element type as calledUri.
The parameter priority
is used to set the priority of this ENUM service. This parameter is used to prioritize the order of the ENUM service execution. Priority of the ENUM server hold the values in range (129..140). If not set, or set to "129", default priorities are assigned for LNP (130), CNAM (131), and SIP AoR (132), and these services are executed in that order. If a different order of service execution is required, the priorities are set accordingly. For example, setting CNAM priorty to 133, executes SIP AoR before CNAM.
For configuration details, refer to:
This behavior is controlled by enabling the IP Signaling Profile flag “includeEnumParameters”. The default value is "disable". When enabled, SBC either adds ENUM response parameters to the R-URI or overwrites egress INVITE R-URI parameter value with the ENUM response parameter value (egress INVITE parameters are determined based on the existing SBC process logic and transparency mechanism).
% set profiles signaling ipSignalingProfile <profile name> egressIpAttributes flags includeEnumParameters < enable | disable >
For configuration details, see:
SBC is enhanced to support load balancing across ENUM servers for individual ENUM zones. ENUM client routes the query to ENUM servers based on the load balancing scheme configured for that zone. ENUM client uses the following load balancing scheme to route the requests to ENUM servers:
This feature supports a new process slwresd in SBC ERE and replaces the existing lwresd. The new process takes care of initializing the bind stack according to the load distribution type configured for a particular domain. The new enumDomainName entity in SBC is added to support new configurations required for supporting different load distribution strategy. The new entities enumDomainName, lwresdProfile, and enumDomainNameLabel are added by the new slwresd process for initializing the bind stack.
enumDomain
parameter is no longer supported in SBC.
For an enumDomainName
, all forwarderIPs
must be configured with same loadDistribution
type and queryRetryTimer
value.
For configuration details, see: