Policy condition categories that define what kind of evaluation is performed.

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 PolicyConditionType
Visual Basic
Public Enumeration PolicyConditionType

Members

Member nameValueDescription
Attribute0An attribute of the contact record is checked. Valid in all policy types.
CallAnalysis1The results of call analysis are checked. Invalid in pre-call policies.
CallAttribute2An attirbute of the call is checked. Invalid in pre-call policies.
Duration3The duration of the call is checked. Invalid in pre-call policies.
CallCategory4The type of the call is checked. Valid in all policy types.
CallDialingMode5The dialing mode of the call is checked. Valid only in pre-call policies.
Disposition6The disposition of the call is checked. Valid only in disposition policy types.
Abandon7The abandoned status of the call is checked. Valid only in disposition policy types.
Stat8A system statistic is checked. Valid in all policy types.
Time9The current time is checked. Valid in all policy types.
PhoneNumberType10The type of the phone number is checked. Valid in all policy types.
PhoneNumberDetails11The details of the phone number are checked. Valid only in pre-call policies.

See Also