| |
Exists on Condition | (/system/sbcPersonality/role ='ssbc') and (/global/signaling/sigOnlyMode/sigOnlyModeValue !='global') |
Parameter | Description | |
---|---|---|
GCID | Unique global call identifier (GCID) for the call. | |
resIndex | Target resource index to access details within the call. | |
streamId | Stream Id. | |
resId | Internal resource identifier that uniquely the resource. | |
resType | Resource type for this resource. | |
legId | The call leg ID on which this resource resides. | |
nodeGcidAndIpAddr | The remote nodeGcid(nodeIp). | |
localRtpPort | The Local RTP Port. | |
remoteRtpPort | Remote RTP Port. | |
remoteRtcpPort | Remote RTCP port. | |
rtpPacketSent | RTP packet sent. | |
rtpPacketRecv | RTP packet Recieved. | |
rtcpPacketSent | RTCP packet Sent. | |
rtcpPacketRecv | RCTP packet Recieved. | |
rtpPacketDiscard | RTP packet Discarded. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/callRemoteMediaStatus/{GCID},{resIndex} |