Possible fields checked in phone number detail policy conditions.
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 PNDCounter |
| Visual Basic |
|---|
Public Enumeration PNDCounter |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TotalAttempts | 0 | The total number of previous attempts made to call this contact. | |
| AttemptsAbandoned | 1 | The number of previous attempts to this contact that were classified as abandoned. | |
| AttemptsBusy | 2 | The number of previous attempts to this contact with a result of "busy". | |
| AttemptsFax | 3 | The number of previous attempts to this contact with a result of "fax". | |
| AttemptsAnsweringMachine | 4 | The number of previous attempts to this contact with a result of "answering machine". | |
| AttemptsNoAnswer | 5 | The number of previous attempts to this contact with a result of "no answer". | |
| AttemptsRemoteHangup | 6 | The number of previous attempts to this contact with a result of "remote hang up". | |
| AttemptsRescheduled | 7 | The number of previous attempts to this contact with a result of "rescheduled". | |
| AttemptsSystemHangup | 8 | The number of previous attempts to this contact with a result of "system hang up". | |
| AttemptsSitCallable | 9 | The number of previous attempts to this contact with a result of "SIT callable". |