Resources | node | addressContext | zone | callFailureIntervalStatistics

callFailureIntervalStatistics

It describes the call failure interval 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' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'sc')))

Operational Data

ParameterDescription
number A sequence number which identifies the interval for which the set of statistics is required. The interval N identifies the recently completed interval, Interval N is identifed by the last sequence value and N-( number of intervals) is the earlest completed interval.
name The name of this trunk group.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
inCallFailNoRoutes The number of inbound failed calls because there was no route available for this trunk group for the specified interval.
inCallFailNoResources The number of inbound failed calls because there was an unavailable resource for this trunk group for the specified interval.
inCallFailNoService The number of inbound failed calls because there was an unavailable service for this trunk group for the specified interval.
inCallFailInvalidCall The number of inbound failed calls because there was an invalid call attempt for this trunk group for the specified interval.
inCallFailNetworkFailure The number of inbound failed calls because there was a network failure for this trunk group for the specified interval.
inCallFailProtocolError The number of inbound failed calls because there was a protocol error for this trunk group for the specified interval.
inCallFailUnspecified The number of inbound failed calls for an unspecified reason for this trunk group for the specified interval.
outCallFailNoRoutes The number of outbound failed calls because there was no route available for this trunk group for the specified interval.
outCallFailNoResources The number of outbound failed calls because there was an unavailable resource for this trunk group for the specified interval.
outCallFailNoService The number of outbound failed calls because there was an unavailable service for this trunk group for the specified interval.
outCallFailInvalidCall The number of outbound failed calls because there was an invalid call attempt for this trunk group for the specified interval.
outCallFailNetworkFailure The number of outbound failed calls because there was a network failure for this trunk group for the specified interval.
outCallFailProtocolError The number of outbound failed calls because there was a protocol error for this trunk group for the specified interval.
outCallFailUnspecified The number of outbound failed calls for an unspecified reason for this trunk group for the specified interval.
routingFailuresResv The number of routing failures due to no un-reserved circuits for this trunk group for the specified interval.
allocFailBwLimit The number of BW Requests which fail because the configured bandwidth limit has been exceeded for this trunk group for the specified interval.
allocFailCallLimit The number of BW Requests which fail because configured call limit has been exceeded for this trunk group for the specified interval.
noPsxRoute The current number of calls on an ingress trunk group that failed due to no routes returned from the PSX for the specified interval.
callAbandoned The current number of calls on a trunk group that were abandoned while dialing for the specified interval.
callFailPolicing The current number of calls on a trunk group that failed due to policing for the specified interval.
sipRegFailPolicing The current number SIP registration attempts that failed due to policing on a trunk group for the specified interval.
sipRegFailInternal The current number SIP registration attempts that failed due to other reasons (signaling failures, etc.) on a trunk group for the specified interval.
sipRegFailOther The current number SIP registration attempts that failed due to other reasons (signaling failures, etc.) on a trunk group for the specified interval.
securityFail The current number of calls that failed due to a mismatch between the peer security and route packet service profile security on a trunk group for the specified interval.
nonMatchSrcIpCallsFail The current number of calls that failed due to mismatched source IP of IAD according to its RCB for the specified interval.
invalidSPCallsFailed The current number of calls that failed due to mismatched ingress sig port from CP according to RCB for the specified interval.
allocFailParentConstraint The current number of failures because of a parent limit denial.
sipSubsFailPolicing The number of SIP Subscribe attempts that failed due to policing on a trunk group.
sipOtherReqFailPolicing The number of SIP other non-invite attempts that failed due to policing on a trunk group.
regCallsFailed The current number of calls that failed due to registration requirement for SIP trunk group for the specified interval.
videoThresholdLimit The number of video threshold limit has been exceeded for this trunk group for the specified interval.
sipOtherReqFailInternal The number of SIP other non-invite attempts that failed due to policing on a trunk group.
sipOtherReqFailOther The number of SIP other non-invite attempts that failed due to policing on a trunk group.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListZone:zone={name}/sonusNodeListSipTrunkGroupPerformanceStats:callFailureIntervalStatistics={number},{name}

  • No labels