In this section:

 

This profile provides information about each SIP-to-CPC Cause Mapping Profile on the node.

Info

The SBC Core supports up to 64 SIP-to-CPC and 64 CPC-to-SIP cause code mapping profiles.

Command Syntax

% set profiles signaling sipCauseCodeMapping
	sipToCpcCauseMapProfile <sipToCpcCauseMapProfile> 
	loc3xx <locNxx> 
	loc4xx <locNxx> 
	loc5xx <locNxx> 
	loc6xx <locNxx> 
	locBye <locBye> 
	locCancel <locCancel> 
	cancelCause <cancelCause> 
	baseProfile <baseProfile> 
	causeMap <causeMap> cpcCause <cpcCause>

% show profiles signaling sipCauseCodeMapping sipToCpcCauseMapProfile <sipToCpcCauseMapProfile> displaylevel <displaylevel> 

% delete profiles signaling sipCauseCodeMapping <sipToCpcCauseMapProfile> 

Command Parameters

The SIP to CPC Cause Code Mapping Profile Parameters are as shown below:

SP to CPC code mapping profile parameters

Parameter

Length/Range

Description

sipToCpcCauseMapProfile

1-23

The name of a SIP-to-CPC Cause Map Profile. This table contains information about each SIP-to-CPC Cause Mapping Profile on the node. The default values are:

  • defaultQ1912SipCpc
  • defaultRFC3398SipCpc
  • defaultSipCpc
  • defaultTs29163SipCpc

baseProfile

1-23

The name of the default SIP-to-CPC Mapping Profile on which to base this new profile.

  • defaultQ1912SipCpc
  • defaultRFC3398SipCpc
  • defaultSipCpc –
  • defaultTs29163SipCpc

NOTE: The base profiles cannot be modified. The base profile that you designate will be copied to the profile that you create. Additions, modifications, and deletions may subsequently be applied to the new profile through the set command.

cancelCause

N/A

The Q850 cause value that the SIP CANCEL message should generate. RFC3398 specifies 16 (normal clearing), whereas Q1912.5 specifies 31 (normal unspecified). The respective default profiles contain these mappings but this provides a user override to the default mapping. Must be 1-127.

causeMap

N/A

Specifies the SIP-to-CPC cause mapping values. The possible values are:
400 401 402 403 404 405 406 407 408 410

413 414 415 416 420 421 423 480 481 482

483 484 485 486 487 488 493 500 501 502

503 504 505 513 580 600 603 604 606

cpcCause

N/A

CPC Cause value for a given SIP cause value. Must be 1-127. Default value is 127.

locNxx

N/A

Specifies the location value to use for the SS7 REL message when a SIP 3XX, 4XX, 5XX, or 6XX message is received:

  • user – default in DefaultRFC3398SipCpc for SIP 6XX messages.
  • localPrivateNetwork
  • localLocalNetwork – default in defaultRFC3398SipCpc for SIP 4XX and 5XX messages.
  • transitNetwork
  • remoteLocalNetwork
  • remotePrivateNetwork
  • localInterfaceControlledByThisSigLink
  • internationalNetwork
  • networkBeyondPoint – default in defaultQ1912SipCpc for SIP 4XX, 5XX, and 6XX.
  • privateBranchExchange

locBye

N/A

Specifies the location value to use for the SS7 REL message when a SIP BYE message is received:

  • user
  • localPrivateNetwork
  • localLocalNetwork
  • transitNetwork
  • remoteLocalNetwork
  • remotePrivateNetwork
  • localInterfaceControlledByThisSigLink
  • internationalNetwork
  • networkBeyondPoint – default in defaultQ1912SipCpc and in defaultRFC3398SipCpc.
  • privateBranchExchange

locCancel

N/A

Specifies the location value to use for the SS7 REL message when a SIP CANCEL message is received:

  • user
  • localPrivateNetwork
  • localLocalNetwork
  • transitNetwork
  • remoteLocalNetwork
  • remotePrivateNetwork
  • localInterfaceControlledByThisSigLink
  • internationalNetwork
  • networkBeyondPoint – default in defaultQ1912SipCpc and in defaultRFC3398SipCpc.
  • privateBranchExchange

Command Example

Following is an example of creating new CPC-to-SIP and SIP-to-CPC profiles, and then associating the profiles to a trunk group.

% set profiles signaling sipCauseCodeMapping cpcToSipCauseMapProfile INGRESS_CPC_TO_SIP baseProfile defaultTs29163CpcSip 
% set profiles signaling sipCauseCodeMapping sipToCpcCauseMapProfile INGRESS_SIP_TO_CPC baseProfile defaultRfc3398SipCpc
% set addressContext default zone ZONE1 sipTrunkGroup TG_SIPART signaling causeCodeMapping cpcSipCauseMappingProfile INGRESS_CPC_TO_SIP 
% set addressContext default zone ZONE1 sipTrunkGroup TG_SIPART signaling causeCodeMapping sipCpcCauseMappingProfile INGRESS_SIP_TO_CPC

 

  • No labels