46
QueueMetrics installation / Re: Upgrade from 1.5.3 to 1.5.5 - can not monitor calls
« on: November 13, 2009, 13:45:17 »You mean you click on the "little telephone" icon?
There is no telephone icon - only the wand.
-Barry
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You mean you click on the "little telephone" icon?
In any case, if you can see the details of each single queue in the Realtime page, you should be able to access those right from the XML-RPC interface as well.
You could pull information from the aggregate queue and integrate it wit queue-by queue data when needed.
You should be doing a separate query for each queue. It's not 100% sure that all reports are simply additive, meaning that it's not always true that f(A+B) = f(A) + f(B).
Another problem I found was:
$params_rt = array(
new XML_RPC_Value($queuename),
new XML_RPC_Value("USER"),
new XML_RPC_Value("PASSWORD"),
new XML_RPC_Value(""),
new XML_RPC_Value(""),
$req_blocks_rt
);
Where $queuename was $queueid but after changing it to $queuename it worked for me... no idea why.
I'm unable to get this script to work.
I receive this error:
Fault Code: 5 Fault Reason: Didn't receive 200 OK from remote server. (HTTP/1.1 302 Moved Temporarily)
My guess is its looking for "/$qm_webapp/xmlrpc.do". I tried looking through all of the queuemetrics directories but I'm cant find it anywhere.
Any ideas?