I'm using
qloaderd script to copy
queue_log records to MySQL. I followed the instructions and everything works fine. One of our customer requested a specific format of the queue stats in order to import this data into another statistic software.
1. I need to re-elaborate the basic log information but could not find enough about the standard fields of the
queue_log table in
queuemetrics MySQL db. Any suggestions about the field meaning (especially
data1..data4 and
verb), so I can build my own queries?
2. Secondly, is there any way to extract the Answered Calls (and Unanswered Calls) detail page in a CSV/XML format automatically or from a script/software? I was able to write a program which takes CSV exported data form QM and builds up data into a specific custom format, so I wonder if I can import data automatically instead of manually feed my script.
Thank you for your support.
David