![]() Specifies the active SIP subscription status for a list of SIP endpoints. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Description | |
---|---|---|
![]() ![]() | 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 |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipSubscriptionStatus/{id} |