In this section:
Use this object to define numbers to globalize for SIP message headers on the egress leg. Each profile entry includes a digit type, a source for the country code, and a flag to enable the globalization for that profile entry.
The SBC supports globalizing the Request-URI by enabling globalization for the called number and enabling the To-Header Transparency flag. Thus, the Request-URI called number is not transmitted transparently to the egress leg (To-Header transparency flag will not affect Request-URI globalization). Note that Request-URI globalization is independent of the To-Header Transparency. This functionality applies to all scenarios where To-Header transparency is enabled, such as:
- Redirection scenarios
- Refer scenario
- Interaction with Undo LNP
- Modifying hostname of reqURI
Command Syntax
% 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 % set profiles signaling numberGlobalizationProfile <profile name> entry <entry> Possible completions: countryCodeSource - This attribute specifies the number type of the country code used to globalize the number. digitType - This attribute specifies the digit type of the number to be globalized. globalize - The flag to turn on or off the globalization feature for the number. % 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:
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>
Command Parameters
The Number Globalization Profile parameters are as shown:
Command Example
% 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; }