In this section:
Default values are enclosed in square brackets [ ].
The SBC now collects interval-based SIP registration statistics per domain. This allows you to retrieve statistics for the current interval or a series of intervals using the SBC CLI.
The following is the syntax for retrieving per-domain SIP registration statistics for the current statistics interval.
> show status|table addressContext <addressContext_Name> sipRegCountDomainCurStats <DomainName>
The following is the syntax for retrieving per-domain SIP registration interval statistics.
> show status|table addressContext <addressContext_Name> sipRegCountDomainIntStats <DomainName>
The following statistic fields appear in the output.
An ANI-DNIS loop refers to a situation when more than one call request shares the same combination of ANI (Automatic Number Identification) and DNIS (Dialed Number Identification Service) values. This feature adds a new aniDnisZoneloopDetection
object to zones. This object has a state parameter to control whether ANI-DNIS loop detection is enabled and a parameter that defines the limit for loop instances per ANI-DNIS pair.
% set addressContext <addressContext name> zone <zone name> aniDnisZoneloopDetection aniDnisZoneLoopInstances <1..1250> aniDnisZoneState <disabled | enabled>
Parameter | Default | Description |
---|---|---|
| 1 | Use this parameter to specify an integer limit on call requests containing matching ANI-DNIS pairs. When the limit is reached, the SBC rejects any subsequent call requests for the same ANI-DNIS combination. The valid range is 1 to 1250. |
| disabled | Use this parameter to enable or disable ANI-DNIS loop detection for the specified zone.
|
Refer to Zone - ANI-DNIS Loop Detection - CLI for more information.
This feature adds a new signaling parameter for SIP trunk groups that controls whether the SBC locally handles OOD REFER requests.
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <trunkGroup name> signaling localOODReferSupport <disabled | enabled>
Parameter | Description |
---|---|
| Enable this flag to have the SBC locally handle out-of-dialog (OOD) REFER requests.
|
Refer to SIP TG - Signaling - Local OOD REFER Support - CLI for more information.
This feature adds a new configuration object, the Register Contact Profile, and a new zone option to assign a profile to a zone.
% set profiles signaling registerContactProfile <profile name> contactIncludeVariables <hostpart | userpart>
Parameter | Description |
---|---|
registerContactProfile <profile name> | Specifies a name for the Register Contact Profile of up to 23 characters. |
| Specifies the element or elements within the Contact header to use as additional keys when creating or retrieving RCBs. The options are:
If specifying more than one value, separate the values with a comma, such as: |
% set addressContext <addressContext name> zone <zone name> registerContactProfileName <registerContactProfile name>
Parameter | Description |
---|---|
| Specifies the name of a Register Contact Profile to assign to a zone. The SBC uses the Contact header elements specified in the profile as additional keys when it creates or retrieves RCBs. |
For more information refer to Creating Multiple User Registrations Based on Contact Headers in REGISTER Messages.