Yes, you are right. <br>I know that Iīm trying to use a queue with a strange functionality. <br>Life is hard!!<br><br>I try to combine a short timeout and a short maxlimit.<br><br>Thanks a lot!!<br><br><br><br><div><span class="gmail_quote">
On 7/12/07, <b class="gmail_sendername">Anthony Francis</b> &lt;<a href="mailto:anthonyf@rockynet.com">anthonyf@rockynet.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;">
Carlos Chavez wrote:<br>&gt; On Thu, 2007-07-12 at 15:03 -0300, equis software wrote:<br>&gt;<br>&gt;&gt; I try setting joinempty=strict, but if there are all agent busy<br>&gt;&gt; answering a call, i need that the queue reject new callers until one
<br>&gt;&gt; of the agents ends their calls.<br>&gt;&gt;<br>&gt;&gt; Example:<br>&gt;&gt; Agent1 on call<br>&gt;&gt; Agent2 on call<br>&gt;&gt;<br>&gt;&gt; When one call arrive, the queue reject the call.<br>&gt;&gt; I donīt want to have callers waiting in the queue.
<br>&gt;&gt; Thanks!<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Than why have a queue at all?&nbsp;&nbsp;The function of a queue is to have more<br>&gt; callers than agents.&nbsp;&nbsp;You can set the parameter maxlimit=2 on the queue
<br>&gt; so if you only have two agents it will not allow any more caller to join<br>&gt; the queue.&nbsp;&nbsp;Again, this defeats the purpose of a queue.<br>&gt;<br>&gt;<br>&gt;&gt; ------------------------------------------------------------------------
<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>&gt;&gt;<br>&gt;&gt; asterisk-users mailing list
<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>I believe maxlimit defines calls waiting. I could be wrong, I didn&#39;t
<br>take time to confirm that. I agree, thought you should just use<br>dial(sip/dev1&amp;sip/dev2,20,tr) or similiar and then if the &quot;agents&quot; are<br>not available you can do whatever else with the call.<br><br>_______________________________________________
<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.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></blockquote></div><br>