diff --git a/resources/templates/provision/yealink/t46u/y000000000108.cfg b/resources/templates/provision/yealink/t46u/y000000000108.cfg index 44133f04f..d7f33a630 100644 --- a/resources/templates/provision/yealink/t46u/y000000000108.cfg +++ b/resources/templates/provision/yealink/t46u/y000000000108.cfg @@ -8,8 +8,6 @@ static.network.cdp.enable = static.network.cdp.packet_interval = - - ####################################################################################### ## Network IPv6 ## ####################################################################################### @@ -22,8 +20,6 @@ static.network.ipv6_internet_port.ip = static.network.ipv6_internet_port.type = static.network.ipv6_prefix = - - ####################################################################################### ## Network WiFi ## ####################################################################################### @@ -72,24 +68,23 @@ 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.primary_dns = {$dns_server_primary}{/if} -{if isset($dns_server_secondary)}static.network.secondary_dns = {$dns_server_secondary}{/if} +{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 +static.network.primary_dns = {$dns_server_primary} +static.network.secondary_dns = {$dns_server_secondary} static.network.internet_port.gateway = static.network.internet_port.mask = static.network.internet_port.ip = static.network.internet_port.type = - -##V83 Add -static.network.preference = - +static.network.redundancy.mode = {$yealink_static_network_redundancy_mode} +static.network.static_nat.addr= {$yealink_static_nat} +static.network.static_nat.enable= {if isset($yealink_static_nat)}1{else}0{/if} ####################################################################################### ## Network Advanced ## @@ -101,9 +96,8 @@ static.network.qos.audiotos = static.network.port.min_rtpport = static.network.port.max_rtpport = static.network.qos.signaltos = - -static.wui.http_enable = -static.wui.https_enable = +static.wui.http_enable = {$http_web} +static.wui.https_enable = {$https_web} static.network.port.https = static.network.port.http = @@ -111,19 +105,15 @@ static.network.pc_port.speed_duplex = static.network.internet_port.speed_duplex = ##V83 Add -static.network.redundancy.mode = +static.network.redundancy.mode = {$yealink_static_network_redundancy_mode} static.network.redundancy.failback.timeout = - - ####################################################################################### ## Network LLDP ## ####################################################################################### static.network.lldp.enable = {$yealink_lldp_enable} static.network.lldp.packet_interval = - - ####################################################################################### ## Network VLAN ## ####################################################################################### @@ -138,14 +128,12 @@ static.network.vlan.pc_port_priority = {$yealink_vlan_pc_cos} static.network.vlan.pc_port_vid = {$yealink_vlan_pc_id} {if isset($yealink_vlan_pc_enable)}static.network.vlan.pc_port_enable = {$yealink_vlan_pc_enable}{else}static.network.vlan.pc_port_enable = 0{/if} - ####################################################################################### ## Network VPN ## ####################################################################################### static.network.vpn_enable = {$yealink_network_vpn_enable} static.openvpn.url = {$yealink_openvpn_url} - ####################################################################################### ## Network 802.1x ## ####################################################################################### @@ -158,24 +146,28 @@ 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 ## +## 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_wait_times = {$yealink_zero_touch_wait} +static.zero_touch.network_fail_delay_times = {$yealink_zero_touch_delay} +dm.enable = {$yealink_zero_touch_enable} +dm.server.address = {$yealink_zero_server_address} +dm.server.port = 443 +dm.file_upload.http_post_mode=0 +dm.file_upload.http_method=1 + +static.dm.enterprise_id = {$yealink_enterprise_id} +static.dm.site_id = {$yealink_site_id} ####################################################################################### ## Autop URL ## @@ -214,8 +206,6 @@ static.auto_provision.dhcp_option.list_user6_options = ####################################################################################### static.auto_provision.power_on = - - ####################################################################################### ## Flexible Autop ## ####################################################################################### @@ -256,14 +246,11 @@ static.auto_provision.connect.keep_alive = static.auto_provision.config_version.mac= static.auto_provision.config_version.com= - ####################################################################################### ## Autop PNP ## ####################################################################################### static.auto_provision.pnp_enable = - - ####################################################################################### ## Autop Code ## ####################################################################################### @@ -284,12 +271,9 @@ static.autoprovision.1.password = static.autoprovision.1.com_aes = static.autoprovision.1.mac_aes = - - ####################################################################################### ## TR069 ## ####################################################################################### - static.managementserver.enable = static.managementserver.username = static.managementserver.password = @@ -299,14 +283,11 @@ static.managementserver.periodic_inform_interval = 60 static.managementserver.connection_request_password = static.managementserver.connection_request_username = - - ####################################################################################### ## Firmware Update ## ####################################################################################### static.firmware.url = {$yealink_firmware_url}/{$yealink_firmware_t46u} - ####################################################################################### ## Confguration ## ####################################################################################### @@ -316,7 +297,6 @@ static.configuration.url = static.features.custom_factory_config.enable = static.custom_factory_configuration.url = - ####################################################################################### ## SYSLOG ## ####################################################################################### @@ -331,8 +311,6 @@ static.local_log.enable = static.local_log.level = static.local_log.max_file_size = - - ####################################################################################### ## Log Backup ## ####################################################################################### @@ -344,30 +322,26 @@ static.auto_provision.local_log.backup.bootlog.upload_wait_time= static.auto_provision.local_log.backup.append.max_file_size = static.auto_provision.local_log.backup.append.limit_mode= - - ####################################################################################### ## User Mode ## ####################################################################################### -static.security.var_enable = +static.security.var_enable = static.web_item_level.url = - ####################################################################################### ## Quick Login ## ####################################################################################### -wui.quick_login = - +wui.quick_login = ####################################################################################### ## Security ## ####################################################################################### -static.phone_setting.reserve_certs_enable = -features.relog_offtime = +static.phone_setting.reserve_certs_enable = +features.relog_offtime = static.security.default_ssl_method = {$yealink_security_default_ssl_method} -static.security.cn_validation = -static.security.dev_cert = -static.security.ca_cert = +static.security.cn_validation = +static.security.dev_cert = +static.security.ca_cert = static.security.trust_certificates = {$yealink_trust_certificates} static.security.user_password = {$var_name}:{$var_password} @@ -381,7 +355,6 @@ static.security.user_name.user = {$user_name} static.security.default_access_level = phone_setting.reserve_certs_config.enable = - ####################################################################################### ## Watch Dog ## ####################################################################################### @@ -391,7 +364,7 @@ static.watch_dog.enable = ## Server Certificates ## ####################################################################################### static.server_certificates.url = -static.server_certificates.delete = +static.server_certificates.delete = ####################################################################################### ## Trusted Certificates ## @@ -399,23 +372,17 @@ static.server_certificates.delete = static.trusted_certificates.url = static.trusted_certificates.delete = - - ####################################################################################### ## Secure Domain List ## ####################################################################################### -wui.secure_domain_list = - +wui.secure_domain_list = ####################################################################################### ## Encryption ## ####################################################################################### -static.auto_provision.encryption.directory = -static.auto_provision.encryption.call_log = -static.auto_provision.encryption.config = - - - +static.auto_provision.encryption.directory = +static.auto_provision.encryption.call_log = +static.auto_provision.encryption.config = ####################################################################################### ## Transfer ## @@ -427,7 +394,6 @@ transfer.blind_tran_on_hook_enable = {$yealink_transfer_blind_on_hook} transfer.semi_attend_tran_enable = {$yealink_transfer_semi_attended} phone_setting.call_appearance.transfer_via_new_linekey= {$yealink_transfer_via_new_linekey} - ####################################################################################### ## Conference ## ####################################################################################### @@ -435,21 +401,16 @@ features.conference.with_previous_call.enable = 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)}{$yealink_hold_or_swap_mode}{else}0{/if} - features.play_held_tone.interval= features.play_held_tone.delay= features.play_held_tone.enable= @@ -486,7 +447,7 @@ features.keep_mute.enable= linekey.1.shortlabel= features.config_dsskey_length.shorten = transfer.dsskey_deal_type = {$yealink_dsskey_transfer_mode} -features.auto_linekeys.enable= +features.auto_linekeys.enable = {$yealink_auto_linekeys} phone_setting.call_appearance.calls_per_linekey= features.linekey_call_with_default_account= ##V83 Add @@ -495,7 +456,7 @@ features.station_name.scrolling_display = voice.headset.autoreset_spk_vol = voice.handset.autoreset_spk_vol = voice.handfree.autoreset_spk_vol = -features.headset.ctrl_call.enable = +features.headset.ctrl_call.enable = phone_setting.incoming_call.reject.enable = features.play_mute_tone.enable= @@ -504,14 +465,13 @@ 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= ##V84 SP4 Add -voice.handset.tia4965.enable = -voice.headset.tia4965.enable = +voice.handset.tia4965.enable = +voice.headset.tia4965.enable = ####################################################################################### ## Custom Softkey ## @@ -530,7 +490,6 @@ features.homescreen_softkey.hoteling.enable = phone_setting.custom_softkey.apply_to_states = features.custom_softkey_dynamic.enable = - ####################################################################################### ## Features Bluetooth ## ####################################################################################### @@ -567,7 +526,6 @@ static.usbdisk.function.enable= ####################################################################################### voice.g726.aal2.enable= - ####################################################################################### ## DTMF ## ####################################################################################### @@ -593,7 +551,7 @@ voice.side_tone = features.partition_tone = voice.tone.secondary_dial= ####################################################################################### -## Tones V83 stutterdial dnd fwd vm ## +## Tones V83 stutterdial dnd fwd vm ## ####################################################################################### voice.tone.stutterdial= @@ -617,14 +575,10 @@ voice.jib.wifi.adaptive= ####################################################################################### ## Echo Cancellation ## ####################################################################################### -voice.echo_cancellation = -voice.cng = +voice.echo_cancellation = {$yealink_echo_cancellation} +voice.cng = {$yealink_voice_cng} voice.vad = {$yealink_voice_vad} -##V84 Add -voice.ans_nb.enable= -voice.tns.enable= - ################################################################ # SIP Backup Server ## ################################################################ @@ -636,7 +590,6 @@ static.network.dns.retry_times = sip.dns_transport_type= sip.skip_redundant_failover_addr= - ################################################################ # SIP Basic Config ## ################################################################ @@ -686,7 +639,6 @@ sip.reg_surge_prevention = ################################################################ sip.reserve_characters= - ##V83 Add sip.dhcp.option120.mode = @@ -698,26 +650,20 @@ static.sip.nat_turn.username= static.sip.nat_turn.password= static.sip.nat_turn.server= static.sip.nat_turn.port= - static.sip.nat_stun.enable={if isset($stun_server)}1{else}0{/if} - static.sip.nat_stun.server= {$stun_server} static.sip.nat_stun.port= {if isset($stun_port)}{$stun_port}{else}3478{/if} - - static.ice.enable= - static.network.static_nat.enable= {if isset($yealink_static_nat)}1{else}0{/if} - static.network.static_nat.addr= {$yealink_static_nat} ####################################################################################### ## DNS ## ####################################################################################### dns_cache_a.1.name = -dns_cache_a.1.ip = +dns_cache_a.1.ip = dns_cache_a.1.ttl = -dns_cache_srv.1.name = +dns_cache_srv.1.name = dns_cache_srv.1.port = dns_cache_srv.1.priority = dns_cache_srv.1.target = @@ -727,15 +673,14 @@ dns_cache_naptr.1.name = dns_cache_naptr.1.order = dns_cache_naptr.1.preference = dns_cache_naptr.1.replace = -dns_cache_naptr.1.service = -dns_cache_naptr.1.ttl = +dns_cache_naptr.1.service = +dns_cache_naptr.1.ttl = ####################################################################################### ## RTP ## ####################################################################################### features.rtp_symmetric.enable= - ####################################################################################### ## RTCP-XR ## ####################################################################################### @@ -745,7 +690,7 @@ 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_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= @@ -765,7 +710,6 @@ 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= - ####################################################################################### ## Contact ## ####################################################################################### @@ -798,7 +742,7 @@ search_in_dialing.local_directory.priority = ## Remote Phonebook ## ####################################################################################### ##remote_phonebook.data.X.url -##remote_phonebook.data.X.name +##remote_phonebook.data.X.name #remote_phonebook.data.X.username= #remote_phonebook.data.X.password= ##(X ranges from 1 to 5) @@ -878,9 +822,6 @@ ldap.custom_extra_attr_name= ldap.display_extra_attr= ldap.extra_attr= - - - ####################################################################################### ## History ## ####################################################################################### @@ -904,14 +845,12 @@ features.calllog_detailed_information = ##V84 Add features.call_log_merge.enable= - ####################################################################################### ## Contact Backup ## ####################################################################################### static.auto_provision.local_contact.backup.path = static.auto_provision.local_contact.backup.enable= - ####################################################################################### ## Contact Other ## ####################################################################################### @@ -992,7 +931,6 @@ linekey.{$row.device_key_id}.label = {$row.device_key_label} linekey.type_range.custom = - ####################################################################################### ## Dsskey ## ####################################################################################### @@ -1011,7 +949,6 @@ phone_setting.keytype_sequence = phone_setting.dsskey_label.display_method = local.dsskey_type_config.mode = - ####################################################################################### ## Expansion Key ## ####################################################################################### @@ -1059,7 +996,6 @@ expansion_module.2.key.{$row.device_key_id}.label = {$row.device_key_label} expansion_module.2.key.{$row.device_key_id}.xml_phonebook = {/foreach} - ####################################################################################### ## EDK ## ####################################################################################### @@ -1098,7 +1034,6 @@ edk.edkprompt.1.userfeedback= (X ranges from 1 to 9) edk.edkprompt.1.title= - ####################################################################################### ## XML ## ####################################################################################### @@ -1116,7 +1051,6 @@ features.xml_browser.user_name = push_xml.password = push_xml.username = - ####################################################################################### ## Forward ## ####################################################################################### @@ -1147,11 +1081,10 @@ features.forward.no_answer.show_ring_times = ##V84 Add features.no_answer_code= - ####################################################################################### ## DND ## ####################################################################################### -features.dnd.allow= +features.dnd.allow = {$yealink_dnd_allow} features.dnd_mode= features.dnd.enable= @@ -1179,7 +1112,6 @@ phone_setting.phone_lock.unlock_pin = {$yealink_lock_pin} phone_setting.emergency.number = {$yealink_emergency_number} phone_setting.phone_lock.lock_time_out = {$yealink_lock_timeout} - ####################################################################################### ## Hotdesking ## ####################################################################################### @@ -1198,7 +1130,6 @@ hotdesking.dsskey_password_enable= hotdesking.dsskey_sip_server_enable= hotdesking.dsskey_outbound_enable= - ####################################################################################### ## Voice Mail ## ####################################################################################### @@ -1207,18 +1138,12 @@ features.voice_mail_popup.enable = {$yealink_voice_mail_popup_enable} features.voice_mail_tone_enable= features.hide_feature_access_codes.enable = {$yealink_hide_feature_access_codes_enable} - - ####################################################################################### ## Text Message ## ####################################################################################### features.text_message.enable= features.text_message_popup.enable= - - - - ####################################################################################### ## Audio Intercom ## ####################################################################################### @@ -1238,7 +1163,6 @@ features.intercom.barge= features.intercom.tone= features.intercom.mute= - voice.handset_send= voice.handfree_send = voice.headset_send = @@ -1246,8 +1170,6 @@ features.intercom.headset_prior.enable= features.ringer_device.is_use_headset= features.intercom.barge_in_dialing.enable= - - ####################################################################################### ## Feature General ## ####################################################################################### @@ -1351,8 +1273,6 @@ action_url.unregistered = ##V84 Add action_url.peripheral_information= - - ####################################################################################### ## Power LED ## ####################################################################################### @@ -1364,7 +1284,6 @@ phone_setting.ring_power_led_flash_enable= phone_setting.common_power_led_enable= phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_led_flash_enable} - ####################################################################################### ## Time&Date ## ####################################################################################### @@ -1388,13 +1307,12 @@ local_time.ntp_server2 = {$ntp_server_secondary} local_time.time_zone = {$yealink_time_zone} local_time.time_zone_name = {$yealink_time_zone_name} - ####################################################################################### -## Multicast Paging ## +## Multicast Paging ## ####################################################################################### -##multicast.listen_address.X.label +##multicast.listen_address.X.label ##multicast.paging_address.X.channel -##multicast.listen_address.X.ip_address +##multicast.listen_address.X.ip_address ##multicast.paging_address.X.ip_address ##multicast.paging_address.X.label ##multicast.listen_address.X.channel @@ -1439,7 +1357,6 @@ multicast.listen_address.5.label = {$yealink_multicast_listen_address_5_label} multicast.listen_address.5.ip_address = {$yealink_multicast_listen_address_5_ip_address} multicast.listen_address.5.volume = {$yealink_multicast_listen_address_5_volume} - ####################################################################################### ## Preference&Status ## ####################################################################################### @@ -1463,9 +1380,6 @@ ringtone.delete= {$yealink_ringtone_delete} phone_setting.ring_type= {$yealink_ring_type} phone_setting.inter_digit_time= {$yealink_inter_digit_time} -##Only T54S Model supports the parameter -phone_setting.idle_clock_display.enable = - ####################################################################################### ## Digitmap ## ####################################################################################### @@ -1480,16 +1394,11 @@ dialplan.digitmap.apply_to.history_dial= dialplan.digitmap.apply_to.directory_dial= dialplan.digitmap.apply_to.on_hook_dial= dialplan.digitmap.active.on_hook_dialing= - ##V83 Add dialplan.digitmap.apply_to.prefix_key = - ##V84 ADD features.local_calllog.received.replace_rule= - - - ####################################################################################### ## Emergency Dialplan ## ####################################################################################### @@ -1501,14 +1410,12 @@ dialplan.emergency.server.1.port= dialplan.emergency.1.server_priority= dialplan.emergency.custom_asserted_id= dialplan.emergency.asserted_id_source= -dialplan.emergency.asserted_id.sip_account= +dialplan.emergency.asserted_id.sip_account= dialplan.emergency.held.request_element.1.name= -dialplan.emergency.held.request_element.1.value= +dialplan.emergency.held.request_element.1.value= dialplan.emergency.held.request_type= dialplan.emergency.held.server_url= - - ####################################################################################### ## Dialplan ## ####################################################################################### @@ -1579,7 +1486,6 @@ gui_lang.delete= lang.gui= {$yealink_language_gui} lang.wui= {$yealink_language_web} - ####################################################################################### ## Screensaver ## ####################################################################################### @@ -1593,8 +1499,6 @@ screensaver.picture_change_interval= screensaver.wait_time= {$yealink_screensaver_wait} screensaver.xml_browser.url= - - ####################################################################################### ## Power Saving ## ####################################################################################### @@ -1636,7 +1540,6 @@ features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout} features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout} features.power_saving.intelligent_mode = {$yealink_ps_intel_mode} - ####################################################################################### ## Backgrounds Settings ## ####################################################################################### @@ -1645,9 +1548,8 @@ features.power_saving.intelligent_mode = {$yealink_ps_intel_mode} ##Resolution: ##SIP-T57W/T48S/T48G/T48U/T46U:<=2.0 megapixels; ##for SIP-T54W/T46G/T46S/T29G: <=1.8 megapixels;SIP-T54S/T52S:<=4.2 megapixels; -##Single File Size: <=5MB +##Single File Size: <=5MB ##2MB of space should bereserved for the phone - wallpaper_upload.url = {$yealink_t46u_wallpaper} {if isset($yealink_t46u_wallpaper_filename)} phone_setting.backgrounds = Config:{$yealink_t46u_wallpaper_filename} @@ -1666,13 +1568,11 @@ expansion_module.backgrounds=Config:{$yealink_t46u_wallpaper_expansion_filename} expansion_module.backgrounds= {/if} - ####################################################################################### ## BSFT Setting ## ####################################################################################### bw.enable = - ####################################################################################### ## BLF/BLF List ## ####################################################################################### @@ -1721,7 +1621,6 @@ blf.enhanced.dnd.enable= blf.enhanced.dnd.led= blf.enhanced.hold.enable= blf.enhanced.hold.led= - features.blf.show_callinfo.enable= ##V84 SP4 ADD @@ -1729,15 +1628,12 @@ blf.normal_barge_in_code= blf.whisper_barge_in_code= blf.listen_barge_in_code= - ####################################################################################### ## SCA ## ####################################################################################### features.auto_release_bla_line= features.barge_in_via_username.enable= - - ####################################################################################### ## Call Park ## ####################################################################################### @@ -1753,16 +1649,12 @@ features.call_park.group_park_code= sip.call_park_without_blf= features.call_park.line_restriction.enable= - ####################################################################################### ## Broadsoft ACD ## ####################################################################################### acd.enable= acd.auto_available_timer= - - - ####################################################################################### ## Broadsoft XSI ## ####################################################################################### @@ -1770,7 +1662,6 @@ bw.xsi.enable= sip.authentication_for_xsi = default_input_method.xsi_password= - ####################################################################################### ## Broadsoft Network Directory ## ####################################################################################### @@ -1805,7 +1696,6 @@ bw.xsi.call_log.delete.enable = bw.xsi.call_log.multiple_accounts.enable = phone_setting.ring_duration = - ####################################################################################### ## Call Pickup ## ####################################################################################### @@ -1821,13 +1711,11 @@ features.pickup_display.method = features.pickup.blf_audio.list= features.pickup.blf_visual.list= - ####################################################################################### ## Alert Info ## ####################################################################################### features.alert_info_tone = - ####################################################################################### ## Broadsoft Visual Voice Mail ## ####################################################################################### @@ -1835,27 +1723,21 @@ bw.voice_mail.visual.enable= voice_mail.message_key.mode= bw.voice_mail.visual.display_videomail.enable= - - ####################################################################################### ## Broadsoft Call Recording ## ####################################################################################### bw.call_recording.mode = - ####################################################################################### ## Broadsoft Call Decline ## ####################################################################################### features.call_decline.enable = - ####################################################################################### ## BLF Ring Type ## ####################################################################################### features.blf.ring_type = - - ####################################################################################### ## Features Sync ## ####################################################################################### @@ -1866,7 +1748,6 @@ features.dnd.feature_key_sync.local_processing.enable = features.dnd.feature_key_sync.enable = call_waiting.mode = - ####################################################################################### ## Broadsoft UC ## ####################################################################################### @@ -1893,8 +1774,6 @@ phone_setting.uc_favorite_sequence_type = ##V83 Add bw.emergency_calling.enable = - - ####################################################################################### ## Metaswitch Setting ## ####################################################################################### @@ -1929,29 +1808,6 @@ search_in_dialing.meta_call_log.enable = search_in_dialing.meta_directory.priority = search_in_dialing.meta_directory.enable = - - -####################################################################################### -## Genbend Setting ## -####################################################################################### -gb.sopi.enable= -gb.sopi.gab.enable= -gb.sopi.pab.enable= -features.pab.soupuser= -features.pab.enable= -gb.sopi.pab.match_in_calling.enable= -gb.sopi.gab.retain_search_filter= -gb.sopi.service_url= -gb.sopi.password= -gb.sopi.username= -directory_setting.gb_gab_directory.priority = -directory_setting.gb_gab_directory.enable = -directory_setting.gb_pab_directory.enable = -directory_setting.gb_pab_directory.priority = -search_in_dialing.gb_pab_directory.priority = -search_in_dialing.gb_pab_directory.enable = - - ####################################################################################### ## Loopback Call ## ####################################################################################### @@ -1963,7 +1819,6 @@ sip.loopback.auto_answer.mode = sip.pkt_loopback_encapsulated_payload = sip.pkt_loopback_directed_payload = - ####################################################################################### ## V84 add ## ####################################################################################### @@ -1974,20 +1829,15 @@ static.features.network_test.enable= static.features.network_test.host= static.features.network_test.period= static.features.network_unavailable_test.period= - phone_setting.warnings_display.mode= - bw.flexible_seating.remember_password.ldap.enable= - vcaccount.enable= ####################################################################################### ## V84 T5XW add VPM-Acoustic Shield ## ####################################################################################### features.acoustic_shield.level = -features.acoustic_shield.mode = - - +features.acoustic_shield.mode = ####################################################################################### ## V84 SP4 add ## @@ -1996,13 +1846,13 @@ features.acoustic_shield.mode = phone_setting.search_t9.enable = phone_setting.mail_power_led_flash_enable = ldap.anonymous_bind_operation.enable = -google_contact_server.display_mode = -gb.presence.line = +google_contact_server.display_mode = +gb.presence.line = gb.presence.enable = -gb.emergency_instant_messages.enable = +gb.emergency_instant_messages.enable = gb.emergency_instant_messages.displaytimeout = features.transfer_keep_session2_after_failed.enable= -features.intercom.mode = +features.intercom.mode = features.emergency_instant_messages.ring_type = features.dtmf.transfer = features.dtmf.replace_tran = @@ -2012,16 +1862,16 @@ features.auto_answer.ring_type = directory_setting.presence_list.priority = directory_setting.presence_list.enable = dialplan.transfer.mode = -dialplan.emergency.held.secondary.server_url = -custom.features.dsskey_lock_type = +dialplan.emergency.held.secondary.server_url = +custom.features.dsskey_lock_type = blf.enhanced.dnd.led = -blf.enhanced.dnd.enable = -auto_provision.pnp_check_url.enable = +blf.enhanced.dnd.enable = +auto_provision.pnp_check_url.enable = acd.logout_fixed_display.enable= acd.available_fixed_display.enable = acd.disp_code_fixed_display.enable = -acd.trace_fixed_display.enable = +acd.trace_fixed_display.enable = features.parked_call_monitor.blf_visual_enable= features.parked_call_monitor.blf_audio_enable=