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.