Yealink remove some of the trailing white spaces. Fix the power led light for voicemail.
This commit is contained in:
@@ -573,13 +573,8 @@ features.call_completion_enable =
|
||||
#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
|
||||
features.direct_ip_call_enable =
|
||||
|
||||
|
||||
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off;
|
||||
{if isset($yealink_power_led_on) }
|
||||
features.power_led_on = {$yealink_power_led_on}
|
||||
{else}
|
||||
features.power_led_on =
|
||||
{/if}
|
||||
features.power_led_on = 1
|
||||
|
||||
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
|
||||
features.relog_offtime =
|
||||
@@ -590,7 +585,7 @@ features.ringer_device.is_use_headset =
|
||||
#Enable or disable to enter the password when long pressing the OK key to reset to factory; 0-Disabled (default), 1-Enabled;
|
||||
#features.factory_pwd_enable = 1
|
||||
|
||||
features.idle_talk_power_led_flash_enable =
|
||||
features.idle_talk_power_led_flash_enable =
|
||||
|
||||
#Enbale or disable the server to release the BLA line automatically; 0-Disabled (default), 1-Enabled;
|
||||
features.auto_release_bla_line =
|
||||
@@ -628,16 +623,16 @@ features.blf_and_callpark_idle_led_enable = 0
|
||||
## Features Intercom ##
|
||||
#######################################################################################
|
||||
#Enable or disable the intercom feature; 0-Disabled, 1-Enabled (default);
|
||||
features.intercom.allow =
|
||||
features.intercom.allow =
|
||||
|
||||
#Enable or disable the phone to mute the Speaker when answering an intercom call; 0-Disabled (default), 1-Enabled;
|
||||
features.intercom.mute =
|
||||
features.intercom.mute =
|
||||
|
||||
#Enable or disable the phone to play the intercom warning tone; 0-Disabled, 1-Enabled (default);
|
||||
features.intercom.tone =
|
||||
features.intercom.tone =
|
||||
|
||||
#Enable or disable the phone to barge in an intercom call; 0-Disabled (default), 1-Enabled;
|
||||
features.intercom.barge =
|
||||
features.intercom.barge =
|
||||
|
||||
#######################################################################################
|
||||
## Features Hotline ##
|
||||
@@ -803,7 +798,8 @@ phone_setting.custom_softkey_enable =
|
||||
#Configure the using mode of the headset key. The value is 0 or 1(default).
|
||||
phone_setting.headsetkey_mode =
|
||||
|
||||
phone_setting.mail_power_led_flash_enable = 0
|
||||
#Enable or disabled mail power led flash. 0-Disabled, 1-Enabled.
|
||||
phone_setting.mail_power_led_flash_enable = 1
|
||||
|
||||
#######################################################################################
|
||||
## Phone Setting UI ##
|
||||
|
||||
Reference in New Issue
Block a user