RuleConditionType Enumeration
Identifies the type of the rule condition.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public enum RuleConditionType
| NoAnswer | 1 |
Rule fires when there is no answer.
|
| PhoneBusy | 2 |
Rule fires when phone is busy.
|
| PhoneNotRegistered | 3 |
Rule fires when phone is not registered.
|
| ForwardAll | 4 |
Rule fires each time.
|
| BasedOnCallerID | 5 |
Rule fires when caller ID of incoming call matches the custom data in this rule.
|
| BasedOnDID | 6 |
Rule fires when the DID on an incoming call matches the DID.
|