Author Topic: Wallboard Example script  (Read 41191 times)

barryf

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
    • View Profile
Re: Wallboard Example script
« Reply #45 on: October 12, 2011, 14:52:39 »
Hi

Never done it, but so long as you have php and the necessary php modules (xmlrpc for example) it should work easily enough.

-Barry

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: Wallboard Example script
« Reply #46 on: October 16, 2011, 09:20:17 »
it's great.
I found that the waiting call isn't equal to the QM realtime wallboard sometimes,does it the bug of xmlrpc?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Wallboard Example script
« Reply #47 on: October 25, 2011, 12:01:12 »
No they are computed exactly in the same manner.

RonCB

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
    • View Profile
    • Email
Re: Wallboard Example script
« Reply #48 on: February 24, 2012, 22:50:54 »
Tried the script and run into an error saying  'Undefined index 'All selected' line 87 etc...

    // Get the waiting calls and number of agents for these queues
    $waitqueue = $queue['All selected']['waiting'];
    $nagents = $queue['All selected']['nagents'];
    $ragents = $queue['All selected']['ragents'];
 
Looks like it don't understand  'All selected'

Someone ever find the solution?
 
Ron