search for: q1_short

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

Did you mean: 1_short
2004 Jan 26
0
Anyone run * on OS X ?
...e call goes to another queue and he holds while the music-on-hold plays a app_queue trys to reach the next free operator 4. after a timeout in second queue there is a Goto to play the message again and then back into the second queue I have it like this: extensions.conf: exten => 10,1,Queue(q1_short,tn) exten => 10,2,Answer exten => 10,3,Playback(please_hold) exten => 10,4,Queue(q1,t) exten => 10,5,Goto(3) queue.conf: [q1] music = test announce = test_anounce timeout = 40 retry = 3 maxlen = 10 strategy = leastrecent member => SIP/111 member => SIP/112 member => SIP/11...