search for: ts_oper

Displaying 2 results from an estimated 2 matches for "ts_oper".

Did you mean: is_open
2009 Dec 21
3
Looking for some example dialplans
...git 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 entered, it is validated against the phone menu options. Does...
2009 Dec 09
4
Need help/suggestions for DialPlan
...ransferring to our internal LAN once the extension is chosen via SIP. This is the context of my 'main menu': ; Calls during business hours exten => s,1,Set(TIMEOUT(digit)=1) exten => s,n,Wait(1) exten => s,n,Background(1-MainMenu) exten => s,n,WaitExten(3) exten => s,n,Goto(ts_operator,s,1) I have the context for extensions handled like this: ; User pressed 6 - start of extensions [ts_extensions] exten => s,1,Set(TIMEOUT(digit)=2) exten => s,n,WaitExten(10) exten => s,n,Hangup() exten => t,1,Hangup() exten => i,1,Goto(ts_start,s,1) exten => 01,1,VoiceMail...