Jason Dixon schrieb: > I'm trying to get some useful status info on Asterisk queues. Using the > Asterisk::Manager perl module, I've attempted to gather Queues and > QueueStatus, but neither are useful. In fact, Queues only returns one > out of four possible queues. > > I found references online to QueueMemberStatus, which is enabled by > 'eventmemberstatus = yes' in queues.conf. I've enabled this, but I > get invalid command errors through the Manager or the CLI.
QueueMemberStatus is not an action (= command) but an event. > Below I've > pasted dumps of each Action (QueueMemberStatus, QueueStatus, Queues). > If anyone can offer some alternative suggestions on how to query the > number of free extensions in a queue, I'm all ears. Query the ExtensionState of each of the queue members. Grüße, Philipp Kempgen -- http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
