Hello again,
I'm trying to use the PHP script (btw, thank you very much!) and it seems to work... I mean, when I call the page, I get Status OK from the script but no data comes out after the table column names. Running a custom report from the web interface with the same period (start and end date/hour), I get plenty of information about the Answered and Unanswered Calls.
Here is an example of the HTML output:
QueueMetrics XML-RPC client in PHP
Response block: result
Status OK
Description
Time elapsed (ms) 78
QM Version 1.3.2
Response block: DetailsDO.CallsOK
Date Caller Queue Wait Duration Disconnection Handled by Attempts
Response block: DetailsDO.CallsKO
Date Caller Queue Disconnection Position Wait Attempts
This means that the XML-RPC is working fine, but why doesn't it retrieve the data I need?
I'm sure the solution is "under my nose", but I just can't find it.
Any ideas?
Thanks,
David