Possible categories for a call category policy condition. Can be treated as bit field.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Normal | 0 | The call does not belong to any special category. | |
| CampaignWideCallback | 1 | A scheduled callback that can be assigned to any agent. | |
| AgentOwnedCallback | 2 | A scheduled callback that is owned by a specific agent. | |
| CampaignWideReschedule | 3 | A rescheduled call that can be assigned to any agent. | |
| AgentOwnedReschedule | 4 | A rescheduled call that is owned by a specific agent. | |
| PriorityCall | 5 | A high-priority call that is pushed to the front of the dialing queue when its contact record is inserted into the contact list. |