Versions Compared

Key

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

In this section:

Table of Contents

SIP Methods

On a per trunk group basis, the METHODS parameter disables

Spacevars
0product
 support for particular SIP messages. For SIP calls in some environments, the following SIP messages are not recognized and supported. This facility allows you to similarly disable support for these messages in the SIP software. When support for one of these SIP message types is disabled, the message is rejected with a 405 code.

  • OPTIONS
  • REFER
  • SUBSCRIBE
  • NOTIFY 
  • INFO
  • REGISTER
  • MESSAGE
  • PUBLISH

SIP Timer and Retry Counts

SIP protocol timers and retry counts are configurable on a per-SIP trunk group basis.

SIP Statistics

The

Spacevars
0product
 collects a variety of SIP statistics including the number of requests and responses of each type and various errors. These statistics are collected on a per SIP trunk group basis and include both current and interval statistics. The default interval is 15 minutes, but is configurable. The SIP Statistics are divided based on the following objects:

  • callCurrentStatistics
  • callFailureCurrentStatistics
  • callFailureIntervalStatistics
  • callIntervalStatistics
  • gwSigPortStatistics
  • gwSigPortStatus
  • h323SigPortStatistics
  • h323SigPortStatus
  • peerPathchkStatus
  • peerQosStatus
  • peerSurrRegStatus
  • sipArsStatus
  • sipCurrentStatistics
  • sipIntervalStatistics
  • sipOcsCallCurrentStatistics
  • sipOcsCallIntervalStatistics
  • sipPeerCacStatus
  • sipRegAdaptiveNaptLearningStatistics
  • sipSigConnStatistics
  • sipSigConnStatus
  • sipSigPortStatistics
  • sipSigPortStatus
  • sipSigPortTlsStatistics
  • sipSigTlsSessionStatus
  • sonusSipSigPeerOvldStatusEntry
  • trafficControlCurrentStatistic
  • trafficControlIntervalStatistics
  • trunkGroupQoeStatus
  • trunkGroupStatus

To view statistics from CLI, enter the command:

Code Block
languagenone
> show status addressContext default zone <zone> <statistic>

For example:

Code Block
languagenone
> show status addressContext default zone core callCurrentStatistics
callCurrentStatistics CISCOCORE {
    inUsage                   0;
    outUsage                  0;
    inCalls                   0;
    outCalls                  0;
    inCallAttempts            0;
    outCallAttempts           0;
    maxActiveCalls            0;
    callSetupTime             0;
    callSetups                0;
    routingAttempts           0;
    inBwUsage                 0;
    outBwUsage                0;
    maxActiveBwUsage          0;
    callsWithPktOutage        0;
    callsWithPktOutageAtEnd   0;
    totalPktOutage            0;
    maxPktOutage              0;
    podEvents                 0;
    playoutBufferGood         0;
    playoutBufferAcceptable   0;
    playoutBufferPoor         0;
    playoutBufferUnacceptable 0;
    sipRegAttempts            0;
    sipRegCompletions         0;
    callsWithPsxDips          0;
    totalPsxDips              0;
    activeRegs                0;
    maxActiveRegs             0;

Pagebreak