Displaying 2 results from an estimated 2 matches for "ring_timeout".
2005 Aug 23
0
Toll Call Voicemail Ring Timeout (new module????)
...ne, and it would pick up after 2
rings rather than 4? (that is, if you knew how to turn it on - that
required to know how to set the time on your VCR to avoid the flashing
12:00:00)
Hahaha. Jokes aside.
I have come up with a way to do this but it's a kludge:
1 - Read in the variables (normal_ring_timeout)
2 - HasVoiceMail_Timeout
3 - run HasVoicemail
4 - If not have voicemail set ring_timeout = normal_ring_timeout
5 - If Have voicemail - it's jumps to priority + 101
6 - Set ring_timeout = hasvoicemail_timeout
7 - Ring extensions for ring_timeout
8 - blah blah blah...
I was wondering if someone...
2004 Jun 29
0
Play Music on hold until a ZAP channel frees up.
[answeringsvc]
exten => 0,1,Wait,1
exten => 0,2,Dial(ZAP/g1/7135551212,${RING_TIMEOUT},r)
exten => 0,3,Dial(ZAP/g1/7135551212,${RING_TIMEOUT},mr)
exten => 0,103,Goto(0,3)
exten => 0,104,Goto(0,3)
This should call 713-555-1212. If there are no ZAP lines available it
should kick back around and play music on hold until a zap line is
available, correct? I'd like the mus...