You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

 

Overview

Unable to show "metadata-from": No such page "_space_variables"
already supports Cause Mapping profiles to be configured locally and applies the same during call processing. A new configuration is added to IP Signaling Profile of PSX to specify the Cause Code Mapping profile names. PSX returns the Cause Code profile names in the Policy response to
Unable to show "metadata-from": No such page "_space_variables"
.
Unable to show "metadata-from": No such page "_space_variables"
uses the Cause Code profile names specified by PSX.

The following new IPSP configurations are added to PSX under SIP Cause Mapping section:

  • Internal to SIP Cause Mapping Profile Name
  • SIP to Internal Cause Mapping Profile Name

SBC applies the Cause Code Mapping profile in the following order:

  1. If a policy response contains a profile name and a locally configured profile exists with the same name, SBC applies the same profile.

  2. If a policy response does not contain a profile name or if the profile name does not match with any local profile, SBC applies the local Cause Mapping profile attached to the SIP Trunk Group (if configured).

  3. SBC applies a default profile name if none of the above two cases match.

SBC ERE Configuration

Creating IP Signaling Profile

To create the IP Signaling Profile, execute the following command:

% set profiles signaling ipSignalingProfile IPSP1

Creating Cause Code Mapping Profile

To create the Cause Coding Mapping Profile, execute the following command:

% set profiles signaling ipSignalingProfile IPSP1 egressIpAttributes sipCauseMapping 
% set profiles signaling ipSignalingProfile IPSP1 egressIpAttributes sipCauseMapping internalToSipCauseMappingProfileName ERE_CPC2SIP
% set profiles signaling ipSignalingProfile IPSP1 egressIpAttributes sipCauseMapping sipToInternalCauseMappingProfileName ERE_SIP2CPC

Creating Profile to Map CPC and SIP

% set profiles signaling sipCauseCodeMapping sipToCpcCauseMapProfile ERE_SIP2CPC baseProfile defaultSipCpc causeMap 482 cpcCause 70
% set profiles signaling sipCauseCodeMapping cpcToSipCauseMapProfile ERE_CPC2SIP baseProfile defaultCpcSip causeMap 70 sipCause 405

Attaching Cause Code Mapping Profile to Trunk Groups

To associate the created profiles with Ingress and Egress Trunk Groups, execute the following commands:

Ingress

% set addressContext default zone Zone1 sipTrunkGroup SIPTG_2 signaling causeCodeMapping sipCpcCauseMappingProfile ERE_SIP2CPC
% set addressContext default zone Zone1 sipTrunkGroup SIPTG_2 signaling causeCodeMapping cpcSipCauseMappingProfile ERE_CPC2SIP

Egress

% set addressContext default zone Zone2 sipTrunkGroup SIPTG_1 signaling causeCodeMapping sipCpcCauseMappingProfile ERE_SIP2CPC
% set addressContext default zone Zone2 sipTrunkGroup SIPTG_1 signaling causeCodeMapping cpcSipCauseMappingProfile ERE_CPC2SIP

External PSX/ePSX Configuration

Creating IP Signaling Profile

IP Signaling Profile

For “SIP in Core” SBC deployments, if the cause code received at egress SBC requires to be passed on to ingress SBC, either “Include Reason Header” flag in IP Signaling Profile needs to be enabled or a “Sip Cause Code Mapping Profile” need to be attached to SIP Core Trunk Groups.

Creating Cause Code Mapping Profile

The SIP Cause Code Mapping profile names are received from External PSX in the policy response.

Cause Code Mapping Profile

Creating Profile to Map CPC and SIP

% set profiles signaling sipCauseCodeMapping sipToCpcCauseMapProfile PSX_SIP2CPC baseProfile defaultSipCpc causeMap 482 cpcCause 70
% set profiles signaling sipCauseCodeMapping cpcToSipCauseMapProfile PSX_CPC2SIP baseProfile defaultCpcSip causeMap 70 sipCause 405

Attaching Cause Code Mapping Profile to Trunk Groups

To associate the created profiles with Ingress and Egress Trunk Groups, execute the following commands:

Ingress

% set addressContext default zone Zone1 sipTrunkGroup SIPTG_2 signaling causeCodeMapping sipCpcCauseMappingProfile PSX_SIP2CPC
% set addressContext default zone Zone1 sipTrunkGroup SIPTG_2 signaling causeCodeMapping cpcSipCauseMappingProfile PSX_CPC2SIP

Egress

% set addressContext default zone Zone2 sipTrunkGroup SIPTG_1 signaling causeCodeMapping sipCpcCauseMappingProfile PSX_SIP2CPC
% set addressContext default zone Zone2 sipTrunkGroup SIPTG_1 signaling causeCodeMapping cpcSipCauseMappingProfile PSX_CPC2SIP

  • No labels