" /> How to post selected queue info to agent desktop - Genesys CTI User Forum

Author Topic: How to post selected queue info to agent desktop  (Read 1850 times)

Offline Alyw

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
How to post selected queue info to agent desktop
« on: August 22, 2015, 05:03:15 AM »
Advertisement
I've a listview for displaying selected queue info in my agent desktop (developed by using PSDK 8.5). I was able to connect to the CCPulse as well as the Stat Server (done in the coding), but the problem is I have no idea on how to select specific queue info and get their statistic type.

[table]
[tr]
[td]Environment[/td]
[/tr]
[/table]
[table]
[tr]
[td]  [-]Switched[/td]
[/tr]
[/table][table]
[tr]
[td]      [-]prepaid_vqs[/td]
[/tr]
[/table][table]
[tr]
[td]            prepaid_vq_bpo1[/td]
[/tr]
[/table][table]
[tr]
[td]            technicalprepaid_vq_bpo1[/td]
[/tr]
[/table]
[table]
[tr]
[td]      [-]symphony[/td]
[/tr]
[/table][table]
[tr]
[td]            corporate_vq_bpo2[/td]
[/tr]
[/table]

Based on the table above (illustrated from CCPulse) , how can I select prepaid_vq from prepaid_vqs and corporate_vq from symphony and get their statistics ServiceFactor and CurrMaxWaitingTime at the same time?
My expected output (the view in my agent desktop) is:

[table]
[tr]
[td]QueueName      Service Factor      CurrMaxWaitingTime[/td]
[/tr][/table]
[table][tr][td]prepaid_vq[/td]
[/tr][/table]
[table][tr][td]corporate_vq[/td]
[/tr]
[/table]