Show Posts

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.


Messages - cbastian

Pages: 1 [2]
16
Scripting QueueMetrics / Pulling QA Notes data from QueueMetrics
« on: July 30, 2012, 21:19:45 »
I'm trying to pull the data that is stored in the QA Notes fields (along with the specific call information) from QM.  Is there a way that I can pull the specific data through XML-RPC?  I was experimenting with just pulling it out of the MySQL database, which worked fine.  I am just having trouble getting connections to the server, due to security...

So basically, I'd either like to pull all of the QA data or pull the results of a SP that I already have in place in MySQL, through XML-RPC.  Any thoughts on this?  ANy help would be appreciated.  I have looked through the manuals, but have not found anything that accesses the QA Notes data.


EDITED:
I mode some more progress, but not 100%.  I am able to pull the actual data from the Queue Details (DetailsDO.CallsOK), but still unable to gather any actual data from the QA Form Comments (QualAssFormDO.Comments).

This returns all of the data for the past day, the same as I would see it online:
Code: [Select]
res2 = server.QM.stats("605|610", "robot", "robot", "", "", yesterday+".00:00:00", today+".15:59:59", "", ['DetailsDO.CallsOK']);
While this just returns a header row with now actual data below it:
Code: [Select]
res1 = server.QM.qaformreport("605|610", "robot", "robot", yesterday+".00:00:00", today+".23:59:59", "", "QA-Test", "", ['QualAssFormDO.Comments']);
Anyone have any thoughts???

Thanks, still hoping for help, while I continue to experiment...
--Charles...

17
Hello all,
   I am new to QueueMetrics, so forgive me if this is a basic question.  I have recently encountered an issue where a client is trying to listen to call recordings but is directed to a strange (almost default/unconfigured looking) URL.  They select the Activity report frmo the main menu, then the Ans. Dt. tab from the report page.  But, if they click on the "Link URL" icons in the Queue Details section, they are taken to a URL like this:
Quote
http://server/app?agent=agent%2F7112&unique=1343574475.453958

My concern is that is actually has "server" in the URL, as though it was never configured completely.  Any thoughts on how to configure this, so that they can use that icon?  They are able to click the "Details" icon and get to the call recording, as a temporary solution.  But, we (I) need to figure out why this one shows server, instead of our actual server.

--Charles

Pages: 1 [2]