In this section:

 

The global servers object allows you to configure ENUM and E911 servers as well as global DNS, call recording criteria and SRS Group Profile configurations. The 'servers' object includes global configurations for DNS servers used for SIP NAPTR, SRV, and A-record lookups.

When the ERE receives multiple records with the same order value and preference for a NAPTR query, the ERE considers only the first record received to resolve the route. If it does not find a route for the chosen record, it returns a 'no route found' response, and will not consider other records to resolve the route.

However, in the case where the order value and preference are different for the received records, the record chosen to resolve the route is based on the RFC rule. In this scenario, if the ERE/PSX does not find the route for the chosen record, it returns a 'no route found' response, and will not consider other records to resolve the route. 

The ENUM server returns a NAPTR response with an IP address to the SBC. To route a call to the IP Peer associated with this IP address, ensure the following is provisioned in ERE.

  1. Configure a SIP Domain with the IP address of the IP Peer.
  2. Create an IP Peer using the IP address above, and associate this IP peer to a routing label.
  3. Configure a Username Routing entry using SIP Domain from step 1, and attach the routing label created in step 2.

The SBC supports load balancing across ENUM servers for individual ENUM zones using enumDomainName, lwresdProfile and enumDomainNameLabel parameters described in this section. 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 schemes to route the requests to ENUM servers. For details, refer to ENUM Support.

  • Sequential
  • Round Robin
  • Proportional

Global DNS Servers

High Level Command Syntax

% set global servers 
	dns global
	e911 
	e911VpcDevice <device_name>
	enumDomainName <domain_name>
	enumDomainNameLabel DEFAULT_ZONE_LABEL enumDomainNameId <enumDomainName's name>
	enumService <name>
	lwresdProfile <profile name>

Command Parameters

Global DNS Servers Parameters

Parameter

Length/Range

Description

dns global

N/A

Use this object to configure global DNS settings. (Refer to Servers - DNS Global - CLI for parameter details)

e911

N/A

Use this parameter to configure enhanced 911 service. (Refer to Servers - E911 - CLI for parameter details)

e911VpcDevice

N/A

Use this object to configure the IP address and port number of the E911 VoIP Positioning Center (VPC) device. This parameter is used  for queries to one or more E911 VPCs for the Emergency Services Routing Number of the Public Services Answering Point nearest the current location of the caller.

(Refer to Servers - E911 - CLI for parameter details)

enumDomainName 1-63 characters

The name of the ENUM domain containing forwarderIP entries for load balancing.

(Refer to Servers - ENUM - CLI for parameter details)

enumDomainNameLabelN/A

A collection of ENUM domains used by SLWRESD process for performing ENUM queries. The default enumDomainNameLabel value is "DEFAULT_ZONE_LABEL".

(Refer to Servers - ENUM - CLI  for parameter details)

lwresdProfileN/A

LWRESD Profile configuration which uses ENUM zones configured for sending ENUM queries against an enumDomainLabel (and receives responses) using either the management or signaling interfaces, depending upon the LWRESD Profile type setting. 

(Refer to Servers - LWRESD Profile - CLI for parameter details)

 

Command Examples

To configure E911 server, execute the following CLI commands:

% set global country 1 listOfNumberOfDigitsToMatch criteria 10,6,3,0  
% commit 
% set profiles digitParameterHandling numberTranslationCriteria DEFAULT_E911 none Sonus_NULL Sonus_NULL 4451211022 1 lookupType e911 
% set global servers e911 DEFAULT_E911 flags active enable 
% set global servers e911VpcDevice DEFAULT_E911 deviceData 0 ipAddress 10.6.30.137 portNumber 9000 
% set global servers e911 DEFAULT_E911 vpcDevice DEFAULT_E911 
% set global servers e911 DEFAULT_E911 criteria triggerCriteria DEFAULT_E911
% commit

 

To configure global ENUM service, execute the following CLI commands:

  1. Configure numberTranslationCriteria for calledUri as below

    % set profiles digitParameterHandling numberTranslationCriteria ENUM_CR calledUri ims.comcast.com Sonus_NULL 9876543210 1 lookupType enumCnam 
  2. Provision enumService:

    % set global servers enumService ENUMSER1 criteria triggerCriteria ENUM_CR 
    % set global servers enumService ENUMSER1 serviceType cnam flags active enable 
  3. Configure the private domain 'ims.comcast.com' for ENUM service.

    % set global servers enumService ENUMSER1 enumDefinitions privateDomainNameForEnumLookups ims.comcast.com  

  • No labels