<br><br><div class="gmail_quote">2009/12/4 Philipp Kempgen <span dir="ltr">&lt;<a href="mailto:philipp.kempgen@amooma.de" target="_blank">philipp.kempgen@amooma.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Olivier schrieb:<br>
<div>&gt; 2009/12/4 Olivier &lt;<a href="mailto:oza-4h07@myamail.com" target="_blank">oza-4h07@myamail.com</a>&gt;<br>
<br>
</div><div>&gt;&gt; Has someone successfully used this QUEUE_VARIABLES() function (in<br>
&gt;&gt; 1.6.2-rc7) ?<br>
<br>
</div><div>&gt;&gt; A previous question about it remainded unanswered (<br>
&gt;&gt; <a href="http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466" target="_blank">http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466</a>).<br>
<br>
</div><a href="http://lists.digium.com/pipermail/asterisk-users/2009-February/227122.html" target="_blank">http://lists.digium.com/pipermail/asterisk-users/2009-February/227122.html</a><br>
<a href="http://lists.digium.com/pipermail/asterisk-users/2009-February/227127.html" target="_blank">http://lists.digium.com/pipermail/asterisk-users/2009-February/227127.html</a><br>
<a href="https://issues.asterisk.org/view.php?id=14506" target="_blank">https://issues.asterisk.org/view.php?id=14506</a><br>
<div><br>
&gt; How can can you get current queue&#39;s length (ie maxlen) or waiting call<br>
&gt; number from dialplan ?<br>
<br>
</div>        Set(err=${QUEUE_VARIABLES(techsupport)});<br>
        Verbose(1,maxlen: ${QUEUEMAX});<br>
        Verbose(1,waiting calls: ${QUEUECALLS});<br></blockquote><div><br>That&#39;s Interesting because:<br><br>When includiing in my dialplan the same lines as yours, QUEUEMAX value remains empty (while err equals -1).<br>
<br>With CLI, &quot;queue show techsupport&quot; says something like :<br>
techsupportl has 0 calls (max 3) in &#39;ringall&#39; strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s<br>   Members:<br>      SIP/109 (Not in use) has taken no calls yet<br>   No Callers<br><br>I also tried with and without setinterfacevar=yes or setqueuevar=yes.<br>
<br>Did you try with 1.6.2 ?<br><br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
    Philipp Kempgen<br>
--<br>
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied  -&gt;  <a href="http://www.amooma.de" target="_blank">http://www.amooma.de</a><br>
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998<br>
Asterisk: <a href="http://the-asterisk-book.com" target="_blank">http://the-asterisk-book.com</a> - <a href="http://das-asterisk-buch.de" target="_blank">http://das-asterisk-buch.de</a><br>
Videos of the AMOOCON VoIP conference 2009 -&gt;  <a href="http://www.amoocon.de" target="_blank">http://www.amoocon.de</a><br>
<font color="#888888">--<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</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>
</font></blockquote></div><br>