[Asterisk-java-users] AsteriskQueue Interface
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2006-09-26 13:49:42
|
Hi All, I'm working on a system that needs to know exactly what's happening in a queue at all times. What the system needs to know is: 1. Number of queue members logged into the queue. 2. Number of queue members available to take calls 3. Number of channels currently waiting in the queue (looks like AsteriskQueue will do this one) 4. Average wait time. It looks like the AsteriskQueue interface is a good start for this but I'm not sure if it's even possible to get the other information without parsing through a big list of queuemember responses. I'm thinking about adding an action to asterisk QueueStatSummaryRequest that will take as an argument the queue name and return the above info as a response (I really hate the way asterisk tries to send events as a response). Any thoughts? -- Chris Howard Email: ch...@as... Director Software Development Direct: 256.705.0262 Asteria Solutions Group, Inc. Main: 256.705.0277 2904 WestCorp BLVD, Suite 203 Fax: 256.705.0280 Huntsville, AL, 35805 Fax2Mail: 256.705.0262 http://www.asteriasgi.com Toll-Free: 877.ASGI.4.ME |