Olivier
2009-Dec-04 08:41 UTC
[asterisk-users] Get Queue values from dialplan (Was: queue_variables() function)
2009/12/4 Olivier <oza-4h07 at myamail.com>> Hello, > > Has someone successfully used this QUEUE_VARIABLES() function (in > 1.6.2-rc7) ? > I tried to use it as I'm using SIPPEER() but without success. > > A previous question about it remainded unanswered ( > http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466). > > Regards >How can can you get current queue's length (ie maxlen) or waiting call number from dialplan ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/d50266ed/attachment-0001.htm
Philipp Kempgen
2009-Dec-04 13:47 UTC
[asterisk-users] Get Queue values from dialplan (Was: queue_variables() function)
Olivier schrieb:> 2009/12/4 Olivier <oza-4h07 at myamail.com>>> Has someone successfully used this QUEUE_VARIABLES() function (in >> 1.6.2-rc7) ?>> A previous question about it remainded unanswered ( >> http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466).http://lists.digium.com/pipermail/asterisk-users/2009-February/227122.html http://lists.digium.com/pipermail/asterisk-users/2009-February/227127.html https://issues.asterisk.org/view.php?id=14506> How can can you get current queue's length (ie maxlen) or waiting call > number from dialplan ?Set(err=${QUEUE_VARIABLES(techsupport)}); Verbose(1,maxlen: ${QUEUEMAX}); Verbose(1,waiting calls: ${QUEUECALLS}); Philipp Kempgen -- AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de Videos of the AMOOCON VoIP conference 2009 -> http://www.amoocon.de --