Possible categories for a call category policy condition. Can be treated as bit field.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
[FlagsAttribute]
public enum CallCategory
Visual Basic
<FlagsAttribute> _
Public Enumeration CallCategory

Members

Member nameValueDescription
Normal0The call does not belong to any special category.
CampaignWideCallback1A scheduled callback that can be assigned to any agent.
AgentOwnedCallback2A scheduled callback that is owned by a specific agent.
CampaignWideReschedule3A rescheduled call that can be assigned to any agent.
AgentOwnedReschedule4A rescheduled call that is owned by a specific agent.
PriorityCall5A high-priority call that is pushed to the front of the dialing queue when its contact record is inserted into the contact list.

See Also