Hi, my SIP provider requires 10 digits for all outgoing calls; Users dial 7
digits for outgoing.  Here is how I added the area code to all outgoing
calls in Asterisk 1.8

 

Extensions.conf

; Adding Area code and striping 7 for local numbers

exten => _7XXXXXXX,n,Set(CALLERID(all)="My ID" <number>)

exten => _7XXXXXXX,n,Dial(SIP/mySIPprovider/1731${EXTEN:1},80)

 

This syntax does not work in Asterisk 13.13. has anybody dealt with this
issue? 

 

Thanks
Motty

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to