sbc-remove-oc-numbers
This script removes prefixes for Operator Connect customers (the script functionality is identical to the sbc-remove-prefix script (see sbc-remove-prefix).
Copy
configure voip
sbc dial-plan where name "{{DialPlanName}}"
{{#each SbcPhoneData}}
no dial-plan-rule where Prefix "{{this.Prefix}}"
{{/each}}
activate
exit
do write