Versions Compared

Key

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

In this section:

Table of Contents

Overview

The

Spacevars
0product
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
MultiExcerptNameMapping From Header
PageWithExcerptSIP-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
0Figure
1PSX 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
MultiExcerptNameMapping ISUP Calling Party Number
PageWithExcerptSIP-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

  1. 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
    0Figure
    1Disable the flag Enable Default PUI Procedures

  2. Navigate to Ingress signaling profile > Calling Party/Billing Number and enable the flag Don't Strip Calling Number For Restricted Presentation.

    Caption
    0Figure
    1Enable the flag Don't Strip Calling Number For Restricted Presentation

  3. Navigate to IP Signaling Profile> Egress IP Attributes> Flags> Privacy> Privacy Information > Flags and enable the following flags:
    1. P-Asserted-Id
    2. Include Privacy

    Caption
    0Figure
    1Enable the Flags P-Asserted-Id and Include Privacy

  4. Navigate to IP Signaling Profile> Egress IP Attributes> Flags> Privacy and disable the flag Transparency:

    Caption
    0Figure
    1Disable the Flag Transparency

or

ERE Configuration

  1. To disable the flag enableDefaultPUIProcedures, execute the following command:

    Code Block
    % set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags enableDefaultPUIProcedures disable
    % commit
  2. 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
  3. 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
  4. 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

Pagebreak