LocalContactConfigurationContactMatchingMinDigits Property |
The minimum number of digits to be used for local contact matching. The default value is 10.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic ushort ContactMatchingMinDigits { get; set; }
Property Value
Type:
UInt16
Remarks
If the number of digits in the received phone number is less than or equal to the configured value,
then only a contact with a phone number that exactly matches the received phone number will be matched.
Otherwise, contact matching will be based on the right-most 'N' digits of contact's phone number where 'N' is the configured value.
See Also