<br><br><div class="gmail_quote">2009/12/4 Philipp Kempgen <span dir="ltr"><<a href="mailto:philipp.kempgen@amooma.de" target="_blank">philipp.kempgen@amooma.de</a>></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>> 2009/12/4 Olivier <<a href="mailto:oza-4h07@myamail.com" target="_blank">oza-4h07@myamail.com</a>><br>
<br>
</div><div>>> Has someone successfully used this QUEUE_VARIABLES() function (in<br>
>> 1.6.2-rc7) ?<br>
<br>
</div><div>>> A previous question about it remainded unanswered (<br>
>> <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>
> How can can you get current queue's length (ie maxlen) or waiting call<br>
> 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'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, "queue show techsupport" says something like :<br>
techsupportl has 0 calls (max 3) in 'ringall' 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 -> <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 -> <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>