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 924ba5ac6c
commit 3a43ae12c4
6 changed files with 54 additions and 66 deletions

View File

@ -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 =
@ -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 ##

View File

@ -2574,11 +2574,11 @@ voice_mail.number.6 = *97
## ¡°X¡± ranges from 1 to 6;
##account.X.subscribe_mwi =
account.6.subscribe_mwi = 0
account.6.subscribe_mwi = 1
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;
account.6.subscribe_mwi_to_vm = 0
account.6.subscribe_mwi_to_vm = 1
account.6.subscribe_acd_expires= 3600

View File

@ -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 =
@ -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 ##

View File

@ -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 =
@ -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 ##