Resources | addressContext | sipActiveRegisterNameStatus

sipActiveRegisterNameStatus

Specifies the active SIP registration 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 registering endpoint.
id The user entered key ID or registration ID created for the registration session.
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.
externalExpirationTime The external expiration timer value in seconds.
internalExpirationTime 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.
endPointBehindNapt 1 if the registered endpoint is behind NAPT else 0
natPinholeLearningStatus Nat pinhole learning status
securityMechanismType The security mechanism in use for this registration.
registrationType The registration type - normal or emergency.
e2aeMediaSecurity e2ae IMS Media Security
isRoaming 0 - User Not Roaming 1 - Ravel User 2 - S8HR Outboud User 3 - S8HR Inbound User
viaHeaderAddr Bottommost Via Address.
transportProtocolToEndpoint the transport protocol used on access toward end point
transportProtocolToAS the transport protocol used on access toward AS
externalExpirationTimeLeft remaining time before registration expired toward end point
internalExpirationTimeLeft remaining time before registration expired toward AS
regId The registration ID created for the registration session.
ueRoamingType UE Roaming Type(Home,Ravel,S8HR Inbound, S8HR Outbound).
mobileCountryCode Mobile Conutry Code.
mobileNetworkCode Mobile Network Code.
destinationTrunkName The name of the destination Trunk of this registered endpoint.
RESTCONF API: GET Example

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

  • No labels