" /> Statistic for the current number of Available Agents in an Agent Group - Genesys CTI User Forum

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

Offline Ali

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 0
  • Haunted by Genesys
    • My Web Site
Advertisement
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, [b]CurrNumberWaitStatuses[/b] returns zero (0) when I am to query Stat Server, where this statistic is defined as follows:

[list]
[li]Category: Current Number[/li]
[li]MainMask: [b]WaitForNextCall[/b][/li]
[li]Objects: GroupAgents,GroupPlaces[/li]
[li]Subject: AgentStatus[/li]
[/list]

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

Hope that it's clear.

Thank you in advance and cheers!

Eli

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.

Offline cavagnaro

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