Finally I could get it to work by running a shell script which parsed results from &#39;queue show&#39; CLI command in dearch of &#39;Not in Use&#39; members. It was done with an AGI.<div><br></div><div>Regards,</div><div>
<br></div><div>Daniel<br><br><div class="gmail_quote">On Tue, Feb 8, 2011 at 11:52 AM, Carlos Chavez <span dir="ltr">&lt;<a href="mailto:cursor@telecomabmex.com">cursor@telecomabmex.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, 2011-02-07 at 10:44 -0500, Daniel - Asterisk wrote:<br>
</div><div><div></div><div class="h5">&gt; Hi Danny,<br>
&gt;<br>
&gt;<br>
&gt; Could you please let me know what function do I use to get if the<br>
&gt; queue is full?<br>
&gt;<br>
&gt;<br>
&gt; Elder<br>
&gt;<br>
&gt; On Mon, Feb 7, 2011 at 10:42 AM, Danny Nicholas &lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;         ______________________________________________________________<br>
&gt;         From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt;         [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of<br>
&gt;         Daniel - Asterisk<br>
&gt;         Sent: Monday, February 07, 2011 9:38 AM<br>
&gt;         To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
&gt;         Subject: [asterisk-users] About maxlen parameter in queues<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         Dear list,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         I want to avoid sending calls to a queue when it is full. From<br>
&gt;         the fact that &#39;maxlen&#39; must be at least 1 (I wish it could be<br>
&gt;         zero but it isn&#39;t) I&#39;d like to know if there&#39;s a way to do it.<br>
&gt;         Setting the Queue() timeout to a little value is not the most<br>
&gt;         suitable option.<br>
&gt;<br>
&gt;<br>
&gt;         I&#39;m using asterisk 1.4.21 but I don&#39;t know if there are some<br>
&gt;         options available on release 1.8<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         Thanks,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         Elder Arohuanca Lagos<br>
&gt;<br>
&gt;<br>
&gt;         t. 992728100<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         This is a bit “hackish”, but why don’t you just make a context<br>
&gt;         that uses AGI to query the queue and only let the call proceed<br>
&gt;         if not full?<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>        Maybe it would be easier to use the GROUP and GROUP_COUNT functions to<br>
see how many users are in the queue and decide on that.  Although this<br>
really defeats the purpose of having a Queue.<br>
<font color="#888888"><br>
<br>
--<br>
Telecomunicaciones Abiertas de México S.A. de C.V.<br>
Carlos Chávez Prats<br>
Director de Tecnología<br>
+52-55-91169161 ext 2001<br>
</font><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>