Settings/ldap number filter

From Snom User Wiki

Jump to: navigation, search

LDAP number filter [ldap_number_filter]

  • Web User Interface:
  • Description: LDAP number filter is the search criteria for number look ups. The format of the search filter is compliant to the standard string representations of LDAP search filters (RFC 2254). The number prefix for search entered by the user is represented by the “%” symbol in the filter.
  • Valid values: standard LDAP filters e.g. (|(telephoneNumber=%)(Mobile=%)(ipPhone=%))
  • Default value: Blank
  • Examples:
(|(telephoneNumber=%)(Mobile=%)(ipPhone=%))

Returns all LDAP records which have the “telephoneNumber” OR “Mobile” OR “ipPhone”field starting with the entered prefix.

(&(telephoneNumber=%)(sn=*))

Returns all LDAP records which have the “sn” field set and the “telephoneNumber” field starts with the entered prefix.

Personal tools