search for: welcome_mod

Displaying 1 result from an estimated 1 matches for "welcome_mod".

2009 Dec 21
3
Looking for some example dialplans
...tempted over the weekend. Unfortunately the second I hit a digit that wasn't in the menu options, it dropped the call. What I have that is working at the moment is this: ; Calls during business hours exten => s,1,Set(TIMEOUT(digit)=1) exten => s,n,Wait(1) exten => s,n,Background(01-welcome_mod) exten => s,n,WaitExten(3) exten => s,n,Goto(ts_operator,s,1) ; User pressed 1 - sales exten => 1,1,Wait(1) exten => 1,n,Goto(ts_sales,s,1) etc What I need to know is what to change this to (exactly) so that it will allow up to 4 digits to be entered, but on the first one being ente...