Jump to: navigation, search
(Created target blank page For Version: HTCC:8.5.2)
 
(Update with the copy of version: 8.5.2DRAFT)
 
Line 1: Line 1:
<!-- Creation of the target page -->
+
=Agent Group Availability (for Voice)=
 +
{{AnchorDiv|HTCC-27795}}
 +
 
 +
Your Web Services and Applications solution must meet the following requirements to enable Agents to view Agent Group availability for Voice in Team Communicator:
 +
* Your environment must include a connection to Stat Server.
 +
* [[ReportingConfiguration#Enabling_reporting|You have enabled statistics reporting.]]
 +
* Your '''statistics.yaml''' file contains the following definitions:
 +
 
 +
<source lang="text">
 +
---
 +
name: TransferAvailability_CurrentReadyAgents
 +
notificationFrequency: 10
 +
notificationMode: IMMEDIATE
 +
objectType: VIRTUAL_AGENT_GROUP
 +
statisticDefinitionEx:
 +
    dynamicFilter: "MediaType=voice"
 +
    category: CurrentNumber
 +
    mainMask: WaitForNextCall
 +
    subject: DNStatus
 +
---
 +
name: TransferAvailability_CurrentReadyAgents
 +
notificationFrequency: 10
 +
notificationMode: IMMEDIATE
 +
objectType: AGENT_GROUP
 +
statisticDefinitionEx:
 +
    dynamicFilter: "MediaType=voice"
 +
    category: CurrentNumber
 +
    mainMask: WaitForNextCall
 +
    subject: DNStatus
 +
---
 +
</source>
 +
 
 +
[[Category:V:HTCC:8.5.2]]

Latest revision as of 16:52, September 15, 2017

Agent Group Availability (for Voice)

Your Web Services and Applications solution must meet the following requirements to enable Agents to view Agent Group availability for Voice in Team Communicator:

---
name: TransferAvailability_CurrentReadyAgents
notificationFrequency: 10
notificationMode: IMMEDIATE
objectType: VIRTUAL_AGENT_GROUP
statisticDefinitionEx:
     dynamicFilter: "MediaType=voice"
     category: CurrentNumber
     mainMask: WaitForNextCall
     subject: DNStatus
---
name: TransferAvailability_CurrentReadyAgents
notificationFrequency: 10
notificationMode: IMMEDIATE
objectType: AGENT_GROUP
statisticDefinitionEx:
     dynamicFilter: "MediaType=voice"
     category: CurrentNumber
     mainMask: WaitForNextCall
     subject: DNStatus
---
This page was last edited on September 15, 2017, at 16:52.
Comments or questions about this documentation? Contact us for support!