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

View File

@ -8,7 +8,7 @@
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
#Require reboot;
network.internet_port.type =
network.internet_port.type =
#Configure the static IP address, subnet mask, gateway and DNS server.
#Require Reboot;
@ -16,7 +16,7 @@ network.internet_port.ip =
network.internet_port.mask =
network.internet_port.gateway =
network.primary_dns=
network.secondary_dns =
network.secondary_dns =
#Configure the username and password for PPPOE connection.
#Require reboot;
@ -25,7 +25,7 @@ network.pppoe.password =
#Configure the PC port type; 0-Router, 1-Bridge (default);
#Require reboot;
network.bridge_mode =
network.bridge_mode =
#Configure the IP address and mask when the PC port is configured as Router.
#Require reboot;
@ -42,27 +42,27 @@ network.dhcp.end_ip =
#Enable or disable the VLAN of WAN port; 0-Disabled (default), 1-Enabled;
#Require reboot;
network.vlan.internet_port_enable =
network.vlan.internet_port_enable =
#Configure the VLAN ID, it ranges from 0 to 4094, the default value is 1.
#Require reboot;
network.vlan.internet_port_vid =
network.vlan.internet_port_vid =
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.internet_port_priority =
#Require reboot;
network.vlan.internet_port_priority =
#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
#Require reboot;
network.vlan.pc_port_enable =
network.vlan.pc_port_enable =
#Configure the VLAN ID, it ranges from 0 to 4094, the default value is 1.
#Require reboot;
network.vlan.pc_port_vid =
network.vlan.pc_port_vid =
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.pc_port_priority =
network.vlan.pc_port_priority =
#Configure the access type of the web server; 0-Disabled, 1-HTTP & HTTPS (default), 2-HTTP Only, 3-HTTPS Only;
#Require reboot;

View File

@ -8,13 +8,13 @@
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
#Require reboot;
network.internet_port.type =
network.internet_port.type =
#Configure the static IP address, subnet mask, gateway and DNS server.
#Require Reboot;
network.internet_port.ip =
network.internet_port.ip =
network.internet_port.mask =
network.internet_port.gateway =
network.internet_port.gateway =
network.primary_dns=
network.secondary_dns =
@ -25,7 +25,7 @@ network.pppoe.password =
#Configure the PC port type; 0-Router, 1-Bridge (default);
#Require reboot;
network.bridge_mode =
network.bridge_mode =
#Configure the IP address and mask when the PC port is configured as Router.
#Require reboot;
@ -42,27 +42,27 @@ network.dhcp.end_ip =
#Enable or disable the VLAN of WAN port; 0-Disabled (default), 1-Enabled;
#Require reboot;
network.vlan.internet_port_enable =
network.vlan.internet_port_enable =
#Configure the VLAN ID, it ranges from 0 to 4094, the default value is 1.
#Require reboot;
network.vlan.internet_port_vid =
network.vlan.internet_port_vid =
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.internet_port_priority =
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.internet_port_priority =
#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
#Require reboot;
network.vlan.pc_port_enable =
network.vlan.pc_port_enable =
#Configure the VLAN ID, it ranges from 0 to 4094, the default value is 1.
#Require reboot;
network.vlan.pc_port_vid =
network.vlan.pc_port_vid =
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.pc_port_priority =
network.vlan.pc_port_priority =
#Configure the access type of the web server; 0-Disabled, 1-HTTP & HTTPS (default), 2-HTTP Only, 3-HTTPS Only;
#Require reboot;
@ -257,7 +257,7 @@ autoprovision.2.com_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);
@ -682,7 +682,7 @@ action_url.transfer_finished =
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.
@ -693,7 +693,7 @@ lang.wui =
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.
@ -741,7 +741,7 @@ local_time.dhcp_time =
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;
#hotdesking.startup_register_name_enable = 0 (default)

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

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

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