Overview
The
supports to populate
the encapsulated ISUP
calling party even when it is not mapped to P-Asserted-Identity in the INPUT DATA that is sent to the PSX. Mapping From Header to ISUP GAP Parameter
Multiexcerpt include |
---|
MultiExcerptName | Mapping From Header |
---|
PageWithExcerpt | SIP-I Support |
---|
|
Perform the following steps to map From header to ISUP GAP parameter:
Anchor |
---|
| Configuring ERE or PSX |
---|
| Configuring ERE or PSX |
---|
|
Configuring PSX or ERE
PSX Configuration
On the PSX main screen, navigate to IP Signaling Profile > Egress IP Attributes > Common IP Attributes and Disable the flag Enable Default PUI Procedures
.
Caption |
---|
0 | Figure |
---|
1 | PSX Configuration |
---|
|
|
or
ERE Configuration
To disable the flag enableDefaultPUIProcedures
, execute the following command:
Code Block |
---|
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags enableDefaultPUIProcedures disable
% commit |
Anchor |
---|
| Configuring the Flag mapFromHeaderToIsupGap |
---|
| Configuring the Flag mapFromHeaderToIsupGap |
---|
|
Mapping From Header To ISUP Gap
To map From header to ISUP GAP parameter, execute the following command:
Code Block |
---|
% set addressContext default zone defaultSigZone sipTrunkGroup SipTrnkGrp1 signaling callingParty mapFromHeaderToIsupGAP enabled |
Mapping ISUP Calling Party Number to SIP From and PAI Headers
Multiexcerpt include |
---|
MultiExcerptName | Mapping ISUP Calling Party Number |
---|
PageWithExcerpt | SIP-I Support |
---|
|
Perform the following steps to map ISUP calling party number to SIP From and PAI headers:
Anchor |
---|
| Configuring PSX or ERE |
---|
| Configuring PSX or ERE |
---|
|
Configuring PSX or ERE
PSX Configuration
On the PSX main screen, navigate to IP Signaling Profile>Egress IP Attributes> Common IP Attributes and disable the flag Enable Default PUI Procedures
.
Caption |
---|
0 | Figure |
---|
1 | Disable the flag Enable Default PUI Procedures |
---|
|
|
Navigate to Ingress signaling profile > Calling Party/Billing Number and enable the flag Don't Strip Calling Number For Restricted Presentation
.
Caption |
---|
0 | Figure |
---|
1 | Enable the flag Don't Strip Calling Number For Restricted Presentation |
---|
|
|
- Navigate to IP Signaling Profile> Egress IP Attributes> Flags> Privacy> Privacy Information > Flags and enable the following flags:
P-Asserted-Id
Include Privacy
Caption |
---|
0 | Figure |
---|
1 | Enable the Flags P-Asserted-Id and Include Privacy |
---|
|
|
Navigate to IP Signaling Profile> Egress IP Attributes> Flags> Privacy and disable the flag Transparency
:
Caption |
---|
0 | Figure |
---|
1 | Disable the Flag Transparency |
---|
|
|
or
ERE Configuration
To disable the flag enableDefaultPUIProcedures
, execute the following command:
Code Block |
---|
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags enableDefaultPUIProcedures disable
% commit |
To enable the flag dontStripClgNumberForRestrictedPresentation
, execute the following command:
Code Block |
---|
% set profiles signaling signalingProfile DEFAULT_IP_PROFILE accessTransport enable egress callingNumber dontSend egressFlags dontStripClgNumberForRestrictedPresentation enable
% commit |
To enable the flag includePrivacy
, execute the following command:
Code Block |
---|
% set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes privacy privacyInformation pAssertedId flags includePrivacy enable
% commit |
To disable the flag transparency
, execute the following command:
Code Block |
---|
% set profiles signaling ipSignalingProfile DEFAULT_SIP egressIpAttributes privacy transparency disable
% commit |
Anchor |
---|
| Mapping ISUP Calling Party Number to SIP From and PAI Headers |
---|
| Mapping ISUP Calling Party Number to SIP From and PAI Headers |
---|
|
Mapping ISUP Calling Party Number to SIP From and PAI Headers
To map ISUP calling party number to SIP From and PAI headers, execute the following command:
Code Block |
---|
% set addressContext default zone defaultSigZone sipTrunkGroup SipTrnkGrp1 signaling callingParty mapIsupCgpnToPAI enabled
% commit |