Possible modes used in call routing policy behaviors.

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#
public enum CallRoutingMode
Visual Basic
Public Enumeration CallRoutingMode

Members

Member nameValueDescription
Normal0The call will be routed normally.
Precise1A specific agent will be reserved for the call before it is placed.
DoNotDial2The call will not be placed.
Preview3The call will be presented in preview mode.

See Also