Resources | addressContext | sipDeletedRegisterNameStatus

sipDeletedRegisterNameStatus

Specifies the deleted SIP registered name 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
aorName The E.164 number and host portion plus optional BGID representing the Address Of Record of the registered endpoint.
id The registration ID created for the registration session.
reasonCode The registration termination reason.
contactURI The SIP CONTACT URI header.
nextHopIpAddress Next hop IP Address.
nextHopPortNum Next hop TSAP UDP port number.
registrarIpAddress Registrar's IP Address.
registrarPortNum SIP Registrar's UDP port number.
creationTime Octet string that identifies the date and GMT time at which the SIP registration is initiated.
terminationTime Octet string that identifies the date and GMT time at which the SIP registration is terminated.
registrarDomainName The SIP registrar's domain name.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusSipReg:sipDeletedRegisterNameStatus={aorName},{id}

  • No labels