RuleConditionType Enumeration

Identifies the type of the rule condition.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum RuleConditionType

Members

NoAnswer1 Rule fires when there is no answer.
PhoneBusy2 Rule fires when phone is busy.
PhoneNotRegistered3 Rule fires when phone is not registered.
ForwardAll4 Rule fires each time.
BasedOnCallerID5 Rule fires when caller ID of incoming call matches the custom data in this rule.
BasedOnDID6 Rule fires when the DID on an incoming call matches the DID.

See Also