Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

In this section:

Table of Contents
maxLevel4



 

Command Syntax

Code Block
languagenone
% set profiles digitParameterHandling 
	numberTranslationCriteria <trigger_criteria_id>
	calledUri
	callingNumber 
	carrier 
	gnAdditionalCalling
	none
	tgWithCallingNumber
	tgWithgnAdditionalCalling
 	toHeader
	trunkGroup 


Each of the above parameters (except 'none') use the following options: 
		<element_id_1> 
		<element_id_1> 
		<national_code> 
		<country_code> 
		lookupType <e911 | enumCnam | enumLnp | enumSipAor> 
        callParameterFilterGroupProfile <CPFPG Id>
        InDmRule <inDmPmRule Id>
        outDmRule <outDmPmRule Id>

Command Parameters

The Number Translation parameters are as shown below:

 
Caption
0Table
1 Number translation parameters


Parameter

Description

numberTranslationCriteria

The number translation criteria (route) label. Use this object to configure Number Translation Criteria for one of element types defined below.

Each element type includes the following addtional parameters to configure.

    • <elementID1> – A textual field (1-23 characters) to specify the domain name to associate with this element type. For example, the name of the trunk group which will apply this DM/PM rule.
    • <elementID2> – A textual field (1-23 characters) to specify userinfo to associate with this element type. For example, the IP peer of the trunk group applying this DM/PM rule.
    • <national> – A textual field (1-23 characters) to store the calling number, called number or number prefix to associate with this element type.
    • <country> – The Country code to associate with this element type.
    • lookupType – Choose an ENUM lookup type:
      • e911 Emergency number translation services for subscribers with phone numbers not tied to a specific geographic location (NA variant only).
      • enumCnam Calling name lookup in the IP network.
      • enumLnp Number portability lookup in the IP network.
      • enumSipAor – SIP address of the record lookup in the IP network.
calledUri

This call processing element specifies the destination of the call. And this parameter is with respect to Request-URI in the received INVITE from UE. When configuring number translation for a Carrier, set the following parameters (see above for field descriptions):

  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType

callingNumber

This call processing element specifies the source of the call. When configuring number translation for a Carrier, set the following parameters (see above for field descriptions):

  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType

carrier

When configuring number translation for a Carrier, set the following parameters (see above for field descriptions):

  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType
gnAdditionalCalling

none

When configuring number translation with no element type, set the following parameters (see above for field descriptions):

  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType

tgWithCallingNumber

 This parameter takes following elements as input. This is a mandatory parameter.

  1. Trunk Group 
  2. SBX System Name
  3. Prefix number to be screened
  4. Country code
  5. National ID as Sonus_NULL
  6. Country ID as Sonus_NULL 
  7. lookupType as dmPmRule
  8. triggerDmPmRule <trigger DM PM Rule name>
tgWithgnAdditionalCalling 

This parameter takes following elements as input. This is a mandatory parameter.

  1. Trunk Group 
  2. SBX System Name
  3. Prefix number to be screened
  4. Country code
  5. National ID as Sonus_NULL
  6. Country ID as Sonus_NULL 
  7. lookupType as dmPmRule
  8. triggerDmPmRule <trigger DM PM Rule name> 
toHeader This call processing element specifies the destination of the call with respect to To Header in the received INVITE from UE. When configuring number translation for a Carrier, set the following parameters (see above for field descriptions):
  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType

trunkGroup

When configuring number translation for a trunk group, set the following parameters (see above for field descriptions):

  • <elementID1>
  • <elementID2>
  • <national>
  • <country>
  • lookupType
inDmRule
This dm pm rule is performed before fetching the data from local database. This is an optional parameter.
outDmRule
This dm pm rule is performed after fetching the data from local database. This is an optional parameter.
callParameterFilterGroupProfileCall Parameter Filter Profile Group name. The range is 1 - 23. This is
an
a mandatory parameter.

Command Example

The following is an example of how to configure adInDmRuleadOutDmRule, and callParameterFilterGroupProfile.

Code Block
titleExample
set profiles digitParameterHandling numberTranslationCriteria POCNTC1 trunkGroup TG_SIPART_IAD TITAS Sonus_NULL Sonus_NULL lookupType AD callParameterFilterGroupProfile POCCPFPG1 outDmRule POCDMPMRULE1 inDmRule POCINDMRULE1

Pagebreak