Possible modes used in call routing policy behaviors.
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# |
---|
public enum CallRoutingMode |
Visual Basic |
---|
Public Enumeration CallRoutingMode |
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | The call will be routed normally. | |
Precise | 1 | A specific agent will be reserved for the call before it is placed. | |
DoNotDial | 2 | The call will not be placed. | |
Preview | 3 | The call will be presented in preview mode. |