sbc-remove-prefix

The sbc-remove-prefix script removes all configured phone prefixes from the CustDialPlan (applied globally for all customers).

Copy
configure voip
      sbc dial-plan where name "CustDialPlan"
      {{#each ToRemove}}
       no dial-plan-rule "{{this.Index}}"
      {{/each}}
      activate
    exit
    do write