You may wanna try...<br><br>extensions.conf:<br>exten =&gt; q_main,1,Queue(oneeighty_main||||300)<br><div style="direction: ltr;">...<br><br>[oneeighty_main]<br>musiconhold = default<br>timeout = 15<br>...<br></div><br>Cheers.
<br><br><div><span class="gmail_quote">On 3/24/06, <b class="gmail_sendername">Douglas Garstang</b> &lt;<a href="mailto:dgarstang@oneeighty.com">dgarstang@oneeighty.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Egads. Getting queues to work is like pulling teeth.<br><br>extensions.conf:<br>exten =&gt; q_main,1,Queue(oneeighty_main||||1)<br>exten =&gt; 80014055,1,Dial(SIP/80014018,15,tr)<br>exten =&gt; 80014057,1,Dial(SIP/80014018,15,tr)
<br>exten =&gt; 80014052,1,Dial(SIP/80014018,15,tr)<br><br>queues.conf:<br>[oneeighty_main]<br>musiconhold = default<br>joinempty = strict<br>leavewhenempty = strict<br>strategy = rrmemory<br>retry = 0<br>member =&gt; Agent/80014055
<br>member =&gt; Agent/80014057<br>member =&gt; Agent/80014052<br><br>With this configuration, the timeout of 1 in Queue() is completely ignored. Why?<br><br>If I remove the timeout of 1 from Queue() and put it in the queueu def, like this:
<br><br>[oneeighty_main]<br>musiconhold = default<br>timeout = 1<br>joinempty = strict<br>leavewhenempty = strict<br>strategy = rrmemory<br>retry = 0<br>member =&gt; Agent/80014055<br>member =&gt; Agent/80014057<br>member =&gt; Agent/80014052
<br><br>then the timeout DOES appear to be honored, except that Queue returns CHANUNAVAIL, and does not proceed to the next step in the dialplan. Again, Why?<br><br>I'm just trying to find the right combination of configuration VOODOO that lets me ring each queue member basically once for 15s.
<br><br>Doug.<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>