Possible values of call analysis results for a call analysis policy condition.
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 CallAnalysisResult |
| Visual Basic |
|---|
Public Enumeration CallAnalysisResult |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Busy | 0 | A busy signal was encountered. | |
| NoAnswer | 1 | The call was not answered. | |
| AnsweringMachine | 2 | The call was answered by a machine. | |
| SIT | 3 | The call encountered a special information tone. | |
| Fax | 4 | The call was answered by a fax machine. | |
| NoLines | 5 | There were no available lines to place the call. | |
| LivePerson | 6 | The call was answered by a human being. |