Resources | addressContext | sipRegCountStatistics

sipRegCountStatistics

Specifies the SIP registration count statistics for the SIP endpoints or node.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Operational Data

ParameterDescription
name Name of the system.
sipRegCountAttempts Indicates the number of SIP registration attempts
sipRegCountCumCompletions Indicates the accumulative number of completed SIP registration attempts.
sipRegCountPending Indicates the current number of pending SIP registrations
sipRegCountStable Indicates the current number of stable SIP registrations
sipRegCountTotal Indicates the total number of current SIP registrations
sipEmergencyRegAcceptTotal Indicates the total number of emergency SIP registrations accepted
sipEmergencyRegActiveTotal Indicates the total number of emergency SIP registrations currently active
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusSipReg:sipRegCountStatistics={name}

  • No labels