Resources | global | callSummaryStatus

callSummaryStatus

specifies the Call Summary status table.

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

Operational Data

ParameterDescription
GCID Unique global call identifier (GCID) for the call.
state Current state of the call.
callingNumber Calling Party's E.164 telephone number.
calledNumber Called Party's E.164 telephone number.
callIndex Identifies the target call index.
ingressACNameIngress Address Context Name
ingressZoneNameIngress Zone Name
ingressTrunkNameIngress Trunk Name
egressACName Ingress Address Context Name
egressZoneName Ingress Zone Name
egressTrunkName Ingress Trunk Name
ingressRemoteIpSockAddr Remote signaling IP address for the ingress call leg.
ingressRemotePort Remote media port for the ingress call leg.
egressRemoteIpSockAddr Remote signaling IP address for the egress call leg.
egressRemotePort Remote media port for the egress call leg.
REST API: GET Example

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

  • No labels