In this section:
This profile provides information about each SIP-to-CPC Cause Mapping Profile on the node.
The SBC Core supports up to 64 SIP-to-CPC and 64 CPC-to-SIP cause code mapping profiles.
% 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>
The SIP to CPC Cause Code Mapping Profile Parameters are as shown below:
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