Author Topic: Displaying number of calls in queue on the agent screen.  (Read 3333 times)

Scott B

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
    • View Profile
Displaying number of calls in queue on the agent screen.
« on: February 26, 2011, 23:30:44 »
Hi all,

I've been poking around the forums for a couple of days here trying to find a quick and dirty way to display the number of calls in queue on the agent screen (live_agent.jsp) so our agents know when call volume is heavy. I understand changing .jsp pages is not supported, so is my only recourse to try and design something similar to the live_agent.jsp page from scratch? At first glance the XML-RPC interface is not robust enough to do that but I am obviously just learning this.

Thanks for any and all help, even pointing me to docs that might give me a better idea of where to start.

Scott B

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
    • View Profile
Re: Displaying number of calls in queue on the agent screen.
« Reply #1 on: February 26, 2011, 23:31:10 »
Also, wrong sub-forum?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Displaying number of calls in queue on the agent screen.
« Reply #2 on: February 28, 2011, 09:38:50 »
The XML-RPC interface is the correct one - whatever is displayed in QM reports or real-time or QA page can be tunneled to a machine-friendly environment.

Scott B

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
    • View Profile
Re: Displaying number of calls in queue on the agent screen.
« Reply #3 on: March 01, 2011, 08:41:40 »
The XML-RPC interface is the correct one - whatever is displayed in QM reports or real-time or QA page can be tunneled to a machine-friendly environment.


Even the Log on, Log off, Pause, and Unpause buttons?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Displaying number of calls in queue on the agent screen.
« Reply #4 on: March 01, 2011, 09:48:41 »
Not directly, but you should see the effect they cause in the RT screen.