Resources | addressContext | sipSubscriptionStatus

sipSubscriptionStatus

Specifies the active SIP subscription status for a list of SIP endpoints.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
id The Subscription ID created for the relayed Subscription session.
callId CallID that uniquely identified the relayed subscription
state The subscription state of the endpoint.
nextHopIpAddress Next hop TSAP IP address.
nextHopPortNum Next hop TSAP UDP port number.
previousHopIpAddress Originating Endpoint's IP Address.
previousHopPortNum Originating Endpoint's UDP port number.
expirationTime The expiration timer value in seconds.
serverDomainName The SIP subscription server's domain name.
origEPDomain Originating EPs Contact host
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusSipSub:sipSubscriptionStatus={id}

  • No labels