Possible types of warnings that may occur.
Namespace: ININ.IceLib.Dialer.SupervisorAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum DialerHistoryWarningType |
| Visual Basic |
|---|
Public Enumeration DialerHistoryWarningType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 1000 | Message is not an warning, check ErrorType or InfoType | |
| InboundStatMonitorFailed | 1001 | An error occurred while attempting to enable workgroup period stats | |
| AgentNotLoggedIn | 1002 | A requested action was ignored because the associated agent is not logged into the campaign | |
| AgentNotActive | 1003 | A requested action was ignored because the associated agent is not active in the campaign | |
| CampaignAdminPause | 1004 | A campaign has been manually paused | |
| InteractionNotFound | 1005 | An interaction could not be found in the dialer cache | |
| BadScheduledDate | 1006 | The scheduled date passed in from the script was invalid | |
| AmbiguousCall | 1007 | A call was placed and routed to an agent, but not completed | |
| CampaignNotOn | 1008 | The campaign will not be started because it is not configured as active. | |
| NoPhoneNumber | 1009 | A contact does not have a callable phone number | |
| NoLinesAvailable | 1010 | No lines available in the linegroup | |
| CPUPause | 1011 | All campaigns are paused until CPU utilization drops below the configured point | |
| AgentNotFound | 1012 | An agent could not be found in the dialer cache | |
| CampaignCompleted | 1013 | A campaign has stopped because it has completed the maximum number of recycles | |
| ForcedPowerModeOn | 1014 | A campaign has entered forced power dialing mode because its abandon rate exceeded the maximum rate. | |
| BlendedPause | 1015 | Predicitions made for a campaign are paused because the number of inbound calls is greater than the configured maximum for the workgroup. | |
| PolicyMessage | 1016 | A policy reported a warning | |
| RuleActionMessage | 1017 | A rule action reported a warning | |
| DispositionIgnored | 1018 | An agent attempted to disposition an interaction that he/she does not own. | |
| PaceAdjustedManually | 1019 | A campaign's pace was manually adjusted | |
| AgentAvailableNoDisposition | 1020 | An agent changed to an available status prior to call disposition | |
| StatusMessage | 1021 | A warning status message was deactivated | |
| DialingCompliance | 1022 | Calling compliance warning reported |