You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Resources | profiles | signaling | signalingProfile

signalingProfile

Specifies Signaling Profile name.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this signaling profile.
natureOfAddressOenumerationunknown Nature Of Address.
transitCarrierIndicatorOenumerationnoTransmission Transit Carrier Indication.
genericDigitTypeOenumerationaccountCode The Generic Digit Type, which is to be interpreted to contain the Switch ID and Trunk Group ID.
accessTransportOenumerationenable Include the Access Transport parameter in any messages in either the forward or backward direction before they are sent over the associated trunk group.
userToUserInformationOenumerationenable Select Enable to include the User to User parameter in any messages in either the forward or backward direction before they are sent over the associated trunk group. Select Disable to discard the User to User parameter from messages before they are sent over the associated trunk group.
ingressO The signaling profile parameters that applies to ingress Trunk group.
egressO The signaling profile parameters that applies to egress Trunk group.
internationalGatewaySupportO Controls the International Gateway behavior.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/signalingProfile/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/signaling --data '
<signalingProfile>
     <name>{name}</name>
</signalingProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/signaling/signalingProfile/{name}

  • No labels