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. 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.
$VAR1 = {
'Message' => 'Invalid/unknown command',
'Response' => 'Error'
};
$VAR1 = {
'Message' => 'Queue status will follow',
'Response' => 'Success'
};
$VAR1 = {
'Completed' => '',
'Holdtime' => '',
'Event' => 'QueueParams',
'ServicelevelPerf' => '0.0',
'Calls' => '',
'Queue' => 'support_queue',
'Weight' => '',
'ServiceLevel' => '',
'Abandoned' => '',
'Max' => ''
};
Thanks,
--
Jason Dixon
OmniTI Computer Consulting, Inc.
[EMAIL PROTECTED]
443.325.1357 x.241
_______________________________________________
-- 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