...
Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
...
Use this object to define numbers that are to be globalized for egress SIP message headers. Specify a profile entry for each number type to globalize. The profile includes a digit type, a source for the country code, and a flag to enable the globalization.
Code Block | ||
---|---|---|
| ||
% set profiles signaling numberGlobalizationProfile <profile name>
entry
252
253
254
billingNumber
calledDirectoryNumber
calledInNumber
calledNumber
callingNumber
contractorNumber
dialedNumber
fromUri
gnAdditionalCalled
gnAdditionalCalling
gnAdditionalConnected
gnAdditionalOriginalCalled
gnAdditionalRedirecting
gnAdditionalRedirection
gnCalledCesId
gnCollectCallNumber
gnDestination
gnDialedDigits
gnLocalAni
gnNetworkProvidedNumber
gnPortedDialed
gnRedirectingTerminating
gnThirdPartyNumber
gnUserCallingNotScreened
gnUserCallingScreened
location
none
originalCalledNumber
outpulseNumber
presentationNumber
pretranslated
redirecting
redirection
twoStageCollected
% show profiles signaling numberGlobalizationProfile <profile name>
displaylevel <displaylevel>
entry <type of number to be analyzed>
countryCodeSource
digitType
globalize
% delete profiles signaling numberGlobalizationProfile <profile_name> |
The following attributes apply to the entry
objects above:
Code Block | ||
---|---|---|
| ||
countryCodeSource <destination | ingressTrunkgroup | origination>
digitType
_900PremiumToll
_950CarrierAccess
all
carrierAccess
directoryAssistance
easilyIdentifiableNumber
emergency governmentEmergency
ieps
internationalOperator
internationalType
ipVpn
localOperator
longDistanceOperator
nationalOperator
nationalType
noDigits
otherCarrierChosen
private
serviceAccessCode
subscriberOperator
subscriberType
test
tollFree
transit
userName
verticalServiceCode
globalize <disable | enable> |
The Number Globalization Profile parameters are as shown:
Caption | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
...
|
...
displaylevel
...
1-64
...
Code Block | ||
---|---|---|
| ||
% show profiles signaling numberGlobalizationProfile
numberGlobalizationProfile DEFAULT_IP
{
entry callingNumber
{
digitType
subscriberType,nationalType,internationalType,easilyId
entifiableNumber,tollFree,_900PremiumToll,_950CarrierAccess,
directoryAssistance,serviceAccessCode,test,transit
,otherCarrierChosen,carrierAccess,noDigits;
countryCodeSource origination;
globalize enable;
}
entry calledNumber
{
digitType
subscriberType,nationalType,internationalType,easilyId
entifiableNumber,tollFree,_900PremiumToll,_950CarrierAccess,
directoryAssistance,serviceAccessCode,test,transit
,otherCarrierChosen,carrierAccess,noDigits;
countryCodeSource destination;
globalize enable;
}
entry pretranslated
{
digitType
subscriberType,nationalType,internationalType,easilyId
entifiableNumber,tollFree,_900PremiumToll,_950CarrierAccess,
directoryAssistance,serviceAccessCode,test,transit
,otherCarrierChosen,carrierAccess,noDigits;
countryCodeSource destination;
globalize enable;
}
|