Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
JIRAIDAUTHSBX-

87755

94134
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}


Panel

In this section:

Table of Contents
maxLevel3



Info
iconfalse

Related articles:

 



Use this feature to configure specific SIP response codes to particular internal SIP request rejections from SIP Service Group.  

Command Syntax

Code Block
languagenone
% set profiles signaling sipCauseCodeMapping internalSipCauseMapProfile <profile_name> causeMap internalCause
	congestionPolicing sipCause <300-606> 
    dnsRcodeError sipCause <300-606>
	otherReqRatePolicing sipCause <300-606> 
	regRatePolicing sipCause <300-606> 
	regTGLimit sipCause <300-606> 
	regTimeout sipCause <300-606> 
	subsEndPointRatePolicing sipCause <300-606>
	subsRatePolicing sipCause <300-606> 
	subsTGLimit sipCause <300-606>

Use following CLI syntax to attach an Internal SIP Cause Map profile to a SIP trunk group.

Code Block
languagenone
% set addressContext <addressContext_name> zone <zone_name> sipTrunkGroup <TG_NAME> signaling causeCodeMapping sipInternalCauseMappingProfile <profile_name> 

Use following CLI syntax to attach an Internal SIP Cause Map profile to a zone.

Code Block
% set addressContext default zone INGRESS_ZONE causeCodeMapping                                                                            
Possible completions:
 sipInternalCauseMappingProfile - The name of internal cause to SIP mapping profile                                          

% set addressContext default zone INGRESS_ZONE causeCodeMapping sipInternalCauseMappingProfile <sipInternalCauseMappingProfile> 
 


Command Parameters

The Internal SIP Cause Mapping Profile Parameters are shown described below:

Caption
0Table
1SIP Cause Mapping Profile Parameters
 


Parameter

Length/Range

Description

internalSipCauseMapProfile

1-23

<profile name> – Internal SIP Cause Map Profile name.

causeMap

N/A

Use this object to configure custom SIP cause response codes.

  • Peer Bidirectional Blocked PeerBidirectionalBlocked SIP cause used when the peer has the bidirectional blocked.
  • Peer in Disabled State PeerInDisabledState - SIP cause used when the peer is in disabled state.
  • Peer Incoming Blocked PeerIncomingBlocked - SIP cause used when the peer has the incoming calls blocked.
  • Peer Outgoing Blocked PeerOutgoingBlocked - SIP cause used when the peer has the outgoing calls blocked.
  • Peer Out of Service PeerOutofService SIP cause code used when the peer is out-of-service.
  • Trunk Group Bidirectional Blocked TrunkGroupBidirectionalBlocked - SIP cause code used when the trunk group has the bidrectional calls blocked.
  • Trunk Group in Disabled TrunkGroupinDisabled - SIP cause code used when the trunk group is in disabled state.
  • Trunk Group Incoming blocked TrunkGroupIncomingBlocked - SIP cause code used when the trunk group has the incoming calls blocked.
  • Trunk Group Outgoing blocked TrunkGroupOutgoingBlocked - SIP cause code used when the trunk group has the outgoing calls blocked.
  • Trunk Group Out of Service TrunkGroupOutofService - SIP cause code used when the trunk group is out-of-service.
  • congestionPolicing sipCause <value> – SIP cause code used when an initial SUBSCRIBE request is rejected due to Adaptive Overload Control. This internal cause code is mapped to 503 by default, and a Retry-After header is added to it. The Retry-After value is randomized between 'retryAfterMin' and 'retryAfterMax' values.
  •  dnsRcodeError sipCause <value> – SIP cause code to allow 500 and 503 error code mapping to a configurable response code.

  • otherReqRatePolicing sipCause <value> – SIP cause code when a message rate other than REGISTER or SUBSCRIBE exceeds IP trunk group's maximum configured value.
  • regRatePolicing sipCause <value> – SIP cause code when REGISTER message rate exceeds IP trunk group's maximum configured value.
  • regTGLimit sipCause <value> – SIP cause code when current REGISTRATION exceeds IP trunk group's maximum registration limit.
  • regTimeout sipCause <value> – SIP cause code from REGISTER request timeout.
  • subsEndPointRatePolicing sipCause <value>  SIP cause code to map SUBSCRIBE Endpoint CAC default error response.
  • subsRatePolicing sipCause <value> – SIP cause code when SUBSCRIBE message rate exceeds IP trunk group's maximum configured value.

  • subsTGLimit sipCause <value> – SIP cause code when current Subscription on IP trunk group exceeds maximum configuration limit.

 
sipCause300-606

Specifies the response code to use when a received SIP message other than an INVITE or a REGISTER is rejected due to congestion in the SBC. 

sipCauseText0-127Specifies the Internal Sip Cause text that is used in the Reason Header of the error response to reject the SUBSCRIBE Request.

Pagebreak