here is what I have:

exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)

exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1})

exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80)

not having success;

"Got SIP reponse 503" Service Unavailable"

On 04/27/2015 02:19 PM, Bryant Zimmerman wrote:
Motty
Yes
From your dial plan accept 9 + 7 digits then concat your dialed number together with your areacode.
This s a brief example.
exten => _9XXXXXXX,1,Set(l_HomeAreaCode=555)
exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) ;; This line should combine your area code and the last 7 digits of your dialed phone number
exten => _9XXXXXXX,n,Dial(SIP/${dialnumber},35)
Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
------------------------------------------------------------------------
*From*: "Motty Cruz" <motty.c...@gmail.com>
*Sent*: Monday, April 27, 2015 4:33 PM
*To*: asterisk-users@lists.digium.com
*Subject*: [asterisk-users] adding area code
Hello,

I would like to add area code if clients dial 7 digits, it that
possible? currently clients dial prefix 9 plus local number, however my
SIP provider is requiring to dial 10 digits. is it possible to add area
code?

Thanks,
Motty

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to