Resources | global | sipDomain

sipDomain

The global SIP domain object allows you to configure the domain name for the carrier.

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

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for SIP Domain Name.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGlobal:global/sonusSipDomain:sipDomain={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusGlobal:global --data '
<sipDomain>
     <name>{name}</name>
</sipDomain>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusGlobal:global/sonusSipDomain:sipDomain={name}

  • No labels