Add_docset_workflow |
---|
AUTH1 | bgoswami | |
---|
DEV2 | agadiraju | |
---|
DEV1 | sekumar | |
---|
LDEV1 | sgardell | |
---|
SVT1 | mmalaiandi | |
---|
LSVT1 | radaikalam | |
---|
|
Panel |
---|
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
|
|
Overview
The ERE (Embedded Route Engine) platform is enhanced to support number translations based on host part (contains a fully-qualified domain name) of the SIP headers. IP addresses format is not supported for host-part lookup. It is always recommended to use the fully-qualified domain name. To support this new requirement, SBC retrieves the destination domain from the various SIP headers and sends it to ERE as part of the policy request. The domain name look-up is case insensitive and partial matches are supported, while first priority is always for full match.
...
- INVITE Message,
R-URI Header
- INVITE Message,
TO Header
- 3XX Message,
Contact Header
...
How to Configure CNAM (ENUM) Dip Criteria
The following steps outline how to configure CNAM (ENUM) Dip Criteria
Anchor |
---|
| Configuring CNAM (ENUM) |
---|
| Configuring CNAM (ENUM) |
---|
|
Configuring CNAM (ENUM) Trigger Criteria Code Block |
---|
|
% set profiles digitParameterHandling numberTranslationCriteria CR1 calledUri ABC.com Sonus_NULL Sonus_NULL Sonus_NULL lookupType enumCnam
commit |
...
...
Configuring ENUM Service Code Block |
---|
|
% set global servers enumService ENUMSER1 criteria triggerCriteria CR1
commit |
Anchor |
---|
| Enabling Service Type |
---|
| Enabling Service Type |
---|
|
Configuring Service Type Code Block |
---|
|
% set global servers enumService ENUMSER1 defaultTreatment applyFinalTreatment serviceType cnam flags active enable
commit |
...
ENUM Domain Name and Address | | Configuring |
---|
|
...
ENUM Domain Name and Address |
|
Configuring ENUM Domain Name and Address Code Block |
---|
|
% set global servers enumDomainName ims.ABC.com forwardersData 1 forwarderIP 10.54.212.202 forwarderDescription test
commit |
Anchor |
---|
| Configuring Private Domain Name |
---|
| Configuring Private Domain Name |
---|
|
Configuring Private Domain Name Code Block |
---|
|
set global servers enumService ENUMSER1 enumDefinitions privateDomainNameForEnumLookups ims.ABC.com
commit |
Code Block |
---|
|
% set global servers enumDomainNameLabel DEFAULT_ZONE_LABEL enumDomainNameId ims.ABC.com
commit |
...
Ip Access Control List | | Configuring Ip Access Control List |
---|
|
...
Configuring Ip Access Control List Code Block |
---|
|
% set addressContext default ipAccessControlList rule ENUM sourceIpAddress 10.54.212.202 action accept sourceAddressPrefixLength 32 precedence 1 state enabled
commit |
...