Re: [asterisk-users] how to add area code to outgoing number in Asterisk 13.13

2017-01-03 Thread Joshua Colp
On Tue, Jan 3, 2017, at 12:32 PM, Motty Cruz wrote: > Thank you Carlos, you’re right I am using PJSIP. Should I not use it? PJSIP allows the following two formats: PJSIP/@ PJSIP// Where in the second case the SIP URI can contain the number. Provided you use either of those (the first would be

Re: [asterisk-users] how to add area code to outgoing number in Asterisk 13.13

2017-01-03 Thread Motty Cruz
to add area code to outgoing number in Asterisk 13.13 On 2016-12-29 12:44, Motty Cruz wrote: 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

Re: [asterisk-users] how to add area code to outgoing number in Asterisk 13.13

2016-12-29 Thread Doug Lytle
On 12/29/2016 01:44 PM, Motty Cruz wrote: exten => _7XXX,n,Dial(SIP/mySIPprovider/1731${EXTEN:1},80) Drop the 1. Doug -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new

[asterisk-users] how to add area code to outgoing number in Asterisk 13.13

2016-12-29 Thread Motty Cruz
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 => _7XXX,n,Set(CALLERID(all)="My ID" )