Resources | profiles | digitParameterHandling | prefixProfile | entry

entry

This object is used to configure the Prefix Profile.

Configuration

ParameterPresenceTypeDefaultDescription
matchingPatternMstring Matching Pattern.
matchStartLocationMuint32 Match Start Location.
totalMinDigitsMuint32 Total Min Digits.
totalMaxDigitsMuint32 Total Max Digits.
callTypeOenumerationnationalType Linear Call Type.
digitTypeOenumerationunknown Digit Type.
dmPmRuleOreference Dm/Pm Rule Id.
natureOfAddressOenumerationnone Nature Of Address.
numberingPlanIndicatorOenumerationnone Numbering Plan Indicator.
numberLeadingPrefixDigitsOuint320 Number Leading Prefix Digits.
numberLeadingPrefixDigitsToStripOuint320 Number Leading Prefix Digits To Strip.
applyDmRuleOenumerationdisable Apply Dm/Pm Rule.
determineAreaOenumerationdisable When this flag is enabled, the area code is determined from the analyzed digits.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name} --data '
<entry>
     <matchingPattern>{matchingPattern}</matchingPattern>
     <matchStartLocation>{matchStartLocation}</matchStartLocation>
     <totalMinDigits>{totalMinDigits}</totalMinDigits>
     <totalMaxDigits>{totalMaxDigits}</totalMaxDigits>
</entry>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits}

  • No labels