Page History
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Overview
The
Spacevars | ||
---|---|---|
|
Additionally, the IP Signaling Profile relay flag statusCode4xx6xx
must be enabled on the egress leg of the call to relay error status codes.
The CLI syntax for this configuration is shown below:
Code Block | ||||
---|---|---|---|---|
| ||||
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <SIP trunkgroup name> signaling authentication authPassword <authentication password for trunkgroup> authUserPart <userPart used for authentication> intChallengeResponse <enabled | disabled> incInternalCredentials <enabled | disabled> % set profiles signaling ipSignalingProfile <profile_name> commonIpAttributes relayFlags statusCode4xx6xx <disable | enable> |
Egress Trunk Group
- Define the authentication password (
authPassword
) used when replying to local authentication requests. - Define the authentication user part (
authUserPart
) used when replying to local authentication requests. - Enable the IP Signaling Profile profile relay flag
statusCode4xx6xx
to relay error status codes.
Ingress Trunk Group
- Set authentication flag to choose whether to reply to authentication locally (
intChallengeResponse
) if credentials are configured on the egress IPTG. Set authentication flag to choose whether to include credentials (
incInternalCredentials
) in subsequent mid-dialog requests before they are challenged if the dialog initiating INVITE was challenged.
IP Peer
- Set flag to choose whether to reply to authentication locally (
intChallengeResponse
) if credentials are configured on the egress IPTG. Set flag to choose whether to include credentials (
incInternalCredentials
) in subsequent mid-dialog requests before they are challenged if the dialog initiating INVITE was challenged.
Info | ||||
---|---|---|---|---|
The
|
SIP Response Enhancement When IPTG is Out of Service (OOS)
The
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
processSGConfigWhenTGOOS
is introduced to in the IPTG. When this flag is enabled, the SBC makes the service group configuration available when the Trunk Group is OOS. A 5XX Response is send sent for the INVITES even if the TG is OOS, which means Service group is intact with TG configuration and values even if the TG is OOS. To achieve this, as per the flag value (enable/disabled), trmstatus TRM_FOUND_TG_ OOS/NOTFOUND is set and is forwarded to SIPSG. SIPSG then takes decision to tear down the calls.Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <SIP trunkgroup name> state disabled mode outOfService processSGConfigWhenTGOOS enabled % set addressContext <addressContext name> zone <zone name> sipTrunkGroup <SIP trunkgroup name> processSGConfigWhenTGOOS disabled |
Overview
Content Tools