DNFindContacts Method

Personal phonebook lookup. Returns array of contacts matching specified caller id as described in FindContacts(String, UInt32)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
PhoneBookEntry[] FindContacts(
	string number,
	uint min_len = 4294967295
)

Parameters

number  String
the number to lookup in personal phonebook
min_len  UInt32  (Optional)
minimal length of tail

Return Value

PhoneBookEntry

See Also