Resources | profiles | signaling | E164Profile

E164Profile

E164 Profile for Hex-Digits

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for the E164 Profile.
sonusE164ProfDigitAOenumerationtruncate Flag to indicate Hex A to be allowed or not
sonusE164ProfDigitBOenumerationtruncate Flag to indicate Hex B to be allowed or not
sonusE164ProfDigitCOenumerationtruncate Flag to indicate Hex C to be allowed or not
sonusE164ProfDigitDOenumerationtruncate Flag to indicate Hex D to be allowed or not
sonusE164ProfDigitEOenumerationtruncate Flag to indicate Hex E to be allowed or not
sonusE164ProfDigitFOenumerationtruncate Flag to indicate Hex F to be allowed or not
sonusE164ProfCharNonFirstPlusOenumerationtruncate Flag to indicate Non First + to be allowed or not
sonusE164ProfCharStarOenumerationtruncate Flag to indicate char * to be allowed or not
sonusE164ProfCharHashOenumerationtruncate Flag to indicate char # to be allowed or not
sonusE164ProfCharHyphenOenumerationremove Flag to indicate char '-' to be allowed or not
sonusE164ProfCharDotOenumerationremove Flag to indicate char '.' to be allowed or not
sonusE164ProfCharLeftCircularBracketOenumerationremove Flag to indicate char '(' to be allowed or not
sonusE164ProfCharRightCircularBracketOenumerationremove Flag to indicate char ')' to be allowed or not
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/E164Profile/{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 '
<E164Profile>
     <name>{name}</name>
</E164Profile>
'

REST API: DELETE Example

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

  • No labels