The status of an outbound call that was manually initiated
Namespace: ININ.IceLib.Dialer.EnumsAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum ManualOutboundCallStatus |
| Visual Basic |
|---|
Public Enumeration ManualOutboundCallStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The status cannot be determined | |
| None | 1 | No status has been assigned | |
| InvalidCampaign | 2 | The call could not be initiated because the specified campaign is invalid | |
| InvalidAgent | 3 | The call could not be initiated because the initiating agent is invalid | |
| InternalError | 4 | The call could not be initiated due to an internal error | |
| AgentNotIdle | 5 | The call could not be initiated because the initiating agent is not ready to receive a new Dialer call | |
| ContactNotFound | 6 | The call could not be initiated because the specified contact could not be found in the contact list | |
| ContactUncallable | 7 | The call could not be initiated because the specified contact has an uncallable status | |
| ContactBlocked | 8 | The call could not be initiated because the specified contact has blocked by one or more dialing restrictions | |
| PlaceCallFailed | 9 | The call was initiated but could not be placed due to an internal restriction | |
| InvalidPhoneNumber | 10 | The call was initiated but could not be placed because the specified phone number is not valid | |
| CallBlocked | 11 | The call was initiated but could not be placed | |
| CallPlaced | 12 | The call has been placed | |
| CallComplete | 13 | The call has been completed and a disposition has been entered | |
| PolicyCompleted | 14 | The call has been dispositioned or transferred by a policy behavior. | |
| PreviouslyDialed | 15 | The call was initiated but could not be placed because it had been previously dialed since the last campaign recyle. |