The LDAP server facilitates centralized management of the phone book. You can configure an LDAP server to connect to FIP13G phone, so that you can quickly search for contacts from the LDAP server on the phone without having to maintain the phone book locally.

Lightweight Directory Access Protocol (LDAP) is a protocol in C/S (client/server) mode that enables clients to access server directories.

You can configure the phones to interface with a corporate directory server that supports LDAP.The following table lists the most common attributes used to configure the LDAP lookup on the phones.

Parameter DBID_LDAP_ENABLE
Description It enable or disable the LDAP feature.
Permitted Values 0-Disable
1-Enable
Default 0
Web UI Phone > Phone Book > LDAP > Enable LDAP
Parameter DBID_LDAP_MAX_HITS
Description It configures the maximum number of search results to be returned by the LDAP server.
If the value of the “Max.Hits” is blank, the LDAP server will return all searched results. Please note that a very large value of the “Max. Hits” will slow down the LDAP search speed, therefore it should be configured according to the available bandwidth.
Permitted Values Integer
Default 50
Web UI Phone > Phone Book > LDAP > Max Hits (1~1000)
Parameter DBID_LDAP_NUMBER_FILTER
Description It configures the search criteria for LDAP contact numbers lookup.
The “” symbol in the filter stands for any number. The “%” symbol in the filter stands for the number entered by the user.
Example: DBID_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 phone screen.
DBID_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 screen.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Number Filter
Parameter DBID_LDAP_USER
Description It configures the User Name of LDAP.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > User Name
Parameter DBID_LDAP_CUSTOMIZE_LABEL
Description It configures display name of the LDAP phone book.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Label
Parameter DBID_LDAP_NAME_ATTR
Description It configures the name attributes of each record to be returned by the LDAP server. It compresses the search results. You can configure multiple name attributes separated by spaces.
Example: DBID_LDAP_NAME_ATTR = cn sn
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Name Attributes
Parameter DBID_LDAP_BASE
Description It configures the LDAP search base which corresponds to the location of the LDAP phonebook from which the LDAP search request begins. The search base narrows the search scope and decreases directory search time.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > Base
Parameter DBID_LDAP_DISPLAY_NAME
Description It configures the display name of the contact record displayed on the phone screen.
The value must start with a “%” symbol.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Display Name
Parameter DBID_LDAP_CALL_IN_LOOKUP
Description It enables or disables the phone to perform an LDAP search when receiving an incoming call.
Permitted Values 0-Disable
1-Enable
Default 0
Web UI Phone > Phone Book > LDAP > LDAP Lookup For Incoming Call
Parameter DBID_LDAP_PORT
Description It configures the port of the LDAP server.
Permitted Values Integer
Default 389
Web UI Phone > Phone Book > LDAP > Port
Parameter DBID_LDAP_NUMB_ATTR
Description It configures the number attributes of each record to be returned by the LDAP server and display them to the phone in the order of the configured attributes.
Multiple number attributes are separated by spaces.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Number Attributes
Parameter DBID_LDAP_VERSION
Description It configures the LDAP protocol version supported by the IP phone. The version must be the same as the version assigned on the LDAP server.
Permitted Values 3-Version 3
2-Version 2
Default 3
Web UI Phone > Phone Book > LDAP > Protocol
Parameter DBID_LDAP_CALL_OUT_LOOKUP
Description It enables or disables the phone to perform an LDAP search when making an call.
Permitted Values 0-Disable
1-Enable
Default 1
Web UI Phone > Phone Book > LDAP > LDAP Lookup For Callout
Parameter DBID_LDAP_HOST
Description It configures the IP address or domain name of the LDAP server.
Permitted Values IP Address
Default Blank
Web UI Phone > Phone Book > LDAP > Server Address
Parameter DBID_LDAP_NAME_FILTER
Description It configures the search criteria for LDAP contact names lookup.
The “*” symbol in the filter stands for any character. The “%” symbol in the filter stands for the name entered by the user.
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > LDAP Name Filter
Parameter DBID_LDAP_LDAP_SORT
Description It enables or disables the phone to sort the search results in alphabetical order or numerical order.
Permitted Values 0-Disable
1-Enable
Default 0
Web UI Phone > Phone Book > LDAP > LDAP Sorting Results
Parameter
Description
Permitted Values String
Default Blank
Web UI Phone > Phone Book > LDAP > Password
Author:admin  Create time:2023-10-08 16:30
Last editor:admin  Update time:2023-12-22 13:50