Author Topic: XML-RPC Call Detail Popup  (Read 3305 times)

sbecquet

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
XML-RPC Call Detail Popup
« on: May 01, 2014, 16:47:28 »
Using the XML-RPC I am able to successfully pull Queue Details with the XML-RPC code DetailsDO.CallOk but ran into a issue.  If I pull the report without using XML-RPC, I see a magnifying glass that then opens a popup with call details.  How can I get this popup to happen using the XML-RPC? Do I have to use another XML-RPC code? Or a different method?  Any help would be great.

Thanks

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: XML-RPC Call Detail Popup
« Reply #1 on: May 02, 2014, 10:59:29 »
You can pull the same data from the RAW table, and ask for any associted recordings using a separate method QM.findAudio as described in http://manuals.loway.ch/QM_XML-RPC_manual-chunked/ch03.html#_the_method_qm_findaudio


sbecquet

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Re: XML-RPC Call Detail Popup
« Reply #2 on: May 08, 2014, 20:01:00 »
Ok thank you for the reply.  I have another question though.  If I create a custom report through XML-RPC, it there a way to download like you can for the pre made reports?

mirkox

  • Full Member
  • ***
  • Posts: 231
  • Karma: 4
    • View Profile
Re: XML-RPC Call Detail Popup
« Reply #3 on: May 09, 2014, 09:48:44 »
Hi,

are you creating a new type of report table? In that case you can include it in QueueMetrics reports as a custom block (so you can download it with the others).

http://manuals.loway.ch/QM_XML-RPC_manual-chunked/ch06.html

Mirko