Yealink remove some of the trailing white spaces. Fix the power led light for voicemail.

This commit is contained in:
Mark Crane
2014-04-08 01:37:47 +00:00
parent 30154f5e5d
commit cfd6ce9033
6 changed files with 54 additions and 66 deletions
@@ -257,7 +257,7 @@ autoprovision.2.com_aes =
autoprovision.2.mac_aes = autoprovision.2.mac_aes =
####################################################################################### #######################################################################################
## Phone Features ## ## Phone Features ##
####################################################################################### #######################################################################################
#Enable or disable the phone to escape the pound key as percent sign followed by 23 when dialing out; 0-Disabled, 1-Enabled (default); #Enable or disable the phone to escape the pound key as percent sign followed by 23 when dialing out; 0-Disabled, 1-Enabled (default);
@@ -682,7 +682,7 @@ action_url.transfer_finished =
action_url.transfer_failed = action_url.transfer_failed =
####################################################################################### #######################################################################################
## Language Settings ## ## Language Settings ##
####################################################################################### #######################################################################################
#Specify the web language, the valid values are: English, Chinese_S, Turkish, Portuguese, Spanish, Italian, French, Russian, Deutsch and Czech. #Specify the web language, the valid values are: English, Chinese_S, Turkish, Portuguese, Spanish, Italian, French, Russian, Deutsch and Czech.
@@ -693,7 +693,7 @@ lang.wui =
lang.gui = lang.gui =
####################################################################################### #######################################################################################
## Time Settings ## ## Time Settings ##
####################################################################################### #######################################################################################
#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8. #Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8.
@@ -741,7 +741,7 @@ local_time.dhcp_time =
local_time.manual_time_enable = local_time.manual_time_enable =
####################################################################################### #######################################################################################
## Hot Desking ## ## Hot Desking ##
####################################################################################### #######################################################################################
#Enable or disable the phone to show the following items on the login wizard during startup; 0-Disabled, 1-Enabled; #Enable or disable the phone to show the following items on the login wizard during startup; 0-Disabled, 1-Enabled;
#hotdesking.startup_register_name_enable = 0 (default) #hotdesking.startup_register_name_enable = 0 (default)
@@ -573,13 +573,8 @@ features.call_completion_enable =
#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
features.direct_ip_call_enable = features.direct_ip_call_enable =
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; #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 = 1
features.power_led_on = {$yealink_power_led_on}
{else}
features.power_led_on =
{/if}
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5. #Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
features.relog_offtime = features.relog_offtime =
@@ -628,16 +623,16 @@ features.blf_and_callpark_idle_led_enable = 0
## Features Intercom ## ## Features Intercom ##
####################################################################################### #######################################################################################
#Enable or disable the intercom feature; 0-Disabled, 1-Enabled (default); #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; #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); #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; #Enable or disable the phone to barge in an intercom call; 0-Disabled (default), 1-Enabled;
features.intercom.barge = features.intercom.barge =
####################################################################################### #######################################################################################
## Features Hotline ## ## 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). #Configure the using mode of the headset key. The value is 0 or 1(default).
phone_setting.headsetkey_mode = 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 ## ## Phone Setting UI ##
@@ -2574,11 +2574,11 @@ voice_mail.number.6 = *97
## “X” ranges from 1 to 6; ## “X” ranges from 1 to 6;
##account.X.subscribe_mwi = ##account.X.subscribe_mwi =
account.6.subscribe_mwi = 0 account.6.subscribe_mwi = 1
account.6.subscribe_mwi_expires = 3600 account.6.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled; #Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.6.subscribe_mwi_to_vm = 0 account.6.subscribe_mwi_to_vm = 1
account.6.subscribe_acd_expires= 3600 account.6.subscribe_acd_expires= 3600
@@ -573,13 +573,8 @@ features.call_completion_enable =
#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
features.direct_ip_call_enable = features.direct_ip_call_enable =
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; #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 = 1
features.power_led_on = {$yealink_power_led_on}
{else}
features.power_led_on =
{/if}
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5. #Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
features.relog_offtime = features.relog_offtime =
@@ -628,16 +623,16 @@ features.blf_and_callpark_idle_led_enable = 0
## Features Intercom ## ## Features Intercom ##
####################################################################################### #######################################################################################
#Enable or disable the intercom feature; 0-Disabled, 1-Enabled (default); #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; #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); #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; #Enable or disable the phone to barge in an intercom call; 0-Disabled (default), 1-Enabled;
features.intercom.barge = features.intercom.barge =
####################################################################################### #######################################################################################
## Features Hotline ## ## 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). #Configure the using mode of the headset key. The value is 0 or 1(default).
phone_setting.headsetkey_mode = 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 ## ## Phone Setting UI ##
@@ -573,13 +573,8 @@ features.call_completion_enable =
#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
features.direct_ip_call_enable = features.direct_ip_call_enable =
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; #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 = 1
features.power_led_on = {$yealink_power_led_on}
{else}
features.power_led_on =
{/if}
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5. #Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
features.relog_offtime = features.relog_offtime =
@@ -628,16 +623,16 @@ features.blf_and_callpark_idle_led_enable = 0
## Features Intercom ## ## Features Intercom ##
####################################################################################### #######################################################################################
#Enable or disable the intercom feature; 0-Disabled, 1-Enabled (default); #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; #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); #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; #Enable or disable the phone to barge in an intercom call; 0-Disabled (default), 1-Enabled;
features.intercom.barge = features.intercom.barge =
####################################################################################### #######################################################################################
## Features Hotline ## ## 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). #Configure the using mode of the headset key. The value is 0 or 1(default).
phone_setting.headsetkey_mode = 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 ## ## Phone Setting UI ##