fix two files

This commit is contained in:
blackc2004 2016-01-05 12:16:53 -08:00
parent 868affab3a
commit 9d99de26bc
2 changed files with 52 additions and 22 deletions

View File

@ -917,27 +917,42 @@ remote_phonebook.data.1.url =
remote_phonebook.data.1.name = remote_phonebook.data.1.name =
####################################################################################### #######################################################################################
## LDAP ## ## LDAP Settings ##
####################################################################################### #######################################################################################
#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800. ldap.enable = {$ldap_enable}
security.trust_certificates = 0
phone_setting.backlight_time = 0 #Configure the search criteria for name and number lookups.
ldap.name_filter = {$ldap_name_filter} ldap.name_filter = {$ldap_name_filter}
ldap.number_filter = {$ldap_number_filter} ldap.number_filter = {$ldap_number_filter}
ldap.host = {$ldap_host} ldap.host = {$ldap_host}
ldap.port = {$ldap_port}
ldap.base = {$ldap_base} ldap.base = {$ldap_base}
ldap.user = {$ldap_user} ldap.user = {$ldap_user}
ldap.password = {$ldap_password} ldap.password = {$ldap_password}
ldap.display_name = {$ldap_display_name}
ldap.version = {$ldap_version} #Specify the maximum of the displayed search results. It ranges from 1 to 32000, the default value is 50.
ldap.call_in_lookup = {$ldap_call_in_lookup}
ldap.dial_lookup = {$ldap_dial_lookup}
ldap.enable = {$ldap_enable}
ldap.ldap_sort = {$ldap_sort}
ldap.port = {$ldap_port}
ldap.max_hits = {$ldap_max_hits} ldap.max_hits = {$ldap_max_hits}
ldap.name_attr = {$ldap_name_attr} ldap.name_attr = {$ldap_name_attr}
ldap.numb_attr = {$ldap_numb_attr} ldap.numb_attr = {$ldap_numb_attr}
ldap.display_name = {$ldap_display_name}
#Configure the LDAP version. The valid value is 2 or 3 (default).
ldap.version = {$ldap_version}
#Conifugre the search delay time. It ranges from 0 to 2000 (default).
ldap.search_delay =
#Enable or disable the phone to query the contact name from the LDAP server when receiving an incoming call; 0-Disabled (default), 1-Enabled;
ldap.call_in_lookup = {$ldap_call_in_lookup}
#Enable or disable the phone to sort the search results in alphabetical order; 0-Disabled (default), 1-Enabled;
ldap.ldap_sort = {$ldap_sort}
#Enable or disable the phone to query the LDAP server when in the pre-dialing or the dialing state; 0-Disabled (default), 1-Enabled;
ldap.dial_lookup = {$ldap_dial_lookup}
####################################################################################### #######################################################################################
## Phone Features ## ## Phone Features ##

View File

@ -917,27 +917,42 @@ remote_phonebook.data.1.url =
remote_phonebook.data.1.name = remote_phonebook.data.1.name =
####################################################################################### #######################################################################################
## LDAP ## ## LDAP Settings ##
####################################################################################### #######################################################################################
#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800. ldap.enable = {$ldap_enable}
security.trust_certificates = 0
phone_setting.backlight_time = 0 #Configure the search criteria for name and number lookups.
ldap.name_filter = {$ldap_name_filter} ldap.name_filter = {$ldap_name_filter}
ldap.number_filter = {$ldap_number_filter} ldap.number_filter = {$ldap_number_filter}
ldap.host = {$ldap_host} ldap.host = {$ldap_host}
ldap.port = {$ldap_port}
ldap.base = {$ldap_base} ldap.base = {$ldap_base}
ldap.user = {$ldap_user} ldap.user = {$ldap_user}
ldap.password = {$ldap_password} ldap.password = {$ldap_password}
ldap.display_name = {$ldap_display_name}
ldap.version = {$ldap_version} #Specify the maximum of the displayed search results. It ranges from 1 to 32000, the default value is 50.
ldap.call_in_lookup = {$ldap_call_in_lookup}
ldap.dial_lookup = {$ldap_dial_lookup}
ldap.enable = {$ldap_enable}
ldap.ldap_sort = {$ldap_sort}
ldap.port = {$ldap_port}
ldap.max_hits = {$ldap_max_hits} ldap.max_hits = {$ldap_max_hits}
ldap.name_attr = {$ldap_name_attr} ldap.name_attr = {$ldap_name_attr}
ldap.numb_attr = {$ldap_numb_attr} ldap.numb_attr = {$ldap_numb_attr}
ldap.display_name = {$ldap_display_name}
#Configure the LDAP version. The valid value is 2 or 3 (default).
ldap.version = {$ldap_version}
#Conifugre the search delay time. It ranges from 0 to 2000 (default).
ldap.search_delay =
#Enable or disable the phone to query the contact name from the LDAP server when receiving an incoming call; 0-Disabled (default), 1-Enabled;
ldap.call_in_lookup = {$ldap_call_in_lookup}
#Enable or disable the phone to sort the search results in alphabetical order; 0-Disabled (default), 1-Enabled;
ldap.ldap_sort = {$ldap_sort}
#Enable or disable the phone to query the LDAP server when in the pre-dialing or the dialing state; 0-Disabled (default), 1-Enabled;
ldap.dial_lookup = {$ldap_dial_lookup}
####################################################################################### #######################################################################################
## Phone Features ## ## Phone Features ##