Describes when a call should be abandoned for remote hangups, system hangups, and when no agent is available.

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 AbandonInclusionMode
Visual Basic
Public Enumeration AbandonInclusionMode

Members

Member nameValueDescription
Always0 Always consider as an abandon.
AfterDelay1 For remote hangups, calls are considered abandoned if the remote party disconnected after a configurable number of seconds. When no agent is available, the call is considered abandoned if no agent becomes available after a configurable number of seconds.
Never2 Never consider as an abandon.

See Also