[Asterisk-Users] Dial Plan Help
E. Versaevel
erik at infopact.nl
Mon Dec 6 01:03:46 MST 2004
A DigitTimeout(3) will do wonders to (and fix the non existing priorities).
Kind regards,
E. Versaevel
-----Oorspronkelijk bericht-----
Van: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] Namens list at ipmotel.net
Verzonden: vrijdag 3 december 2004 21:52
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: [Asterisk-Users] Dial Plan Help
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)
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list