MatchingStrategyType Enumeration
Identifies the type of matching strategy to be used to identify calls
from this gateway.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public enum MatchingStrategyType
| MatchAnyFields | 0 |
Any one of the configured SIP fields should match.
|
| MatchAllFields | 1 |
All configured SIP fields must be considered.
|