[asterisk-users] 2 Digit Issue
Jason Walker
Jason at jasonsolves.com
Wed Aug 1 15:50:44 CDT 2007
I had to switch quickly to 1.4.9 from1.2.4 and now I can only get 2
digits into the dialplan.
error
-- Invalid extension '81' in context 'impact' on
SIP/207.174.111.34-b77167f8
I pressed 8107
and ideas
my dial plan is (part of it)
[impact]
exten=>s,1,Answer()
exten=>s,n,Set(CALLERID(name)=Impact - ${CALLERID(number)})
exten=>s,n,Background(IMPACT)
exten=>s,n,WaitExten(10)
exten=>s,n,Background(OP)
exten=>s,n,Dial(Sip/office2,20)
exten=>s,n,Voicemail(115 at ipm,u)
exten=>9,1,Background(IPM_MENU)
exten=>9,n,WaitExten(10)
exten=>9,n,Goto(0,1)
exten=>0,1,Goto(inside,115,1)
exten=>i,1,Goto(s,3)
exten=>a,1,Goto(s,3)
include=>inside
[inside]
exten=>102,1,Macro(users,SIP,Comp4,102 at warehouse)
exten=>111,1,Wait(1)
exten=>111,2,Playback(Randy)
exten=>111,3,Dial(Sip/Randy,20)
exten=>111,4,Goto(111-${DIALSTATUS},1)
exten=>111-BUSY,1,Voicemail(111 at ipm,u)
More information about the asterisk-users
mailing list