Resources | addressContext | sipActiveGroupRegStatus

sipActiveGroupRegStatus

Specifies the active SIP group registration status for a list of SIP endpoints.

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

Operational Data

ParameterDescription
id The registration ID created for the registration session.
nextId The Child registration ID created for the registration session.
aorName The E.164 number and host portion plus optional BGID representing the Address Of Record of the registering endpoint.
state The registration state of the endpoint.
contactURI The SIP CONTACT URI header.
nextHopIpAddress Next hop TSAP IP address.
nextHopPortNum Next hop TSAP UDP port number.
registrarIpAddress SIP Registrar's IP Address.
registrarPortNum SIP Registrar's UDP port number.
extExpirationTime The external expiration timer value in seconds.
intExpirationTime The internal expiration timer value in seconds.
creationTime Octet string that identifies the date and GMT time at which the SIP registration is initiated.
registrarDomainName The SIP registrar's domain name.
regIdIsChild The next reg Id is a child .
registrationType The registration type - normal or emergency.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipActiveGroupRegStatus/{id},{nextId}

  • No labels