Author Topic: How to get the Queue details from Stat server  (Read 4585 times)

Offline callmevijayc

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
How to get the Queue details from Stat server
« on: July 07, 2015, 11:58:30 PM »
Currently trying to find the statistic value for  number of Agent logged-in,logged-out and number of call handled,average hold time etcc. from the Stat server. If i get the queue from the stat server then i can find all the values.Please any one help me how to get the Queue in Stat server.

I am using Statistic Platform SDK8.1 to connect the Stat server.

Thanks in advace,,

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: How to get the Queue details from Stat server
« Reply #1 on: July 08, 2015, 10:52:40 AM »
Post your fragment of code covering the statistic receiving or what is not clear for you within the getting the stats? All is described within documentation in great details.

Try to post your code where you are trying to get the stats.

Offline callmevijayc

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: How to get the Queue details from Stat server
« Reply #2 on: July 12, 2015, 07:05:46 PM »
Hi,
Thanks for responding.

i am not clear ,how to get the queue details using platform SDK8.0.

I could find the class for querying grouAgent,application,group,place  etc from the Configuration server but queue level query not available.

My Query is
1.How to get the all the queue names & which server need to use stat/config server.
2. Is there any document/site to follow.


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: How to get the Queue details from Stat server
« Reply #3 on: July 13, 2015, 06:43:22 AM »
If you are registered Genesys partner, you have access to the site with full documentation (docs.genesyslab.com).

About the "queues", try to use CfgDNQuery for these purposes.

Offline callmevijayc

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: How to get the Queue details from Stat server
« Reply #4 on: July 13, 2015, 03:48:37 PM »
Hi
From the CFGDNQuery,  able to fetch  DestDN,Group,Site details only. Could not find the Queue.Is there any other special name for Queue.Is possbile please share the sample code.


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to get the Queue details from Stat server
« Reply #5 on: July 13, 2015, 06:08:56 PM »
Queue is a generic object, inside queue you have RP, ACDQueue, VQ, so what are you trying to do exactly?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: How to get the Queue details from Stat server
« Reply #6 on: July 14, 2015, 11:22:04 AM »
For example:

[code]CfgDNQuery dnQuery = new CfgDNQuery();
            dnQuery.DnType = CfgDNType.CFGVirtACDQueue;[/code]

This is really not a hard job, so little bit more effort in future :)

Offline callmevijayc

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: How to get the Queue details from Stat server
« Reply #7 on: July 15, 2015, 03:40:10 PM »
Thanks for the information. I am new to genesys/APIs

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: How to get the Queue details from Stat server
« Reply #8 on: July 17, 2015, 07:47:35 AM »
Understand. So, try to look into the existing dll before create new topic. I strongly recommend to you visit some Genesys training for developers.