PollingStrategyType Enumeration

Agent polling strategy

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum PollingStrategyType

Members

Hunt0 sequential, always starts polling from first agent
RingAll1 all agent extensions are ringing simultaneously
HuntRandomStart3 (default). sequential, starts from random agent
NextAgent4 sequential. polling is starting from agent next to last answered
LongestWaiting5 selects agent that has longest wait time
LeastTalkTime6 selects agents that has spent least time servicing calls
FewestAnswered7 selects agents that has answered least number of calls
HuntBy3s8 hunt by three agents
First3Available9 ring 3 agents (like ring all, but only three)
SkillBasedRouting_RingAll10 rings groups of agents with the same SkillGroup number, if busy or no answer moves to group with next SkillGroup number
SkillBasedRouting_HuntRandomStart11 selects available agents from group with the best skill, and rings random of them
SkillBasedRouting_RoundRobin12 selects available agents from group with the best skill, and rings one who last answered
SkillBasedRouting_FewestAnswered13 selects available agents from group with the best skill, and rings one that has answered least number of calls

See Also