Updated multiple items including jitter buffer, echo cancellation and DND (#6382)

This commit is contained in:
Ben 2022-05-11 18:30:54 -06:00 committed by GitHub
parent 269aeccde9
commit 94ec533ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 125 additions and 123 deletions

View File

@ -5,9 +5,8 @@
####################################################################################### #######################################################################################
## Network CDP ## ## Network CDP ##
####################################################################################### #######################################################################################
static.network.cdp.enable = static.network.cdp.enable = {$yealink_cdp_enable}
static.network.cdp.packet_interval = static.network.cdp.packet_interval = {$yealink_cdp_packet_interval}
####################################################################################### #######################################################################################
@ -23,7 +22,6 @@ static.network.ipv6_internet_port.type =
static.network.ipv6_prefix = static.network.ipv6_prefix =
####################################################################################### #######################################################################################
## Network WiFi ## ## Network WiFi ##
####################################################################################### #######################################################################################
@ -52,8 +50,7 @@ static.wifi.1.eap_password = {$yealink_wifi_1_password}
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt} static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
##V83 Add ##V83 Add
static.wifi.function.enable = static.wifi.function.enable ={$yealink_ip_address_mode}
##V84 SP4 ADD ##V84 SP4 ADD
static.network.wifi.ip_address_mode= static.network.wifi.ip_address_mode=
@ -73,14 +70,15 @@ static.network.wifi.ipv6_static_dns_enable=
static.network.wifi.ipv6_primary_dns= static.network.wifi.ipv6_primary_dns=
static.network.wifi.ipv6_secondary_dns= static.network.wifi.ipv6_secondary_dns=
static.network.wifi.ipv6_icmp_v6.enable= static.network.wifi.ipv6_icmp_v6.enable=
####################################################################################### #######################################################################################
## Network Internet ## ## Network Internet ##
####################################################################################### #######################################################################################
static.network.ip_address_mode = {$yealink_ip_address_mode} static.network.ip_address_mode = {$yealink_ip_address_mode}
static.network.span_to_pc_port = static.network.span_to_pc_port =
static.network.vlan.pc_port_mode = static.network.vlan.pc_port_mode =
static.network.static_dns_enable = {if isset($dns_server_primary)}static.network.static_dns_enable = 1{else}static.network.static_dns_enable = 0{/if}
static.network.pc_port.enable = static.network.pc_port.enable = 1
{if isset($dns_server_primary)}static.network.primary_dns = {$dns_server_primary}{/if} {if isset($dns_server_primary)}static.network.primary_dns = {$dns_server_primary}{/if}
{if isset($dns_server_secondary)}static.network.secondary_dns = {$dns_server_secondary}{/if} {if isset($dns_server_secondary)}static.network.secondary_dns = {$dns_server_secondary}{/if}
static.network.internet_port.gateway = static.network.internet_port.gateway =
@ -116,7 +114,6 @@ static.network.redundancy.mode =
static.network.redundancy.failback.timeout = static.network.redundancy.failback.timeout =
####################################################################################### #######################################################################################
## Network LLDP ## ## Network LLDP ##
####################################################################################### #######################################################################################
@ -124,7 +121,6 @@ static.network.lldp.enable = {$yealink_lldp_enable}
static.network.lldp.packet_interval = static.network.lldp.packet_interval =
####################################################################################### #######################################################################################
## Network VLAN ## ## Network VLAN ##
####################################################################################### #######################################################################################
@ -164,23 +160,20 @@ static.network.802_1x.eap_fast_provision_mode =
static.network.802_1x.anonymous_identity = static.network.802_1x.anonymous_identity =
static.network.802_1x.proxy_eap_logoff.enable = static.network.802_1x.proxy_eap_logoff.enable =
static.auto_provision.custom.protect = static.auto_provision.custom.protect =
static.auto_provision.custom.sync = static.auto_provision.custom.sync =
static.auto_provision.custom.sync.path = static.auto_provision.custom.sync.path =
static.auto_provision.custom.upload_method = static.auto_provision.custom.upload_method =
####################################################################################### #######################################################################################
## ZERO Touch ## ## ZERO Touch ##
####################################################################################### #######################################################################################
static.zero_touch.enable = static.zero_touch.enable = {$yealink_zero_touch_enable}
static.zero_touch.wait_time = static.zero_touch.wait_time = {$yealink_zero_touch_wait_time}
static.features.hide_zero_touch_url.enable = static.features.hide_zero_touch_url.enable = {$yealink_zero_touch_hide}
static.zero_touch.network_fail_delay_times = static.zero_touch.network_fail_delay_times = {$yealink_zero_touch_delay}
static.zero_touch.network_fail_wait_times = static.zero_touch.network_fail_wait_times = {$yealink_zero_touch_wait}
####################################################################################### #######################################################################################
@ -194,17 +187,19 @@ static.auto_provision.server.password = {$http_auth_password}
####################################################################################### #######################################################################################
## Autop Weekly ## ## Autop Weekly ##
####################################################################################### #######################################################################################
static.auto_provision.weekly.enable = static.auto_provision.weekly.enable = {$yealink_autop_weekly_enable}
static.auto_provision.weekly.dayofweek = static.auto_provision.weekly.dayofweek = {$yealink_autop_weekly_dayofweek}
static.auto_provision.weekly.end_time = static.auto_provision.weekly.end_time = {$yealink_autop_weekly_end_time}
static.auto_provision.weekly.begin_time = static.auto_provision.weekly.begin_time = {$yealink_autop_weekly_begin_time}
static.auto_provision.weekly_upgrade_interval = static.auto_provision.weekly_upgrade_interval = {$yealink_autop_weekly_interval}
####################################################################################### #######################################################################################
## Autop Repeat ## ## Autop Repeat ##
####################################################################################### #######################################################################################
static.auto_provision.repeat.enable = static.auto_provision.repeat.enable = {$yealink_autop_repeat_enable}
static.auto_provision.repeat.minutes = static.auto_provision.repeat.minutes = {$yealink_autop_repeat_minutes}
####################################################################################### #######################################################################################
## Autop DHCP ## ## Autop DHCP ##
@ -215,11 +210,11 @@ static.auto_provision.dhcp_option.enable =
##V83 Add ##V83 Add
static.auto_provision.dhcp_option.list_user6_options = static.auto_provision.dhcp_option.list_user6_options =
####################################################################################### #######################################################################################
## Autop Mode ## ## Autop Mode ##
####################################################################################### #######################################################################################
static.auto_provision.power_on = static.auto_provision.power_on = {$yealink_autop_power_on}
####################################################################################### #######################################################################################
@ -230,6 +225,7 @@ static.auto_provision.flexible.begin_time =
static.auto_provision.flexible.interval = static.auto_provision.flexible.interval =
static.auto_provision.flexible.enable = static.auto_provision.flexible.enable =
####################################################################################### #######################################################################################
## Autoprovision Other ## ## Autoprovision Other ##
####################################################################################### #######################################################################################
@ -266,8 +262,7 @@ static.auto_provision.config_version.com=
####################################################################################### #######################################################################################
## Autop PNP ## ## Autop PNP ##
####################################################################################### #######################################################################################
static.auto_provision.pnp_enable = static.auto_provision.pnp_enable = {$yealink_autop_pnp}
####################################################################################### #######################################################################################
@ -291,11 +286,9 @@ static.autoprovision.1.com_aes =
static.autoprovision.1.mac_aes = static.autoprovision.1.mac_aes =
####################################################################################### #######################################################################################
## TR069 ## ## TR069 ##
####################################################################################### #######################################################################################
static.managementserver.enable = static.managementserver.enable =
static.managementserver.username = static.managementserver.username =
static.managementserver.password = static.managementserver.password =
@ -306,7 +299,6 @@ static.managementserver.connection_request_password =
static.managementserver.connection_request_username = static.managementserver.connection_request_username =
####################################################################################### #######################################################################################
## Firmware Update ## ## Firmware Update ##
####################################################################################### #######################################################################################
@ -338,7 +330,6 @@ static.local_log.level =
static.local_log.max_file_size = static.local_log.max_file_size =
####################################################################################### #######################################################################################
## Log Backup ## ## Log Backup ##
####################################################################################### #######################################################################################
@ -351,7 +342,6 @@ static.auto_provision.local_log.backup.append.max_file_size =
static.auto_provision.local_log.backup.append.limit_mode= static.auto_provision.local_log.backup.append.limit_mode=
####################################################################################### #######################################################################################
## User Mode ## ## User Mode ##
####################################################################################### #######################################################################################
@ -376,12 +366,20 @@ static.security.dev_cert =
static.security.ca_cert = static.security.ca_cert =
static.security.trust_certificates = {$yealink_trust_certificates} static.security.trust_certificates = {$yealink_trust_certificates}
static.security.user_password = {$var_name}:{$var_password} {if isset($user_name) }
static.security.user_password = {$admin_name}:{$admin_password}
static.security.user_password = {$user_name}:{$user_password}
static.security.user_name.var = {$var_name}
static.security.user_name.admin = {$admin_name}
static.security.user_name.user = {$user_name} static.security.user_name.user = {$user_name}
static.security.user_password = {$user_name}:{$user_password}
{/if}
{if isset($admin_name) }
static.security.user_name.admin = {$admin_name}
static.security.user_password = {$admin_name}:{$admin_password}
{/if}
{if isset($var_name) }
static.security.user_name.var = {$var_name}
static.security.user_password = {$var_name}:{$var_password}
{/if}
##V83 Add ##V83 Add
static.security.default_access_level = static.security.default_access_level =
@ -393,12 +391,14 @@ phone_setting.reserve_certs_config.enable =
####################################################################################### #######################################################################################
static.watch_dog.enable = static.watch_dog.enable =
####################################################################################### #######################################################################################
## Server Certificates ## ## Server Certificates ##
####################################################################################### #######################################################################################
static.server_certificates.url = static.server_certificates.url =
static.server_certificates.delete = static.server_certificates.delete =
####################################################################################### #######################################################################################
## Trusted Certificates ## ## Trusted Certificates ##
####################################################################################### #######################################################################################
@ -406,7 +406,6 @@ static.trusted_certificates.url =
static.trusted_certificates.delete = static.trusted_certificates.delete =
####################################################################################### #######################################################################################
## Secure Domain List ## ## Secure Domain List ##
####################################################################################### #######################################################################################
@ -421,8 +420,6 @@ static.auto_provision.encryption.call_log =
static.auto_provision.encryption.config = static.auto_provision.encryption.config =
####################################################################################### #######################################################################################
## Transfer ## ## Transfer ##
####################################################################################### #######################################################################################
@ -442,19 +439,18 @@ features.local_conf.combine_with_one_press.enable=
phone_setting.call_appearance.conference_via_new_linekey= phone_setting.call_appearance.conference_via_new_linekey=
####################################################################################### #######################################################################################
## Anonymous ## ## Anonymous ##
####################################################################################### #######################################################################################
features.anonymous_response_code= features.anonymous_response_code=
####################################################################################### #######################################################################################
## Call Configuration ## ## Call Configuration ##
####################################################################################### #######################################################################################
phone_setting.incoming_call_when_dialing.priority= phone_setting.incoming_call_when_dialing.priority=
phone_setting.hold_or_swap.mode= {if isset($yealink_hold_or_swap_mode)}phone_setting.hold_or_swap.mode = {$yealink_hold_or_swap_mode}{else}phone_setting.hold_or_swap.mode = 0{/if}
features.play_held_tone.interval= features.play_held_tone.interval=
features.play_held_tone.delay= features.play_held_tone.delay=
features.play_held_tone.enable= features.play_held_tone.enable=
@ -478,13 +474,13 @@ features.password_dial.length=
features.password_dial.prefix= features.password_dial.prefix=
features.password_dial.enable= features.password_dial.enable=
features.group_listen_in_talking_enable= features.group_listen_in_talking_enable=
phone_setting.call_info_display_method = ${yealink_call_info_display_method} phone_setting.call_info_display_method = 0
phone_setting.called_party_info_display.enable = 1 phone_setting.called_party_info_display.enable = 1
features.headset_training= features.headset_training=
features.headset_prior= features.headset_prior=
features.dtmf.replace_tran = features.dtmf.replace_tran =
features.dtmf.transfer = features.dtmf.transfer =
phone_setting.ringing_timeout= phone_setting.ringing_timeout = {$yealink_ringing_timeout}
phone_setting.ringback_timeout= phone_setting.ringback_timeout=
features.keep_mute.enable= features.keep_mute.enable=
@ -509,7 +505,6 @@ features.play_mute_tone.interval=
features.call_out_directory_by_off_hook.enable= features.call_out_directory_by_off_hook.enable=
features.congestion_tone.codelist= features.congestion_tone.codelist=
##V84 Add ##V84 Add
phone_setting.icon.delete= phone_setting.icon.delete=
phone_setting.icon.url= phone_setting.icon.url=
@ -518,6 +513,7 @@ phone_setting.icon.url=
voice.handset.tia4965.enable = voice.handset.tia4965.enable =
voice.headset.tia4965.enable = voice.headset.tia4965.enable =
####################################################################################### #######################################################################################
## Custom Softkey ## ## Custom Softkey ##
####################################################################################### #######################################################################################
@ -540,8 +536,8 @@ features.custom_softkey_dynamic.enable =
## Features Bluetooth ## ## Features Bluetooth ##
####################################################################################### #######################################################################################
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G/T4XU Models support the parameter. ##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G/T4XU Models support the parameter.
features.bluetooth_enable= features.bluetooth_enable = {$yealink_bluetooth_enable}
features.bluetooth_adapter_name= features.bluetooth_adapter_name = {$yealink_bluetooth_name}
##V83 Add ##V83 Add
static.bluetooth.function.enable = static.bluetooth.function.enable =
@ -549,6 +545,7 @@ static.bluetooth.function.enable =
bluetooth.a2dp_sink= bluetooth.a2dp_sink=
bluetooth.connect_confirm.enable= bluetooth.connect_confirm.enable=
####################################################################################### #######################################################################################
## Features USB Record ## ## Features USB Record ##
####################################################################################### #######################################################################################
@ -558,6 +555,7 @@ features.auto_recording.enable =
features.idle_recording.enable= features.idle_recording.enable=
####################################################################################### #######################################################################################
## Features USB ## ## Features USB ##
####################################################################################### #######################################################################################
@ -567,6 +565,7 @@ static.usb.power.enable =
##V84 Add ##V84 Add
static.usbdisk.function.enable= static.usbdisk.function.enable=
####################################################################################### #######################################################################################
## Codec ## ## Codec ##
####################################################################################### #######################################################################################
@ -580,6 +579,7 @@ features.dtmf.min_interval=
features.dtmf.volume= features.dtmf.volume=
features.dtmf.duration = features.dtmf.duration =
####################################################################################### #######################################################################################
## Tones ## ## Tones ##
####################################################################################### #######################################################################################
@ -597,34 +597,37 @@ voice.tone.country =
voice.side_tone = voice.side_tone =
features.partition_tone = features.partition_tone =
voice.tone.secondary_dial= voice.tone.secondary_dial=
####################################################################################### #######################################################################################
## Tones V83 stutterdial dnd fwd vm ## ## Tones V83 stutterdial dnd fwd vm ##
####################################################################################### #######################################################################################
voice.tone.stutterdial= voice.tone.stutterdial=
voice.tone.stutter_dial_tone.apply_to_dnd.enable= voice.tone.stutter_dial_tone.apply_to_dnd.enable=
voice.tone.stutter_dial_tone.apply_to_fwd.enable= voice.tone.stutter_dial_tone.apply_to_fwd.enable=
voice.tone.stutter_dial_tone.apply_to_fwd.enable= voice.tone.stutter_dial_tone.apply_to_fwd.enable=
####################################################################################### #######################################################################################
## Jitter Buffer ## ## Jitter Buffer ##
####################################################################################### #######################################################################################
voice.jib.normal= voice.jib.normal= {$yealink_jib_normal}
voice.jib.max = voice.jib.max = {$yealink_jib_max}
voice.jib.min = voice.jib.min = {$yealink_jib_min}
voice.jib.adaptive = voice.jib.adaptive = {$yealink_jib_adaptive}
voice.jib.wifi.normal= {$yealink_jib_wifi_normal}
voice.jib.wifi.max= {$yealink_jib_wifi_max}
voice.jib.wifi.min= {$yealink_jib_wifi_min}
voice.jib.wifi.adaptive= {$yealink_jib_wifi_adaptive}
voice.jib.wifi.normal=
voice.jib.wifi.max=
voice.jib.wifi.min=
voice.jib.wifi.adaptive=
####################################################################################### #######################################################################################
## Echo Cancellation ## ## Echo Cancellation ##
####################################################################################### #######################################################################################
voice.echo_cancellation = voice.echo_cancellation = {$yealink_echo_cancellation}
voice.cng = voice.cng = {$yealink_cng}
voice.vad = voice.vad = {$yealink_vad}
##V84 Add ##V84 Add
voice.ans_nb.enable= voice.ans_nb.enable=
@ -686,6 +689,7 @@ features.call_invite_format=
phone_setting.early_media.rtp_sniffer.timeout= phone_setting.early_media.rtp_sniffer.timeout=
sip.reg_surge_prevention = sip.reg_surge_prevention =
################################################################ ################################################################
# V84 new add sip.escape_characters.enable= ## # V84 new add sip.escape_characters.enable= ##
################################################################ ################################################################
@ -695,6 +699,7 @@ sip.reserve_characters=
##V83 Add ##V83 Add
sip.dhcp.option120.mode = sip.dhcp.option120.mode =
################################################################ ################################################################
# NAT&ICE ## # NAT&ICE ##
################################################################ ################################################################
@ -716,6 +721,7 @@ static.network.static_nat.enable= {if isset($yealink_static_nat)}1{else}0{/if}
static.network.static_nat.addr= {$yealink_static_nat} static.network.static_nat.addr= {$yealink_static_nat}
####################################################################################### #######################################################################################
## DNS ## ## DNS ##
####################################################################################### #######################################################################################
@ -735,6 +741,7 @@ dns_cache_naptr.1.replace =
dns_cache_naptr.1.service = dns_cache_naptr.1.service =
dns_cache_naptr.1.ttl = dns_cache_naptr.1.ttl =
####################################################################################### #######################################################################################
## RTP ## ## RTP ##
####################################################################################### #######################################################################################
@ -744,37 +751,36 @@ features.rtp_symmetric.enable=
####################################################################################### #######################################################################################
## RTCP-XR ## ## RTCP-XR ##
####################################################################################### #######################################################################################
voice.rtcp.enable= voice.rtcp.enable= {$yealink_rtcp_enable}
voice.rtcp_cname= voice.rtcp_cname= {$yealink_rtcp_cname}
voice.rtcp_xr.enable= voice.rtcp_xr.enable= {$yealink_rtcpxr_enable}
phone_setting.vq_rtcpxr_display_symm_oneway_delay.enable= phone_setting.vq_rtcpxr_display_symm_oneway_delay.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_round_trip_delay.enable= phone_setting.vq_rtcpxr_display_round_trip_delay.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_moscq.enable= phone_setting.vq_rtcpxr_display_moscq.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_moslq.enable = phone_setting.vq_rtcpxr_display_moslq.enable = {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_packets_lost.enable= phone_setting.vq_rtcpxr_display_packets_lost.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_jitter_buffer_max.enable= phone_setting.vq_rtcpxr_display_jitter_buffer_max.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_jitter.enable= phone_setting.vq_rtcpxr_display_jitter.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_remote_codec.enable= phone_setting.vq_rtcpxr_display_remote_codec.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_local_codec.enable= phone_setting.vq_rtcpxr_display_local_codec.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_remote_call_id.enable= phone_setting.vq_rtcpxr_display_remote_call_id.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_local_call_id.enable= phone_setting.vq_rtcpxr_display_local_call_id.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_stop_time.enable= phone_setting.vq_rtcpxr_display_stop_time.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_display_start_time.enable= phone_setting.vq_rtcpxr_display_start_time.enable= {$yealink_rtcpxr_disp_enable}
phone_setting.vq_rtcpxr_interval_period= phone_setting.vq_rtcpxr_interval_period= {$yealink_rtcpxr_interval}
phone_setting.vq_rtcpxr_delay_threshold_critical= phone_setting.vq_rtcpxr_delay_threshold_critical= {$yealink_rtcpxr_delay_threshold_critical}
phone_setting.vq_rtcpxr_delay_threshold_warning= phone_setting.vq_rtcpxr_delay_threshold_warning= {$yealink_rtcpxr_delay_threshold_warning}
phone_setting.vq_rtcpxr_moslq_threshold_critical= phone_setting.vq_rtcpxr_moslq_threshold_critical= {$yealink_rtcpxr_mos_threshold_critical}
phone_setting.vq_rtcpxr_moslq_threshold_warning= phone_setting.vq_rtcpxr_moslq_threshold_warning= {$yealink_rtcpxr_mos_threshold_warning}
phone_setting.vq_rtcpxr.interval_report.enable= phone_setting.vq_rtcpxr.interval_report.enable= {$yealink_rtcpxr_interval_report_enable}
phone_setting.vq_rtcpxr.states_show_on_gui.enable= phone_setting.vq_rtcpxr.states_show_on_gui.enable= {$yealink_rtcpxr_show_gui_enable}
phone_setting.vq_rtcpxr.states_show_on_web.enable= phone_setting.vq_rtcpxr.states_show_on_web.enable= {$yealink_rtcpxr_show_web_enable}
phone_setting.vq_rtcpxr.session_report.enable= phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable}
####################################################################################### #######################################################################################
## Contact ## ## Contact ##
####################################################################################### #######################################################################################
static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
super_search.url = {$yealink_super_search_url} super_search.url = {$yealink_super_search_url}
@ -783,7 +789,7 @@ local_contact.data.url=
local_contact.data.delete= local_contact.data.delete=
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T29G/T46U/T48U Models support the parameter ##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T29G/T46U/T48U Models support the parameter
phone_setting.contact_photo_display.enable= phone_setting.contact_photo_display.enable = {$yealink_contact_photo_enable}
phone_setting.incoming_call.horizontal_roll_interval= phone_setting.incoming_call.horizontal_roll_interval=
@ -799,6 +805,7 @@ local_contact.icon.url=
search_in_dialing.local_directory.enable = search_in_dialing.local_directory.enable =
search_in_dialing.local_directory.priority = search_in_dialing.local_directory.priority =
####################################################################################### #######################################################################################
## Remote Phonebook ## ## Remote Phonebook ##
####################################################################################### #######################################################################################
@ -849,6 +856,7 @@ remote_phonebook.data.5.url = {$yealink_remote_phonebook_5_url}
features.remote_phonebook.enable = {$yealink_remote_phonebook_enable} features.remote_phonebook.enable = {$yealink_remote_phonebook_enable}
####################################################################################### #######################################################################################
## LDAP ## ## LDAP ##
####################################################################################### #######################################################################################
@ -884,8 +892,6 @@ ldap.display_extra_attr=
ldap.extra_attr= ldap.extra_attr=
####################################################################################### #######################################################################################
## History ## ## History ##
####################################################################################### #######################################################################################
@ -921,12 +927,17 @@ static.auto_provision.local_contact.backup.enable=
## Contact Other ## ## Contact Other ##
####################################################################################### #######################################################################################
directory.search_type= directory.search_type=
{if isset($yealink_local_directory_enable)}
directory_setting.local_directory.enable = {$yealink_local_directory_enable}
{else}
directory_setting.local_directory.enable = directory_setting.local_directory.enable =
{/if}
directory_setting.local_directory.priority = directory_setting.local_directory.priority =
##V83 Add ##V83 Add
phone_setting.search.highlight_keywords.enable = phone_setting.search.highlight_keywords.enable =
####################################################################################### #######################################################################################
## Favorites ## ## Favorites ##
####################################################################################### #######################################################################################
@ -934,6 +945,7 @@ phone_setting.search.highlight_keywords.enable =
local_contact.favorite.enable = local_contact.favorite.enable =
phone_setting.favorite_sequence_type = phone_setting.favorite_sequence_type =
####################################################################################### #######################################################################################
## Programablekey ## ## Programablekey ##
####################################################################################### #######################################################################################
@ -963,6 +975,7 @@ programablekey.1.history_type =
##V83 Add ##V83 Add
programablekey.type_range.custom = programablekey.type_range.custom =
####################################################################################### #######################################################################################
## Linekey ## ## Linekey ##
####################################################################################### #######################################################################################
@ -1152,12 +1165,12 @@ features.no_answer_code=
####################################################################################### #######################################################################################
## DND ## ## DND ##
####################################################################################### #######################################################################################
features.dnd.allow= features.dnd.allow = {$yealink_dnd_allow}
features.dnd_mode= features.dnd_mode=
features.dnd.enable= features.dnd.enable=
features.dnd.off_code = *79 features.dnd.off_code = {$yealink_dnd_off_code}
features.dnd.on_code = *78 features.dnd.on_code = {$yealink_dnd_on_code}
features.dnd.emergency_authorized_number= features.dnd.emergency_authorized_number=
features.dnd.emergency_enable = 1 features.dnd.emergency_enable = 1
@ -1166,6 +1179,7 @@ features.dnd.large_icon.enable=
##V83 Add ##V83 Add
features.keep_dnd.enable = features.keep_dnd.enable =
####################################################################################### #######################################################################################
## Phone Lock ## ## Phone Lock ##
####################################################################################### #######################################################################################
@ -1204,7 +1218,6 @@ features.voice_mail_tone_enable=
features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_enable} features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_enable}
####################################################################################### #######################################################################################
## Text Message ## ## Text Message ##
####################################################################################### #######################################################################################
@ -1212,9 +1225,6 @@ features.text_message.enable=
features.text_message_popup.enable= features.text_message_popup.enable=
####################################################################################### #######################################################################################
## Audio Intercom ## ## Audio Intercom ##
####################################################################################### #######################################################################################
@ -1234,7 +1244,6 @@ features.intercom.barge=
features.intercom.tone= features.intercom.tone=
features.intercom.mute= features.intercom.mute=
voice.handset_send= voice.handset_send=
voice.handfree_send = voice.handfree_send =
voice.headset_send = voice.headset_send =
@ -1243,7 +1252,6 @@ features.ringer_device.is_use_headset=
features.intercom.barge_in_dialing.enable= features.intercom.barge_in_dialing.enable=
####################################################################################### #######################################################################################
## Feature General ## ## Feature General ##
####################################################################################### #######################################################################################
@ -1292,6 +1300,7 @@ phone_setting.change_183_to_180=
##V84 Add ##V84 Add
features.touch_tone= features.touch_tone=
####################################################################################### #######################################################################################
## Action URL&URI ## ## Action URL&URI ##
####################################################################################### #######################################################################################
@ -1348,7 +1357,6 @@ action_url.unregistered =
action_url.peripheral_information= action_url.peripheral_information=
####################################################################################### #######################################################################################
## Power LED ## ## Power LED ##
####################################################################################### #######################################################################################
@ -1441,6 +1449,7 @@ phone_setting.inter_digit_time= {$yealink_inter_digit_time}
##Only T54S Model supports the parameter ##Only T54S Model supports the parameter
phone_setting.idle_clock_display.enable = phone_setting.idle_clock_display.enable =
####################################################################################### #######################################################################################
## Digitmap ## ## Digitmap ##
####################################################################################### #######################################################################################
@ -1463,8 +1472,6 @@ dialplan.digitmap.apply_to.prefix_key =
features.local_calllog.received.replace_rule= features.local_calllog.received.replace_rule=
####################################################################################### #######################################################################################
## Emergency Dialplan ## ## Emergency Dialplan ##
####################################################################################### #######################################################################################
@ -1483,7 +1490,6 @@ dialplan.emergency.held.request_type=
dialplan.emergency.held.server_url= dialplan.emergency.held.server_url=
####################################################################################### #######################################################################################
## Dialplan ## ## Dialplan ##
####################################################################################### #######################################################################################
@ -1502,6 +1508,7 @@ dialplan.area_code.max_len = 15
dialplan.area_code.min_len = 1 dialplan.area_code.min_len = 1
dialplan.area_code.code= dialplan.area_code.code=
####################################################################################### #######################################################################################
## Rings Settings ## ## Rings Settings ##
####################################################################################### #######################################################################################
@ -1527,6 +1534,7 @@ distinctive_ring_tones.alert_info.8.ringer = {$yealink_ring_file_8}
distinctive_ring_tones.alert_info.9.ringer = {$yealink_ring_file_9} distinctive_ring_tones.alert_info.9.ringer = {$yealink_ring_file_9}
distinctive_ring_tones.alert_info.10.ringer = {$yealink_ring_file_10} distinctive_ring_tones.alert_info.10.ringer = {$yealink_ring_file_10}
####################################################################################### #######################################################################################
## IME Settings ## ## IME Settings ##
####################################################################################### #######################################################################################
@ -1538,6 +1546,7 @@ gui_input_method.url=
##Only T48G/T48S Models support the parameter ##Only T48G/T48S Models support the parameter
phone_setting.virtual_keyboard.enable = phone_setting.virtual_keyboard.enable =
####################################################################################### #######################################################################################
## Language Settings ## ## Language Settings ##
####################################################################################### #######################################################################################
@ -1554,16 +1563,15 @@ lang.wui=
####################################################################################### #######################################################################################
## Screensaver ## ## Screensaver ##
####################################################################################### #######################################################################################
screensaver.type= screensaver.type= {$yealink_screensaver_type}
screensaver.delete= screensaver.delete= {$yealink_screensaver_delete}
screensaver.upload_url= screensaver.upload_url= {$yealink_screensaver_upload_url}
features.blf_active_backlight.enable= features.blf_active_backlight.enable=
screensaver.display_clock.enable= screensaver.display_clock.enable= {$yealink_screensaver_clock}
screensaver.clock_move_interval= screensaver.clock_move_interval= {$yealink_screensaver_clock_interval}
screensaver.picture_change_interval= screensaver.picture_change_interval= {$yealink_screensaver_pic_interval}
screensaver.wait_time= {$yealink_screensaver_wait} screensaver.wait_time= {$yealink_screensaver_wait}
screensaver.xml_browser.url= screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
####################################################################################### #######################################################################################
@ -1627,7 +1635,7 @@ phone_setting.backgrounds = Config:yealink_t48u_wallpaper.png
{/if} {/if}
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S) ## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S)
phone_setting.backgrounds_with_dsskey_unfold= phone_setting.backgrounds_with_dsskey_unfold= {$yealink_wallpaper_dsskey_unfold}
##expansion_module.backgrounds(Only support T5XW/T54S/T52S/T43U/T46U/T48U) ##expansion_module.backgrounds(Only support T5XW/T54S/T52S/T43U/T46U/T48U)
expansion_module.backgrounds= expansion_module.backgrounds=
@ -1703,7 +1711,6 @@ features.auto_release_bla_line=
features.barge_in_via_username.enable= features.barge_in_via_username.enable=
####################################################################################### #######################################################################################
## Call Park ## ## Call Park ##
####################################################################################### #######################################################################################
@ -1727,8 +1734,6 @@ acd.enable=
acd.auto_available_timer= acd.auto_available_timer=
####################################################################################### #######################################################################################
## Broadsoft XSI ## ## Broadsoft XSI ##
####################################################################################### #######################################################################################
@ -1763,6 +1768,7 @@ search_in_dialing.bw_directory.priority =
##V83 Add ##V83 Add
bw.xsi.directory.update.enable = bw.xsi.directory.update.enable =
####################################################################################### #######################################################################################
## Broadsoft Network Calllog ## ## Broadsoft Network Calllog ##
####################################################################################### #######################################################################################
@ -1802,7 +1808,6 @@ voice_mail.message_key.mode=
bw.voice_mail.visual.display_videomail.enable= bw.voice_mail.visual.display_videomail.enable=
####################################################################################### #######################################################################################
## Broadsoft Call Recording ## ## Broadsoft Call Recording ##
####################################################################################### #######################################################################################
@ -1821,7 +1826,6 @@ features.call_decline.enable =
features.blf.ring_type = features.blf.ring_type =
####################################################################################### #######################################################################################
## Features Sync ## ## Features Sync ##
####################################################################################### #######################################################################################
@ -1853,6 +1857,7 @@ search_in_dialing.bw_uc_buddies.priority =
##V83 Add ##V83 Add
phone_setting.uc_favorite_sequence_type = phone_setting.uc_favorite_sequence_type =
####################################################################################### #######################################################################################
## Broadsoft Emergency Call ## ## Broadsoft Emergency Call ##
####################################################################################### #######################################################################################
@ -1860,7 +1865,6 @@ phone_setting.uc_favorite_sequence_type =
bw.emergency_calling.enable = bw.emergency_calling.enable =
####################################################################################### #######################################################################################
## Metaswitch Setting ## ## Metaswitch Setting ##
####################################################################################### #######################################################################################
@ -1896,7 +1900,6 @@ search_in_dialing.meta_directory.priority =
search_in_dialing.meta_directory.enable = search_in_dialing.meta_directory.enable =
####################################################################################### #######################################################################################
## Genbend Setting ## ## Genbend Setting ##
####################################################################################### #######################################################################################
@ -1947,6 +1950,7 @@ bw.flexible_seating.remember_password.ldap.enable=
vcaccount.enable= vcaccount.enable=
####################################################################################### #######################################################################################
## V84 T5XW add VPM-Acoustic Shield ## ## V84 T5XW add VPM-Acoustic Shield ##
####################################################################################### #######################################################################################
@ -1954,7 +1958,6 @@ features.acoustic_shield.level =
features.acoustic_shield.mode = features.acoustic_shield.mode =
####################################################################################### #######################################################################################
## V84 SP4 add ## ## V84 SP4 add ##
####################################################################################### #######################################################################################
@ -1992,4 +1995,3 @@ acd.trace_fixed_display.enable =
features.parked_call_monitor.blf_visual_enable= features.parked_call_monitor.blf_visual_enable=
features.parked_call_monitor.blf_audio_enable= features.parked_call_monitor.blf_audio_enable=
features.parked_call_monitor.blf.ring_type= features.parked_call_monitor.blf.ring_type=