Resources | node | addressContext | zone | callCurrentStatistics

callCurrentStatistics

It describes the current call statistics for a trunk group.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/isOAM !='true')

Operational Data

ParameterDescription
name The name of this trunk group.
inUsage The current usage in the inbound direction for this trunk group in seconds. Usage is defined as the time media bandwidth is activated to the time it is deactivated.
outUsage The current usage in the outbound direction for this trunk group in seconds. Usage is defined as the time media bandwidth is activated to the time it is deactivated.
inCalls The current number of completed inbound calls on this trunk group.
outCalls The current number of completed outbound calls on this trunk group.
inCallAttempts The current number of inbound call attempts on this trunk group.
outCallAttempts The current number of outbound call attempts on this trunk group.
maxCompletedCalls Displayed as maxActiveCalls. The current high water mark of total number of active calls in both the inbound and outbound directions on the trunk group. This statistic accounts for calls that are setting up, stable, or tearing down.
callSetupTime The cumulative duration (in 100th's of a seconds) from an INVITE sent to receiving the first backward 18x response on the egress leg. This value is nearly identical on the ingress counter with any latency due to the time spent for the SBC to send out the received 18x. If no 18x response is present, the callSetupTime is the final 200 response (cumulative count).
callSetups The current total number of calls setup but not necessarily completed in the inbound and outbound directions for this trunk group. This object can be used as the denominator for calculating average call setup time.
routingAttempts The current number of routing attempts for this trunk group.
inBwUsage The sum of BW usage (expected data rate in Kbits per second multiplied by call duration in seconds) for every inbound call associated with this trunk group.
outBwUsage The sum of BW usage (expected data rate in Kbits per second multiplied by call duration in seconds) for every outbound call associated with this trunk group.
maxActiveBwUsage The high water mark of BW usage in either direction associated with this trunk group.
callsWithPktOutage The number of calls with a maximum packet outage whose duration exceeds the configured minimum for this trunk group.
callsWithPktOutageAtEnd The number of calls whose maximum packet outage occurs at the end of the call for this trunk group. This is an indication that the call may have been terminated the because of poor quality.
totalPktOutage The summation of all packet outage durations (in milliseconds) whose duration exceeds the configured minimum, which is experienced during the current performance interval for this trunk group. The average packet outage duration can be calculated by dividing this field by the number of calls reporting packet outages.
maxPktOutage The single longest maximum reported packet outage duration (in milliseconds) experienced during the current performance interval for this trunk group.
podEvents The number of Packet Outage Detection (POD) Events detected for this trunk group. A POD event occurs when a configurable number of calls experience a packet outage with duration exceeding a programmable threshold.
playoutBufferGood Number of calls with all sub-intervals reporting GOOD playout buffer quality for this trunk group.
playoutBufferAcceptable Number of calls with all sub-intervals reporting ACCEPTABLE or better playout buffer quality for this trunk group.
playoutBufferPoor Number of calls with all sub-intervals reporting POOR or better playout buffer quality for this trunk group.
playoutBufferUnacceptable Number of calls with at least one sub-interval reporting UNACCEPTABLE playout buffer quality for this trunk group.
sipRegAttempts The current number of SIP registration attempts on a trunk group.
sipRegCompletions The current number of SIP registrations that have successfully completed on a trunk group.
callsWithPsxDips The current number of calls that made a PSX Dip
totalPsxDips The current number of PSX Dips made.
activeRegs The current number of active registrations on this trunk group.
maxActiveRegs The current number of maximum active registrations on this trunk group (this is the high-watermark achieved on this TG).
activeSubs The current number of active subscriptions on this trunk group.
maxActiveSubs The current number of maximum active subscriptions on this trunk group (this is the high-watermark achieved on this TG).
peakCallRate Peak call arrival rate for the current interval on this trunk group
totalOnGoingCalls Total Calls (Non-Stable + Stable) on this trunk group
totalStableCalls Total Stable Calls on this trunk group
totalCallUpdates Total Call Updates on this trunk group
totalEmergencyStableCalls Total Emergency Stable Calls on this trunk group
totalEmergencyOnGoingCalls Total Emergency Calls in establishing state on this trunk group
inRetargetCalls The current number of incoming calls that are retargeted by Load Balancing Service
inRetargetRegs The current number of incoming registrations that are retargeted by Load Balancing Service
outRetargetCalls The current number of outgoing calls that are retargeted by Load Balancing Service
outRetargetRegs The current number of outgoing registrations that are retargeted by Load Balancing Service
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/node/{nodeName}/addressContext/{name}/zone/{name}/callCurrentStatistics/{name}

  • No labels