search for: setdigittimeout

Displaying 4 results from an estimated 4 matches for "setdigittimeout".

Did you mean: gendigittimeout
2005 Mar 15
0
SetDigitTimeout question
Folks, I'm trying to slow down the speed at which Asterisk decides I've finished typing in an extension for forwarding voicemail. I've tried using exten => s,2,DigitTimeout(5) ; exten => s,3,ResponseTimeout(5) ; in my extensions.conf, but it still seems only about 2 seconds (or less!) before the "forward" functionality decides that I've had enough time to
2003 Dec 29
2
after hours logic
...resent ;otherwise goto 103 ;check for after-hours include => night|00:00-7:59|*|*|* include => night|21:31-23:59|*|*|* ;check for day time include => day|8:00-21:30|*|*|* ; set some defaults exten => s,5,SetResponseTimeout,20 exten => s,6,SetDigitTimeout,10 exten => s,7,SetMusicOnHold,default ; the menu exten => s,8,Playback,intro ; Thanks for calling.... exten => s,9,Background,instructions ; Press 1 for xxx, 2 for xxx ;change to something nicer exten => i,1,Hangup exten => t,1,Hangup ; the options exten => 1,1,Goto...
2004 Sep 17
1
let incoming callers contact a certain extension...
Hi everyone! The following: Any calls coming in on extension 12121212 should get a message telling them to dial the extension of the person they are trying to reach, and then press #. The call should then go to the entered extension. This is as far as I got... *********************************************************** exten => 12121212,1,Wait,1 exten => 12121212,2,Answer exten
2003 Apr 24
3
Collecting dialed digits
I am trying to set up an auto attendant for the first time, and am having trouble getting to the submenu. My extensions.conf file looks like this: [incoming] exten=> s,1,Background,menu1 exten=> s,2,Wait,20 exten=> s,3,Goto,s|1 exten=> 1,1,Playback,option1 exten=> 2,1,Playback,option2 exten=> 3,1,Playback,option3 It is my understanding that asterisk treats the digits entered