[Asterisk-Users] Dial Plan Help

list at ipmotel.net list at ipmotel.net
Fri Dec 3 13:52:09 MST 2004


All,

I've got a problem here. We are using a Digium 4 T-1 board in our * server. 
The T-1's are ISDN.  The problem I'm having is that we have an ivr setup so 
that when someone dials our DID it goes to the s extension and starts 
playing the ivr which is fine, but if someone dials an extension for example 
extension 200, it doesnt go to 200 it goes to extension 2.  Seems like our 
server doesn't even wait for the rest of the digits dialed. soon as it sees 
2 it goes straight to exten 2 and ignores the last two zeros therefore never 
reaching extension 200. any suggestions?  i've enclosed a snipet below.

TIA,
-Jon


exten=>s,1,Answer
exten=>s,2,Wait(1)
exten=>s,3,Background(intro)
exten=>s,4,Background(ivrmenu)
exten=>i,1,Playback(invalid)
exten=>i,2,Goto(s|4)
exten=>200,Goto(office,102,1);forward to 102 in office context
exten=>201,Goto(office,110,1);forward to 110 in office context
exten=>1,1,Goto(office,102,1)
exten=>2,1,Goto(office,103,1)
exten=>3,1,Goto(office,104,1)
exten=>4,1,Goto(office,105,1)
exten=>5,1,Goto(office,106,1)
exten=>0,1,Goto(office,107,1)
exten=>t,1,Goto(office,108,1)




More information about the asterisk-users mailing list