Directory
257
0-Prefix matching, the IP phone will search the LDAP contact numbers or names start
with the entered character(s).
1-Approximate string matching, the IP phone will search the LDAP contact numbers or
names contain the entered character(s).
It configures the search criteria for LDAP contact names look up.
The “*” symbol in the filter stands for any character. The “%” symbol in the filter stands
for the name entered by the user.
Example:
ldap.name_filter = (|(cn=%)(sn=%))
When the cn or sn of the LDAP contact matches the entered name, the record will be
displayed on the LCD screen.
ldap.name_filter = (&(cn=*)(sn=%))
When the cn of the LDAP contact is set and the sn of the LDAP contact matches the
entered name, the records will be displayed on the phone LCD screen.
ldap.name_filter = (!(cn=%))
When the cn of the LDAP contact does not match the entered name, the records will
be displayed on the phone LCD screen.
String within 99 characters
Directory->LDAP->LDAP Name Filter
It configures the search criteria for LDAP contact numbers look up.
The “*” symbol in the filter stands for any number. The “%” symbol in the filter stands
for the number entered by the user.
Example:
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))
When the number of the telephoneNumber, mobile or ipPhone of the contact record
matches the search criteria, the record will be displayed on the LCD screen.
ldap.number_filter = (&(telephoneNumber=*)(mobile=%))
When the telephoneNumber of the LDAP contact is set and the mobile of the LDAP
contact matches the entered number, the record will be displayed on the phone LCD
screen.
String within 99 characters