Resources | addressContext | zone | sipSigConnStatus

sipSigConnStatus

Specifies the SIP Signaling Port connection status data.

Exists on Condition /system/slb/usage = 'disabled' and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'slb'))

Operational Data

ParameterDescription
connectionId Identifies the Connection ID
index The index of this SIP Signaling Port.
peerIpAddress IP address of the peer of this connection.
peerPortNum Port number used by the peer of this connection.
socket Socket number used internally for the connection.
transport The transport type used for the connection.
state State of this connection.
role The role taken by the SBC in this connection.
aging Whether or not an idle connection can be taken down.
idleTime Time internal since the last activity.
bytesSent Number of payload bytes sent on the connection.
bytesRcvd Number of payload bytes received on the connection.
pduSendQueued Number of PDUs waiting to be sent on the connection.
pduRecvQueued Number of fragmented PDUs received on the connection.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipSigPort:sipSigConnStatus={connectionId}

  • No labels