[asterisk-users] Insert 1+areacode for VOIP calls

Time Bandit timebandit001 at gmail.com
Thu Dec 21 07:47:57 MST 2006


> Is there a way I can create a _NXXXXXX extension and insert 1 and areacode
> when dialing?
exten => _NXXXXXX,1,Set(CALLERID(num)=6162997590)
exten => _NXXXXXX,n,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_A}/1514${EXTEN})

replace 514 with your area code

hth


More information about the asterisk-users mailing list