Displaying 3 results from an estimated 3 matches for "setresponsetimeout".
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
2003 Dec 29
2
after hours logic
...;prompt for Caller-Id if not
present
;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...
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