PureEngage On-Premises

 View Only

Sign Up

  • 1.  Finding an agents Virtual queues

    Posted 09-04-2014 14:23

    Other than querying CME, which has proven to be a very roundabout, unreliable and awkward way of doing so, is there another way to find out the virtual queues an agent can get calls from? Can we get it from the TServer or Stat server, or some other?



  • 2.  RE: Finding an agents Virtual queues

    Posted 09-04-2014 17:09
    You can get it from T-Server event 'EventRinging' or 'EventEstablished' and attribute 'ThisQueue'


  • 3.  RE: Finding an agents Virtual queues

    Posted 09-04-2014 17:24
    Thank you Lakshmikanth. We were thinking about that but unfortnately it will only tell us the VQ for that call. What we need is the list of all queues that agent can receive calls from.


  • 4.  RE: Finding an agents Virtual queues

    Posted 09-04-2014 21:29
    Eric,

    By design, agent can get calls from any virtual queue configured in the system. Can you clarify your requirement?

    Regards,
    Lucky


  • 5.  RE: Finding an agents Virtual queues

    Posted 09-05-2014 13:07
    In CME, in transactions, we have lists called 'CallType to Skill Mapping'. In the annex tab for those lists there is a section with Skill, VAG and VQ defined. From what I understand that is how Agents get calls from the VQ - by having a skill defined there. Currently we are querying CME using COM to get that information, but I am looking for a better way. I was hoping some Genesys component somewhere is already figuring that out and we could query it rather than crawling around in CME.


  • 6.  RE: Finding an agents Virtual queues

    Posted 09-05-2014 15:36
    I think that is the only way to do the mapping. From the list object, take VAG and VQ mapping and list agents from VAG.

    As I mentioned earlier, can be routed to an agent from any virtual queue and like in your case, customers define mapping in List Objects or DN Annex options. Hence, it is not directly available from any Genesys component.


  • 7.  RE: Finding an agents Virtual queues

    Posted 09-05-2014 15:43
    I can accept that it is not directly available from any Genesys component, but that is a real shame. Now we have to dupilcate this business logic and if it ever changes then there are going to be issues.