From 94ec533ca13377131b4ff0cfed79360bb941b9e3 Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Wed, 11 May 2022 18:30:54 -0600 Subject: [PATCH] Updated multiple items including jitter buffer, echo cancellation and DND (#6382) --- .../provision/yealink/t48u/y000000000109.cfg | 248 +++++++++--------- 1 file changed, 125 insertions(+), 123 deletions(-) diff --git a/resources/templates/provision/yealink/t48u/y000000000109.cfg b/resources/templates/provision/yealink/t48u/y000000000109.cfg index b0f62c1116..31f6c5e437 100644 --- a/resources/templates/provision/yealink/t48u/y000000000109.cfg +++ b/resources/templates/provision/yealink/t48u/y000000000109.cfg @@ -5,9 +5,8 @@ ####################################################################################### ## Network CDP ## ####################################################################################### -static.network.cdp.enable = -static.network.cdp.packet_interval = - +static.network.cdp.enable = {$yealink_cdp_enable} +static.network.cdp.packet_interval = {$yealink_cdp_packet_interval} ####################################################################################### @@ -23,7 +22,6 @@ static.network.ipv6_internet_port.type = static.network.ipv6_prefix = - ####################################################################################### ## Network WiFi ## ####################################################################################### @@ -52,8 +50,7 @@ static.wifi.1.eap_password = {$yealink_wifi_1_password} static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt} ##V83 Add -static.wifi.function.enable = - +static.wifi.function.enable ={$yealink_ip_address_mode} ##V84 SP4 ADD 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_secondary_dns= static.network.wifi.ipv6_icmp_v6.enable= + ####################################################################################### ## Network Internet ## ####################################################################################### static.network.ip_address_mode = {$yealink_ip_address_mode} static.network.span_to_pc_port = static.network.vlan.pc_port_mode = -static.network.static_dns_enable = -static.network.pc_port.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 = 1 {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} static.network.internet_port.gateway = @@ -116,7 +114,6 @@ static.network.redundancy.mode = static.network.redundancy.failback.timeout = - ####################################################################################### ## Network LLDP ## ####################################################################################### @@ -124,7 +121,6 @@ static.network.lldp.enable = {$yealink_lldp_enable} static.network.lldp.packet_interval = - ####################################################################################### ## Network VLAN ## ####################################################################################### @@ -164,23 +160,20 @@ static.network.802_1x.eap_fast_provision_mode = static.network.802_1x.anonymous_identity = static.network.802_1x.proxy_eap_logoff.enable = - static.auto_provision.custom.protect = static.auto_provision.custom.sync = static.auto_provision.custom.sync.path = static.auto_provision.custom.upload_method = - - ####################################################################################### ## ZERO Touch ## ####################################################################################### -static.zero_touch.enable = -static.zero_touch.wait_time = -static.features.hide_zero_touch_url.enable = -static.zero_touch.network_fail_delay_times = -static.zero_touch.network_fail_wait_times = +static.zero_touch.enable = {$yealink_zero_touch_enable} +static.zero_touch.wait_time = {$yealink_zero_touch_wait_time} +static.features.hide_zero_touch_url.enable = {$yealink_zero_touch_hide} +static.zero_touch.network_fail_delay_times = {$yealink_zero_touch_delay} +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 ## ####################################################################################### -static.auto_provision.weekly.enable = -static.auto_provision.weekly.dayofweek = -static.auto_provision.weekly.end_time = -static.auto_provision.weekly.begin_time = -static.auto_provision.weekly_upgrade_interval = +static.auto_provision.weekly.enable = {$yealink_autop_weekly_enable} +static.auto_provision.weekly.dayofweek = {$yealink_autop_weekly_dayofweek} +static.auto_provision.weekly.end_time = {$yealink_autop_weekly_end_time} +static.auto_provision.weekly.begin_time = {$yealink_autop_weekly_begin_time} +static.auto_provision.weekly_upgrade_interval = {$yealink_autop_weekly_interval} + ####################################################################################### ## Autop Repeat ## ####################################################################################### -static.auto_provision.repeat.enable = -static.auto_provision.repeat.minutes = +static.auto_provision.repeat.enable = {$yealink_autop_repeat_enable} +static.auto_provision.repeat.minutes = {$yealink_autop_repeat_minutes} + ####################################################################################### ## Autop DHCP ## @@ -215,11 +210,11 @@ static.auto_provision.dhcp_option.enable = ##V83 Add static.auto_provision.dhcp_option.list_user6_options = + ####################################################################################### ## 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.enable = + ####################################################################################### ## Autoprovision Other ## ####################################################################################### @@ -266,8 +262,7 @@ static.auto_provision.config_version.com= ####################################################################################### ## 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 = - ####################################################################################### ## TR069 ## ####################################################################################### - static.managementserver.enable = static.managementserver.username = static.managementserver.password = @@ -306,7 +299,6 @@ static.managementserver.connection_request_password = static.managementserver.connection_request_username = - ####################################################################################### ## Firmware Update ## ####################################################################################### @@ -338,7 +330,6 @@ static.local_log.level = static.local_log.max_file_size = - ####################################################################################### ## 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= - ####################################################################################### ## User Mode ## ####################################################################################### @@ -376,12 +366,20 @@ static.security.dev_cert = static.security.ca_cert = static.security.trust_certificates = {$yealink_trust_certificates} -static.security.user_password = {$var_name}:{$var_password} -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} +{if isset($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 static.security.default_access_level = @@ -393,12 +391,14 @@ phone_setting.reserve_certs_config.enable = ####################################################################################### static.watch_dog.enable = + ####################################################################################### ## Server Certificates ## ####################################################################################### static.server_certificates.url = static.server_certificates.delete = + ####################################################################################### ## Trusted Certificates ## ####################################################################################### @@ -406,7 +406,6 @@ static.trusted_certificates.url = static.trusted_certificates.delete = - ####################################################################################### ## Secure Domain List ## ####################################################################################### @@ -421,8 +420,6 @@ static.auto_provision.encryption.call_log = static.auto_provision.encryption.config = - - ####################################################################################### ## Transfer ## ####################################################################################### @@ -442,19 +439,18 @@ features.local_conf.combine_with_one_press.enable= phone_setting.call_appearance.conference_via_new_linekey= - ####################################################################################### ## Anonymous ## ####################################################################################### features.anonymous_response_code= - ####################################################################################### ## Call Configuration ## ####################################################################################### 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.delay= features.play_held_tone.enable= @@ -478,13 +474,13 @@ features.password_dial.length= features.password_dial.prefix= features.password_dial.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 features.headset_training= features.headset_prior= features.dtmf.replace_tran = features.dtmf.transfer = -phone_setting.ringing_timeout= +phone_setting.ringing_timeout = {$yealink_ringing_timeout} phone_setting.ringback_timeout= features.keep_mute.enable= @@ -509,7 +505,6 @@ features.play_mute_tone.interval= features.call_out_directory_by_off_hook.enable= features.congestion_tone.codelist= - ##V84 Add phone_setting.icon.delete= phone_setting.icon.url= @@ -518,6 +513,7 @@ phone_setting.icon.url= voice.handset.tia4965.enable = voice.headset.tia4965.enable = + ####################################################################################### ## Custom Softkey ## ####################################################################################### @@ -540,8 +536,8 @@ features.custom_softkey_dynamic.enable = ## Features Bluetooth ## ####################################################################################### ##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G/T4XU Models support the parameter. -features.bluetooth_enable= -features.bluetooth_adapter_name= +features.bluetooth_enable = {$yealink_bluetooth_enable} +features.bluetooth_adapter_name = {$yealink_bluetooth_name} ##V83 Add static.bluetooth.function.enable = @@ -549,6 +545,7 @@ static.bluetooth.function.enable = bluetooth.a2dp_sink= bluetooth.connect_confirm.enable= + ####################################################################################### ## Features USB Record ## ####################################################################################### @@ -558,6 +555,7 @@ features.auto_recording.enable = features.idle_recording.enable= + ####################################################################################### ## Features USB ## ####################################################################################### @@ -567,6 +565,7 @@ static.usb.power.enable = ##V84 Add static.usbdisk.function.enable= + ####################################################################################### ## Codec ## ####################################################################################### @@ -580,6 +579,7 @@ features.dtmf.min_interval= features.dtmf.volume= features.dtmf.duration = + ####################################################################################### ## Tones ## ####################################################################################### @@ -597,34 +597,37 @@ voice.tone.country = voice.side_tone = features.partition_tone = voice.tone.secondary_dial= + + ####################################################################################### ## Tones V83 stutterdial dnd fwd vm ## ####################################################################################### - voice.tone.stutterdial= 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= + ####################################################################################### ## Jitter Buffer ## ####################################################################################### -voice.jib.normal= -voice.jib.max = -voice.jib.min = -voice.jib.adaptive = +voice.jib.normal= {$yealink_jib_normal} +voice.jib.max = {$yealink_jib_max} +voice.jib.min = {$yealink_jib_min} +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 ## ####################################################################################### -voice.echo_cancellation = -voice.cng = -voice.vad = +voice.echo_cancellation = {$yealink_echo_cancellation} +voice.cng = {$yealink_cng} +voice.vad = {$yealink_vad} ##V84 Add voice.ans_nb.enable= @@ -686,6 +689,7 @@ features.call_invite_format= phone_setting.early_media.rtp_sniffer.timeout= sip.reg_surge_prevention = + ################################################################ # V84 new add sip.escape_characters.enable= ## ################################################################ @@ -695,6 +699,7 @@ sip.reserve_characters= ##V83 Add sip.dhcp.option120.mode = + ################################################################ # 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} + ####################################################################################### ## DNS ## ####################################################################################### @@ -735,6 +741,7 @@ dns_cache_naptr.1.replace = dns_cache_naptr.1.service = dns_cache_naptr.1.ttl = + ####################################################################################### ## RTP ## ####################################################################################### @@ -744,37 +751,36 @@ features.rtp_symmetric.enable= ####################################################################################### ## RTCP-XR ## ####################################################################################### -voice.rtcp.enable= -voice.rtcp_cname= -voice.rtcp_xr.enable= -phone_setting.vq_rtcpxr_display_symm_oneway_delay.enable= -phone_setting.vq_rtcpxr_display_round_trip_delay.enable= -phone_setting.vq_rtcpxr_display_moscq.enable= -phone_setting.vq_rtcpxr_display_moslq.enable = -phone_setting.vq_rtcpxr_display_packets_lost.enable= -phone_setting.vq_rtcpxr_display_jitter_buffer_max.enable= -phone_setting.vq_rtcpxr_display_jitter.enable= -phone_setting.vq_rtcpxr_display_remote_codec.enable= -phone_setting.vq_rtcpxr_display_local_codec.enable= -phone_setting.vq_rtcpxr_display_remote_call_id.enable= -phone_setting.vq_rtcpxr_display_local_call_id.enable= -phone_setting.vq_rtcpxr_display_stop_time.enable= -phone_setting.vq_rtcpxr_display_start_time.enable= -phone_setting.vq_rtcpxr_interval_period= -phone_setting.vq_rtcpxr_delay_threshold_critical= -phone_setting.vq_rtcpxr_delay_threshold_warning= -phone_setting.vq_rtcpxr_moslq_threshold_critical= -phone_setting.vq_rtcpxr_moslq_threshold_warning= -phone_setting.vq_rtcpxr.interval_report.enable= -phone_setting.vq_rtcpxr.states_show_on_gui.enable= -phone_setting.vq_rtcpxr.states_show_on_web.enable= -phone_setting.vq_rtcpxr.session_report.enable= +voice.rtcp.enable= {$yealink_rtcp_enable} +voice.rtcp_cname= {$yealink_rtcp_cname} +voice.rtcp_xr.enable= {$yealink_rtcpxr_enable} +phone_setting.vq_rtcpxr_display_symm_oneway_delay.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_round_trip_delay.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_moscq.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_moslq.enable = {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_packets_lost.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_jitter_buffer_max.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_jitter.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_remote_codec.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_local_codec.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_remote_call_id.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_local_call_id.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_stop_time.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_display_start_time.enable= {$yealink_rtcpxr_disp_enable} +phone_setting.vq_rtcpxr_interval_period= {$yealink_rtcpxr_interval} +phone_setting.vq_rtcpxr_delay_threshold_critical= {$yealink_rtcpxr_delay_threshold_critical} +phone_setting.vq_rtcpxr_delay_threshold_warning= {$yealink_rtcpxr_delay_threshold_warning} +phone_setting.vq_rtcpxr_moslq_threshold_critical= {$yealink_rtcpxr_mos_threshold_critical} +phone_setting.vq_rtcpxr_moslq_threshold_warning= {$yealink_rtcpxr_mos_threshold_warning} +phone_setting.vq_rtcpxr.interval_report.enable= {$yealink_rtcpxr_interval_report_enable} +phone_setting.vq_rtcpxr.states_show_on_gui.enable= {$yealink_rtcpxr_show_gui_enable} +phone_setting.vq_rtcpxr.states_show_on_web.enable= {$yealink_rtcpxr_show_web_enable} +phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### ## 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 super_search.url = {$yealink_super_search_url} @@ -783,7 +789,7 @@ local_contact.data.url= local_contact.data.delete= ##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= @@ -799,6 +805,7 @@ local_contact.icon.url= search_in_dialing.local_directory.enable = search_in_dialing.local_directory.priority = + ####################################################################################### ## Remote Phonebook ## ####################################################################################### @@ -849,6 +856,7 @@ remote_phonebook.data.5.url = {$yealink_remote_phonebook_5_url} features.remote_phonebook.enable = {$yealink_remote_phonebook_enable} + ####################################################################################### ## LDAP ## ####################################################################################### @@ -884,8 +892,6 @@ ldap.display_extra_attr= ldap.extra_attr= - - ####################################################################################### ## History ## ####################################################################################### @@ -921,12 +927,17 @@ static.auto_provision.local_contact.backup.enable= ## Contact Other ## ####################################################################################### directory.search_type= +{if isset($yealink_local_directory_enable)} +directory_setting.local_directory.enable = {$yealink_local_directory_enable} +{else} directory_setting.local_directory.enable = +{/if} directory_setting.local_directory.priority = ##V83 Add phone_setting.search.highlight_keywords.enable = + ####################################################################################### ## Favorites ## ####################################################################################### @@ -934,6 +945,7 @@ phone_setting.search.highlight_keywords.enable = local_contact.favorite.enable = phone_setting.favorite_sequence_type = + ####################################################################################### ## Programablekey ## ####################################################################################### @@ -963,6 +975,7 @@ programablekey.1.history_type = ##V83 Add programablekey.type_range.custom = + ####################################################################################### ## Linekey ## ####################################################################################### @@ -1152,12 +1165,12 @@ features.no_answer_code= ####################################################################################### ## DND ## ####################################################################################### -features.dnd.allow= +features.dnd.allow = {$yealink_dnd_allow} features.dnd_mode= features.dnd.enable= -features.dnd.off_code = *79 -features.dnd.on_code = *78 +features.dnd.off_code = {$yealink_dnd_off_code} +features.dnd.on_code = {$yealink_dnd_on_code} features.dnd.emergency_authorized_number= features.dnd.emergency_enable = 1 @@ -1166,6 +1179,7 @@ features.dnd.large_icon.enable= ##V83 Add features.keep_dnd.enable = + ####################################################################################### ## Phone Lock ## ####################################################################################### @@ -1204,7 +1218,6 @@ features.voice_mail_tone_enable= features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_enable} - ####################################################################################### ## Text Message ## ####################################################################################### @@ -1212,9 +1225,6 @@ features.text_message.enable= features.text_message_popup.enable= - - - ####################################################################################### ## Audio Intercom ## ####################################################################################### @@ -1234,7 +1244,6 @@ features.intercom.barge= features.intercom.tone= features.intercom.mute= - voice.handset_send= voice.handfree_send = voice.headset_send = @@ -1243,7 +1252,6 @@ features.ringer_device.is_use_headset= features.intercom.barge_in_dialing.enable= - ####################################################################################### ## Feature General ## ####################################################################################### @@ -1292,6 +1300,7 @@ phone_setting.change_183_to_180= ##V84 Add features.touch_tone= + ####################################################################################### ## Action URL&URI ## ####################################################################################### @@ -1348,7 +1357,6 @@ action_url.unregistered = action_url.peripheral_information= - ####################################################################################### ## Power LED ## ####################################################################################### @@ -1441,6 +1449,7 @@ phone_setting.inter_digit_time= {$yealink_inter_digit_time} ##Only T54S Model supports the parameter phone_setting.idle_clock_display.enable = + ####################################################################################### ## Digitmap ## ####################################################################################### @@ -1463,8 +1472,6 @@ dialplan.digitmap.apply_to.prefix_key = features.local_calllog.received.replace_rule= - - ####################################################################################### ## Emergency Dialplan ## ####################################################################################### @@ -1483,7 +1490,6 @@ dialplan.emergency.held.request_type= dialplan.emergency.held.server_url= - ####################################################################################### ## Dialplan ## ####################################################################################### @@ -1502,6 +1508,7 @@ dialplan.area_code.max_len = 15 dialplan.area_code.min_len = 1 dialplan.area_code.code= + ####################################################################################### ## 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.10.ringer = {$yealink_ring_file_10} + ####################################################################################### ## IME Settings ## ####################################################################################### @@ -1538,6 +1546,7 @@ gui_input_method.url= ##Only T48G/T48S Models support the parameter phone_setting.virtual_keyboard.enable = + ####################################################################################### ## Language Settings ## ####################################################################################### @@ -1554,16 +1563,15 @@ lang.wui= ####################################################################################### ## Screensaver ## ####################################################################################### -screensaver.type= -screensaver.delete= -screensaver.upload_url= -features.blf_active_backlight.enable= -screensaver.display_clock.enable= -screensaver.clock_move_interval= -screensaver.picture_change_interval= +screensaver.type= {$yealink_screensaver_type} +screensaver.delete= {$yealink_screensaver_delete} +screensaver.upload_url= {$yealink_screensaver_upload_url} +features.blf_active_backlight.enable= +screensaver.display_clock.enable= {$yealink_screensaver_clock} +screensaver.clock_move_interval= {$yealink_screensaver_clock_interval} +screensaver.picture_change_interval= {$yealink_screensaver_pic_interval} 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} ## 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= @@ -1703,7 +1711,6 @@ features.auto_release_bla_line= features.barge_in_via_username.enable= - ####################################################################################### ## Call Park ## ####################################################################################### @@ -1727,8 +1734,6 @@ acd.enable= acd.auto_available_timer= - - ####################################################################################### ## Broadsoft XSI ## ####################################################################################### @@ -1763,6 +1768,7 @@ search_in_dialing.bw_directory.priority = ##V83 Add bw.xsi.directory.update.enable = + ####################################################################################### ## Broadsoft Network Calllog ## ####################################################################################### @@ -1802,7 +1808,6 @@ voice_mail.message_key.mode= bw.voice_mail.visual.display_videomail.enable= - ####################################################################################### ## Broadsoft Call Recording ## ####################################################################################### @@ -1821,7 +1826,6 @@ features.call_decline.enable = features.blf.ring_type = - ####################################################################################### ## Features Sync ## ####################################################################################### @@ -1853,6 +1857,7 @@ search_in_dialing.bw_uc_buddies.priority = ##V83 Add phone_setting.uc_favorite_sequence_type = + ####################################################################################### ## Broadsoft Emergency Call ## ####################################################################################### @@ -1860,7 +1865,6 @@ phone_setting.uc_favorite_sequence_type = bw.emergency_calling.enable = - ####################################################################################### ## Metaswitch Setting ## ####################################################################################### @@ -1896,7 +1900,6 @@ search_in_dialing.meta_directory.priority = search_in_dialing.meta_directory.enable = - ####################################################################################### ## Genbend Setting ## ####################################################################################### @@ -1947,6 +1950,7 @@ bw.flexible_seating.remember_password.ldap.enable= vcaccount.enable= + ####################################################################################### ## V84 T5XW add VPM-Acoustic Shield ## ####################################################################################### @@ -1954,7 +1958,6 @@ features.acoustic_shield.level = features.acoustic_shield.mode = - ####################################################################################### ## V84 SP4 add ## ####################################################################################### @@ -1992,4 +1995,3 @@ acd.trace_fixed_display.enable = features.parked_call_monitor.blf_visual_enable= features.parked_call_monitor.blf_audio_enable= features.parked_call_monitor.blf.ring_type= -