QueueMetrics > Running QueueMetrics

XML-RPC realtime method does not filter by queue

<< < (2/3) > >>

QueueMetrics:
This looks correct then - But I'll have the tech people have a look, just in case.

Marquis:
By correct, do you mean you the behavior I'm experiencing is by design, or I am correct that this is a bug. ;)

QueueMetrics:
No I think it's by design, as long as you get the same results of the realtime page without pressing any button on it.

Marquis:
If that is by design, then I would claim it is horribly flawed.  You aren't really getting per-queue stats unless you get the "Show members only" data.  Is there by any chance some way to modify my XML-RPC query so that's what i get?

QueueMetrics:
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

--- Code: ---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

--- End code ---

(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: ---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
--- End code ---
   

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  ;D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version