Create y000000000052.cfg

This commit is contained in:
Len 2017-06-11 00:08:24 -04:00 committed by GitHub
parent 7ea5d57024
commit 81cfd244ae
1 changed files with 53 additions and 37 deletions

View File

@ -41,15 +41,15 @@ network.pc_port.dhcp_server = 1
####################################################################################### #######################################################################################
## VLAN ## ## VLAN ##
####################################################################################### #######################################################################################
network.vlan.internet_port_enable = 0 {if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1. #Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot; #Require reboot;
network.vlan.internet_port_vid = network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7. #Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot; #Require reboot;
network.vlan.internet_port_priority = network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled; #Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
#Require reboot; #Require reboot;
@ -297,7 +297,7 @@ watch_dog.enable =
sip.use_23_as_pound = sip.use_23_as_pound =
#Enable or disable the RFC2543 Hold feature; 0-Disabled (default), 1-Enabled; #Enable or disable the RFC2543 Hold feature; 0-Disabled (default), 1-Enabled;
sip.rfc2543_hold = sip.rfc2543_hold = {$yealink_rfc2543_hold}
#Enable or disable the phone to keep sending the SIP messages to the outbound server; 0-Disabled, 1-Enabled (default); #Enable or disable the phone to keep sending the SIP messages to the outbound server; 0-Disabled, 1-Enabled (default);
sip.use_out_bound_in_dialog = sip.use_out_bound_in_dialog =
@ -402,7 +402,7 @@ lang.wui =
lang.gui = English lang.gui = English
####################################################################################### #######################################################################################
## Time ## ## 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.
@ -417,13 +417,13 @@ local_time.ntp_server1 = {$ntp_server_primary}
local_time.ntp_server2 = {$ntp_server_secondary} local_time.ntp_server2 = {$ntp_server_secondary}
#Configure the update interval (in seconds) when using the NTP server. The default value is 1000. #Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
local_time.interval = local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default); #Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = local_time.summer_time = {$yealink_dst_enable}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week; #Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type = local_time.dst_time_type = {$yealink_dst_type}
#Configure the start time of DST. The default value is 1/1/0. #Configure the start time of DST. The default value is 1/1/0.
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20. #If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.
@ -447,7 +447,7 @@ local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time} local_time.dhcp_time = {$yealink_dhcp_time}
#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0. #Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0.
local_time.manual_time_enable = local_time.manual_time_enable = 0
####################################################################################### #######################################################################################
## Auto Redial ## ## Auto Redial ##
@ -638,8 +638,11 @@ features.group_listen_in_talking_enable =
features.call_completion_enable = 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 = 0 features.direct_ip_call_enable = {$yealink_direct_ip_call_enable}
sip.trust_ctrl=1 sip.trust_ctrl = {$yealink_trust_ctrl}
#It enables or disables the IP phone to display the feature name instead of the feature access code when dialing and in talk;(0-Disabled;1-Enabled)
features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_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;
features.power_led_on = 1 features.power_led_on = 1
@ -658,6 +661,12 @@ features.idle_talk_power_led_flash_enable =
#Enbale or disable the server to release the BLA line automatically; 0-Disabled (default), 1-Enabled; #Enbale or disable the server to release the BLA line automatically; 0-Disabled (default), 1-Enabled;
features.auto_release_bla_line = features.auto_release_bla_line =
#It enables or disables the IP phone to display the pop-up message box when it receives a new voice mail.
features.voice_mail_popup.enable = {$yealink_voice_mail_popup_enable}
#It enables or disables the IP phone to display the pop-up message box when it misses a call.
features.missed_call_popup.enable = {$yealink_missed_call_popup_enable}
####################################################################################### #######################################################################################
## Features FWD ## ## Features FWD ##
@ -673,8 +682,8 @@ features.fwd_diversion_enable =
####################################################################################### #######################################################################################
#Configure the DND key mode; 0-Phone mode (default), 1-Custom mode. #Configure the DND key mode; 0-Phone mode (default), 1-Custom mode.
features.dnd_mode = features.dnd_mode =
features.dnd.on_code = features.dnd.on_code = *78
features.dnd.off_code = features.dnd.off_code = *79
features.dnd.emergency_enable = 1 features.dnd.emergency_enable = 1
features.dnd.emergency_authorized_number = features.dnd.emergency_authorized_number =
@ -682,7 +691,7 @@ features.dnd.emergency_authorized_number =
## Features BLF ## ## Features BLF ##
####################################################################################### #######################################################################################
#Configure the LED flashing mode of the BLF key (line key). The value is 0(default) or 1. #Configure the LED flashing mode of the BLF key (line key). The value is 0(default) or 1.
features.blf_led_mode = features.blf_led_mode = {$yealink_blf_led_mode}
features.blf_list_version = 0 features.blf_list_version = 0
features.blf_and_callpark_idle_led_enable = 0 features.blf_and_callpark_idle_led_enable = 0
@ -831,6 +840,15 @@ features.pickup.blf_audio_enable =
####################################################################################### #######################################################################################
## Phone Setting ## ## Phone Setting ##
####################################################################################### #######################################################################################
#Enable or disable the photo display on handset 0 = disable, 1= enable
phone_setting.contact_photo_display.enable = 0
#Enable or disable the called party information display 0 = disable 1 = enable
phone_setting.called_party_info_display.enable = 1
#Configure the call information display method 0 = Name + Number, 1 = Number + Name, 2 = Name, 3 = Number, 4 = Full contact info
phone_setting.call_info_display_method = 0
#Configure the time (in seconds) the phone automatically dials out the dialed digits. It ranges from 1 to 14, the default value is 4. #Configure the time (in seconds) the phone automatically dials out the dialed digits. It ranges from 1 to 14, the default value is 4.
phone_setting.inter_digit_time = phone_setting.inter_digit_time =
@ -849,7 +867,7 @@ phone_setting.show_code403 =
phone_setting.dialnow_delay = phone_setting.dialnow_delay =
#Configure the emergency number, each separated by a comma. The default value is 112,911,110. #Configure the emergency number, each separated by a comma. The default value is 112,911,110.
phone_setting.emergency.number = phone_setting.emergency.number = {$yealink_emergency_number}
#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.page_tip = phone_setting.page_tip =
@ -869,8 +887,8 @@ phone_setting.headsetkey_mode =
#Enable or disabled mail power led flash. 0-Disabled, 1-Enabled. #Enable or disabled mail power led flash. 0-Disabled, 1-Enabled.
phone_setting.mail_power_led_flash_enable = 1 phone_setting.mail_power_led_flash_enable = 1
#Disable missed call power led flash 0-Disabled, 1-Enabled #It enables or disables the power indicator LED to flash when the IP phone misses a call.
phone_setting.missed_call_power_led_flash.enable = 0 phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_led_flash_enable}
####################################################################################### #######################################################################################
## Phone Setting UI ## ## Phone Setting UI ##
@ -892,21 +910,21 @@ phone_setting.blf_list_sequence_type =
####################################################################################### #######################################################################################
## Key Lock ## ## Key Lock ##
####################################################################################### #######################################################################################
#Configure the keypad lock type; 0-Disabled (default), 1-Enable #Configure the keypad lock type; 0-Disabled (default), 1-Enable
phone_setting.lock = phone_setting.lock = {$yealink_lock_enable}
#Configure the unlock password for the phone. The default value is 123. #Configure the unlock password for the phone. The default value is 123.
phone_setting.phone_lock.unlock_pin = phone_setting.phone_lock.unlock_pin = {$yealink_lock_pin}
#Configures the interval (in seconds) to automatically lock the IP phone. It ranges from 0 to 3600, the default value is 0. #Configures the interval (in seconds) to automatically lock the IP phone. It ranges from 0 to 3600, the default value is 0.
phone_setting.phone_lock.lock_time_out = phone_setting.phone_lock.lock_time_out = {$yealink_lock_timeout}
#Configure the keypad lock type;0-All Keys(default), 1-Function Key, 2-Menu Key #Configure the keypad lock type;0-All Keys(default), 1-Function Key, 2-Menu Key
phone_setting.phone_lock.lock_key_type = phone_setting.phone_lock.lock_key_type = {$yealink_lock_key_type}
#Configure the backlight time (in seconds). The valid values are: 0-Always on, 1-Always off, 15-15s, 30-30s (default), 60-60s, 120-120s. #Configure the backlight time (in seconds). The valid values are: 0-Always on, 1-Always off, 15-15s, 30-30s (default), 60-60s, 120-120s.
phone_setting.backlight_time = phone_setting.backlight_time = {$yealink_backlight_time}
####################################################################################### #######################################################################################
## Wallpaper ## ## Wallpaper ##
@ -1151,7 +1169,6 @@ linekey.20.type =
linekey.20.xml_phonebook = linekey.20.xml_phonebook =
linekey.20.label = linekey.20.label =
linekey.21.line = linekey.21.line =
linekey.21.value = linekey.21.value =
linekey.21.extension = linekey.21.extension =
@ -1159,7 +1176,6 @@ linekey.21.type =
linekey.21.xml_phonebook = linekey.21.xml_phonebook =
linekey.21.label = linekey.21.label =
linekey.22.line = linekey.22.line =
linekey.22.value = linekey.22.value =
linekey.22.extension = linekey.22.extension =
@ -1220,13 +1236,13 @@ linekey.27.label =
#programablekey.x.history_type = #programablekey.x.history_type =
#programablekey.x.label--This parameter is only available to the key 1 to key 4. #programablekey.x.label--This parameter is only available to the key 1 to key 4.
programablekey.1.type = #programablekey.1.type =
programablekey.1.line = #programablekey.1.line =
programablekey.1.value = #programablekey.1.value =
programablekey.1.xml_phonebook = #programablekey.1.xml_phonebook =
programablekey.1.history_type = #programablekey.1.history_type =
programablekey.1.label = #programablekey.1.label =
programablekey.1.pickup_value = #programablekey.1.pickup_value =
########################################################################################## ##########################################################################################
## Expansion Key ## ## Expansion Key ##
@ -1467,7 +1483,7 @@ server_certificates.delete =
## Contact ## ## Contact ##
####################################################################################### #######################################################################################
#Before using these parameters, you should store the desired resource files to the provisioning server. #Before using these parameters, you should store the desired resource files to the provisioning server.
#For more information, refer to Yealink SIP-T21P IP Phone Family Administrator Guide. #For more information, refer to Yealink SIP-T21p IP Phone Family Administrator Guide.
local_contact.data.url = local_contact.data.url =
####################################################################################### #######################################################################################