2881
Running QueueMetrics / Re: XML-RPC realtime method does not filter by queue
« on: August 22, 2007, 18:54:43 »
I run the following test:
I have a system with many calls on it, but none on "Q Test" (which internal name is queue-test). I run a realtime report for it and I get:
Response block: RealTimeDO.RTRiassunto
(Sorry if it's not really readable - hard to format)
This is correct - I get that All selected queues are zero calls and zero agents.
If I run a call to it, I get:
Response block: RealTimeDO.RTRiassunto
This looks correct to me as well - I have one call waiting in the queue, and so one waiting as well in "All selected" that is the same as my very queue.
About the problem with agents, Asterisk agents are - generally speaking - not linked to one specific queue, so the agent logon/logoff status is orthogonal to the taken calls system.
If you'd like the "Show members only" button to be pressed for XML-RPC reports, well, you can change the default setting in configuration.properties and Qm will use that setting.
And yes, I agree, it would be nice to be able to override system settings from the XML-RPC interface as well - but this might be for the future releases
I have a system with many calls on it, but none on "Q Test" (which internal name is queue-test). I run a realtime report for it and I get:
Response block: RealTimeDO.RTRiassunto
Code: [Select]
Queue N. agents Ready agents On pause Unk Bsy N. Calls waiting On phone inbound On phone outbound
All selected 0 0 0 0 0 0 0 0
(Sorry if it's not really readable - hard to format)
This is correct - I get that All selected queues are zero calls and zero agents.
If I run a call to it, I get:
Response block: RealTimeDO.RTRiassunto
Code: [Select]
Queue N. agents Ready agents On pause Unk Bsy N. Calls waiting On phone inbound On phone outbound
All selected 0 0 0 0 0 1 0 0
Q Test 0 0 0 0 0 1 0 0 This looks correct to me as well - I have one call waiting in the queue, and so one waiting as well in "All selected" that is the same as my very queue.
About the problem with agents, Asterisk agents are - generally speaking - not linked to one specific queue, so the agent logon/logoff status is orthogonal to the taken calls system.
If you'd like the "Show members only" button to be pressed for XML-RPC reports, well, you can change the default setting in configuration.properties and Qm will use that setting.
And yes, I agree, it would be nice to be able to override system settings from the XML-RPC interface as well - but this might be for the future releases

