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