RuleCallTypeType Enumeration

Identifies the type of the rule call type.

Definition

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

Members

AllCalls1 Rule will be applied to all types of calls.
InternalCallsOnly2 Rule will be applied to calls originating from an extension.
ExternalCallsOnly3 Rule will be applied to calls originating from outside (external line).

See Also