MatchingStrategyType Enumeration

Identifies the type of matching strategy to be used to identify calls from this gateway.

Definition

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

Members

MatchAnyFields0 Any one of the configured SIP fields should match.
MatchAllFields1 All configured SIP fields must be considered.

See Also