Author Topic: Statistic for the current number of Available Agents in an Agent Group  (Read 1812 times)

Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Hi,

The members of the agent group, named "AG_Complaints", only handle video interactions. When agents get logged in WDE, they get ready in Chat Channel and not ready in Voice.

What I want is to get the current number of available agents (with status READY) in AG_Complaints. However, CurrNumberWaitStatuses returns zero (0) when I am to query Stat Server, where this statistic is defined as follows:

  • Category: Current Number
  • MainMask: WaitForNextCall
  • Objects: GroupAgents,GroupPlaces
  • Subject: AgentStatus

So, is it because WaitForNextCall is monitored only for Voice-channel. If this is the case, what should be "MainMask" (i.e. DnAction) for IXN?

Hope that it's clear.

Thank you in advance and cheers!

Eli
Ali

"beer makes you smart
it made budwiser"

Offline gen_rtfm

  • Full Member
  • ***
  • Posts: 114
  • Karma: 4
I'm not sure but I think dnaction is the way to go along with a filter to only consider the specific channel you're interested in.

The other way around would be to limit what channels they can use so agentstatus reflects the channel the agents are using by limiting the wde role they're assigned, if they only handle video interactions?

Br

Skickat från min Mi MIX 3 5G via Tapatalk


Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Hi,

Figured out the solution.

Thank you for support.
Ali

"beer makes you smart
it made budwiser"

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7623
  • Karma: 56330
Which was? Would be nice to also share  ;)