Overview
The
supports local authentication autonomously on a per-IP trunk group basis in situations where an IP-PBX does not perform a registration and the service provider does not require/want registrations. This functionality is accomplished using the authentication configurable to the ingress IP Peer and/or ingress IP Trunk Group (IPTG) as described below.
Additionally, the IP Signaling Profile relay flag statusCode4xx6xx
should must be enabled on egress leg of the call to relay error status codes.
...
Code Block |
---|
language | none |
---|
title | CLI Syntax |
---|
|
% 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> |
Info |
---|
Please see following pages for command details: |
Egress Trunk Group
- Define authentication password (
authPassword
) used when replying to local authentication requests. - Define authentication user part (
authUserPart
) used when replying to local authentication requests. - Enable IP Signaling 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 SBC supports local authentication for dialog initiating INVITE, dialog initiating SUBSCRIBE, mid-dialog INVITE, mid-dialog INFO, mid-dialog REFER, mid-dialog MESSAGE, initial REGISTER, refresh REGISTER, UPDATE, PUBLISH, out-of-dialog REFER, out-of-dialog MESSAGE, BYE and PRACK. |
SIP Response Enhancement When IPTG is Out of Service (OOS)
supports all Trunk Group configuration when IPTG is out of service (OOS). considers all the IPTG configuration as active while processing incoming INVITE. Incoming and outgoing SMM rules are applied even when IPTG is OOS. And by making SG available (even if IPTG is OOS) SMM rule is enabled on it. A new flag processSGConfigWhenTGOOS
is introduced to IPTG. 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 |