Update y000000000029.cfg
This commit is contained in:
parent
93821aadd4
commit
521ecac949
|
|
@ -297,7 +297,7 @@ watch_dog.enable =
|
|||
sip.use_23_as_pound =
|
||||
|
||||
#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);
|
||||
sip.use_out_bound_in_dialog =
|
||||
|
|
@ -419,7 +419,7 @@ local_time.ntp_server2 = {$ntp_server_secondary}
|
|||
#Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
|
||||
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 = {$yealink_dst_enable}
|
||||
|
||||
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
|
||||
|
|
@ -638,8 +638,11 @@ features.group_listen_in_talking_enable =
|
|||
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 = 0
|
||||
sip.trust_ctrl=1
|
||||
features.direct_ip_call_enable = {$yealink_direct_ip_call_enable}
|
||||
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;
|
||||
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;
|
||||
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 ##
|
||||
|
|
@ -682,7 +691,7 @@ features.dnd.emergency_authorized_number =
|
|||
## Features BLF ##
|
||||
#######################################################################################
|
||||
#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_and_callpark_idle_led_enable = 0
|
||||
|
|
@ -831,7 +840,7 @@ features.pickup.blf_audio_enable =
|
|||
#######################################################################################
|
||||
## Phone Setting ##
|
||||
#######################################################################################
|
||||
#Enable or disable the photo display on handset 0 = disable, 1 = enable
|
||||
#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
|
||||
|
|
@ -878,8 +887,8 @@ phone_setting.headsetkey_mode =
|
|||
#Enable or disabled mail power led flash. 0-Disabled, 1-Enabled.
|
||||
phone_setting.mail_power_led_flash_enable = 1
|
||||
|
||||
#Disable missed call power led flash 0-Disabled, 1-Enabled
|
||||
phone_setting.missed_call_power_led_flash.enable = 0
|
||||
#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 = {$yealink_missed_call_power_led_flash_enable}
|
||||
|
||||
#######################################################################################
|
||||
## Phone Setting UI ##
|
||||
|
|
@ -921,7 +930,7 @@ phone_setting.backlight_time = {$yealink_backlight_time}
|
|||
## Wallpaper ##
|
||||
#######################################################################################
|
||||
wallpaper_upload.url = {$yealink_t42g_wallpaper}
|
||||
phone_setting.backgrounds = Config:yealink_t42g_wallpaper.png
|
||||
phone_setting.backgrounds = Config:yealink_t42g_wallpaper.png
|
||||
|
||||
#######################################################################################
|
||||
## Multicast ##
|
||||
|
|
@ -1209,7 +1218,7 @@ linekey.27.type =
|
|||
linekey.27.xml_phonebook =
|
||||
linekey.27.label =
|
||||
#######################################################################################
|
||||
## Programmable key ##
|
||||
## Programable key ##
|
||||
#######################################################################################
|
||||
#X ranges from 1 to 13.
|
||||
#programablekey.x.type--Customize the programmable key type.
|
||||
|
|
@ -1474,7 +1483,7 @@ server_certificates.delete =
|
|||
## Contact ##
|
||||
#######################################################################################
|
||||
#Before using these parameters, you should store the desired resource files to the provisioning server.
|
||||
#For more information, refer to Yealink SIP-T46G IP Phone Family Administrator Guide.
|
||||
#For more information, refer to Yealink SIP-T42G IP Phone Family Administrator Guide.
|
||||
local_contact.data.url =
|
||||
|
||||
#######################################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue