Resources | global | callCountStatus

callCountStatus

Specifies the call count statistics for the server.

Exists on Condition /system/sbcPersonality/role !='slb'

Operational Data

ParameterDescription
key Key value for the call.
callAttempts Number of call attempts on this server.
callCompletions Total number of completed call attempts on this server.
activeCalls Current number of active managed calls on this server.
stableCalls Current number of stable managed calls on this server.
callUpdates Number of call updates (modifications) on this server.
activeCallsNonUser Current number of active non-call associated signalling channels in the server.
stableCallsNonUser Current number of stable non-call associated signalling channels in the server.
totalCalls Total number of calls on this server.
totalCallsNonUser Total number of non-user calls on this server.
totalCallsEmergEstablishing Number of establishing emergency calls (i.e. not yet stable).
totalCallsEmergStable Number of stable emergency calls.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/callCountStatus/{key}

  • No labels