Describes when a call should be abandoned for remote hangups, system hangups, and when no agent is available.
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 AbandonInclusionMode |
| Visual Basic |
|---|
Public Enumeration AbandonInclusionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Always | 0 | Always consider as an abandon. | |
| AfterDelay | 1 | 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. | |
| Never | 2 | Never consider as an abandon. |