mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 20:23:51 +00:00
Update y000000000052.cfg (#3878)
This commit is contained in:
@@ -540,7 +540,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -551,7 +551,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -562,7 +562,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -910,6 +910,24 @@ phone_setting.auto_blf_list_enable = 1
|
||||
#Specify the prior of the line keys and EXP keys when automatically configure the blf list 0-Configure the line keys first, 1-Configure the EXP keys first;
|
||||
phone_setting.blf_list_sequence_type =
|
||||
|
||||
#######################################################################################
|
||||
## Dsskey ##
|
||||
#######################################################################################
|
||||
features.block_linekey_in_menu.enable =
|
||||
features.shorten_linekey_label.enable =
|
||||
features.flash_url_dsskey_led.enable =
|
||||
features.config_dsskey_length = {$yealink_dsskey_length}
|
||||
phone_setting.page_tip =
|
||||
features.keep_switch_page_key.enable=
|
||||
|
||||
##phone_setting.idle_dsskey_and_title.transparency(Only support T54S/T52S/T48G/T48S)
|
||||
phone_setting.idle_dsskey_and_title.transparency=
|
||||
|
||||
##V83 Add
|
||||
phone_setting.keytype_sequence =
|
||||
phone_setting.dsskey_label.display_method =
|
||||
local.dsskey_type_config.mode =
|
||||
|
||||
#######################################################################################
|
||||
## Key Lock ##
|
||||
#######################################################################################
|
||||
@@ -1587,7 +1605,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
Reference in New Issue
Block a user