Possible values of call analysis results for a call analysis policy condition.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: 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 nameValueDescription
Busy0A busy signal was encountered.
NoAnswer1The call was not answered.
AnsweringMachine2The call was answered by a machine.
SIT3The call encountered a special information tone.
Fax4The call was answered by a fax machine.
NoLines5There were no available lines to place the call.
LivePerson6The call was answered by a human being.

See Also