Yealink T46U configuration settings (#7870)
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
static.network.cdp.enable =
|
static.network.cdp.enable =
|
||||||
static.network.cdp.packet_interval =
|
static.network.cdp.packet_interval =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network IPv6 ##
|
## Network IPv6 ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -22,8 +20,6 @@ static.network.ipv6_internet_port.ip =
|
|||||||
static.network.ipv6_internet_port.type =
|
static.network.ipv6_internet_port.type =
|
||||||
static.network.ipv6_prefix =
|
static.network.ipv6_prefix =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network WiFi ##
|
## Network WiFi ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -72,24 +68,23 @@ 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.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}
|
static.network.primary_dns = {$dns_server_primary}
|
||||||
{if isset($dns_server_secondary)}static.network.secondary_dns = {$dns_server_secondary}{/if}
|
static.network.secondary_dns = {$dns_server_secondary}
|
||||||
static.network.internet_port.gateway =
|
static.network.internet_port.gateway =
|
||||||
static.network.internet_port.mask =
|
static.network.internet_port.mask =
|
||||||
static.network.internet_port.ip =
|
static.network.internet_port.ip =
|
||||||
static.network.internet_port.type =
|
static.network.internet_port.type =
|
||||||
|
static.network.redundancy.mode = {$yealink_static_network_redundancy_mode}
|
||||||
##V83 Add
|
static.network.static_nat.addr= {$yealink_static_nat}
|
||||||
static.network.preference =
|
static.network.static_nat.enable= {if isset($yealink_static_nat)}1{else}0{/if}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network Advanced ##
|
## Network Advanced ##
|
||||||
@@ -101,9 +96,8 @@ static.network.qos.audiotos =
|
|||||||
static.network.port.min_rtpport =
|
static.network.port.min_rtpport =
|
||||||
static.network.port.max_rtpport =
|
static.network.port.max_rtpport =
|
||||||
static.network.qos.signaltos =
|
static.network.qos.signaltos =
|
||||||
|
static.wui.http_enable = {$http_web}
|
||||||
static.wui.http_enable =
|
static.wui.https_enable = {$https_web}
|
||||||
static.wui.https_enable =
|
|
||||||
static.network.port.https =
|
static.network.port.https =
|
||||||
static.network.port.http =
|
static.network.port.http =
|
||||||
|
|
||||||
@@ -111,19 +105,15 @@ static.network.pc_port.speed_duplex =
|
|||||||
static.network.internet_port.speed_duplex =
|
static.network.internet_port.speed_duplex =
|
||||||
|
|
||||||
##V83 Add
|
##V83 Add
|
||||||
static.network.redundancy.mode =
|
static.network.redundancy.mode = {$yealink_static_network_redundancy_mode}
|
||||||
static.network.redundancy.failback.timeout =
|
static.network.redundancy.failback.timeout =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network LLDP ##
|
## Network LLDP ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.network.lldp.enable = {$yealink_lldp_enable}
|
static.network.lldp.enable = {$yealink_lldp_enable}
|
||||||
static.network.lldp.packet_interval =
|
static.network.lldp.packet_interval =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network VLAN ##
|
## 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}
|
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}
|
{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 ##
|
## Network VPN ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.network.vpn_enable = {$yealink_network_vpn_enable}
|
static.network.vpn_enable = {$yealink_network_vpn_enable}
|
||||||
static.openvpn.url = {$yealink_openvpn_url}
|
static.openvpn.url = {$yealink_openvpn_url}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Network 802.1x ##
|
## 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.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_wait_times = {$yealink_zero_touch_wait}
|
||||||
static.zero_touch.network_fail_wait_times =
|
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 ##
|
## Autop URL ##
|
||||||
@@ -214,8 +206,6 @@ static.auto_provision.dhcp_option.list_user6_options =
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.auto_provision.power_on =
|
static.auto_provision.power_on =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Flexible Autop ##
|
## Flexible Autop ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -256,14 +246,11 @@ static.auto_provision.connect.keep_alive =
|
|||||||
static.auto_provision.config_version.mac=
|
static.auto_provision.config_version.mac=
|
||||||
static.auto_provision.config_version.com=
|
static.auto_provision.config_version.com=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Autop PNP ##
|
## Autop PNP ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.auto_provision.pnp_enable =
|
static.auto_provision.pnp_enable =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Autop Code ##
|
## Autop Code ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -284,12 +271,9 @@ static.autoprovision.1.password =
|
|||||||
static.autoprovision.1.com_aes =
|
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 =
|
||||||
@@ -299,14 +283,11 @@ static.managementserver.periodic_inform_interval = 60
|
|||||||
static.managementserver.connection_request_password =
|
static.managementserver.connection_request_password =
|
||||||
static.managementserver.connection_request_username =
|
static.managementserver.connection_request_username =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Firmware Update ##
|
## Firmware Update ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.firmware.url = {$yealink_firmware_url}/{$yealink_firmware_t46u}
|
static.firmware.url = {$yealink_firmware_url}/{$yealink_firmware_t46u}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Confguration ##
|
## Confguration ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -316,7 +297,6 @@ static.configuration.url =
|
|||||||
static.features.custom_factory_config.enable =
|
static.features.custom_factory_config.enable =
|
||||||
static.custom_factory_configuration.url =
|
static.custom_factory_configuration.url =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## SYSLOG ##
|
## SYSLOG ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -331,8 +311,6 @@ static.local_log.enable =
|
|||||||
static.local_log.level =
|
static.local_log.level =
|
||||||
static.local_log.max_file_size =
|
static.local_log.max_file_size =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Log Backup ##
|
## Log Backup ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -344,21 +322,17 @@ 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.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 ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.security.var_enable =
|
static.security.var_enable =
|
||||||
static.web_item_level.url =
|
static.web_item_level.url =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Quick Login ##
|
## Quick Login ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
wui.quick_login =
|
wui.quick_login =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Security ##
|
## Security ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -381,7 +355,6 @@ static.security.user_name.user = {$user_name}
|
|||||||
static.security.default_access_level =
|
static.security.default_access_level =
|
||||||
phone_setting.reserve_certs_config.enable =
|
phone_setting.reserve_certs_config.enable =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Watch Dog ##
|
## Watch Dog ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -399,14 +372,11 @@ static.server_certificates.delete =
|
|||||||
static.trusted_certificates.url =
|
static.trusted_certificates.url =
|
||||||
static.trusted_certificates.delete =
|
static.trusted_certificates.delete =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Secure Domain List ##
|
## Secure Domain List ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
wui.secure_domain_list =
|
wui.secure_domain_list =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Encryption ##
|
## Encryption ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -414,9 +384,6 @@ static.auto_provision.encryption.directory =
|
|||||||
static.auto_provision.encryption.call_log =
|
static.auto_provision.encryption.call_log =
|
||||||
static.auto_provision.encryption.config =
|
static.auto_provision.encryption.config =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Transfer ##
|
## 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}
|
transfer.semi_attend_tran_enable = {$yealink_transfer_semi_attended}
|
||||||
phone_setting.call_appearance.transfer_via_new_linekey= {$yealink_transfer_via_new_linekey}
|
phone_setting.call_appearance.transfer_via_new_linekey= {$yealink_transfer_via_new_linekey}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Conference ##
|
## Conference ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -435,21 +401,16 @@ features.conference.with_previous_call.enable =
|
|||||||
features.local_conf.combine_with_one_press.enable=
|
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)}{$yealink_hold_or_swap_mode}{else}0{/if}
|
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.interval=
|
||||||
features.play_held_tone.delay=
|
features.play_held_tone.delay=
|
||||||
features.play_held_tone.enable=
|
features.play_held_tone.enable=
|
||||||
@@ -486,7 +447,7 @@ features.keep_mute.enable=
|
|||||||
linekey.1.shortlabel=
|
linekey.1.shortlabel=
|
||||||
features.config_dsskey_length.shorten =
|
features.config_dsskey_length.shorten =
|
||||||
transfer.dsskey_deal_type = {$yealink_dsskey_transfer_mode}
|
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=
|
phone_setting.call_appearance.calls_per_linekey=
|
||||||
features.linekey_call_with_default_account=
|
features.linekey_call_with_default_account=
|
||||||
##V83 Add
|
##V83 Add
|
||||||
@@ -504,7 +465,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=
|
||||||
@@ -530,7 +490,6 @@ features.homescreen_softkey.hoteling.enable =
|
|||||||
phone_setting.custom_softkey.apply_to_states =
|
phone_setting.custom_softkey.apply_to_states =
|
||||||
features.custom_softkey_dynamic.enable =
|
features.custom_softkey_dynamic.enable =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Features Bluetooth ##
|
## Features Bluetooth ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -567,7 +526,6 @@ static.usbdisk.function.enable=
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
voice.g726.aal2.enable=
|
voice.g726.aal2.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## DTMF ##
|
## DTMF ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -617,14 +575,10 @@ voice.jib.wifi.adaptive=
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Echo Cancellation ##
|
## Echo Cancellation ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
voice.echo_cancellation =
|
voice.echo_cancellation = {$yealink_echo_cancellation}
|
||||||
voice.cng =
|
voice.cng = {$yealink_voice_cng}
|
||||||
voice.vad = {$yealink_voice_vad}
|
voice.vad = {$yealink_voice_vad}
|
||||||
|
|
||||||
##V84 Add
|
|
||||||
voice.ans_nb.enable=
|
|
||||||
voice.tns.enable=
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# SIP Backup Server ##
|
# SIP Backup Server ##
|
||||||
################################################################
|
################################################################
|
||||||
@@ -636,7 +590,6 @@ static.network.dns.retry_times =
|
|||||||
sip.dns_transport_type=
|
sip.dns_transport_type=
|
||||||
sip.skip_redundant_failover_addr=
|
sip.skip_redundant_failover_addr=
|
||||||
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# SIP Basic Config ##
|
# SIP Basic Config ##
|
||||||
################################################################
|
################################################################
|
||||||
@@ -686,7 +639,6 @@ sip.reg_surge_prevention =
|
|||||||
################################################################
|
################################################################
|
||||||
sip.reserve_characters=
|
sip.reserve_characters=
|
||||||
|
|
||||||
|
|
||||||
##V83 Add
|
##V83 Add
|
||||||
sip.dhcp.option120.mode =
|
sip.dhcp.option120.mode =
|
||||||
|
|
||||||
@@ -698,17 +650,11 @@ static.sip.nat_turn.username=
|
|||||||
static.sip.nat_turn.password=
|
static.sip.nat_turn.password=
|
||||||
static.sip.nat_turn.server=
|
static.sip.nat_turn.server=
|
||||||
static.sip.nat_turn.port=
|
static.sip.nat_turn.port=
|
||||||
|
|
||||||
static.sip.nat_stun.enable={if isset($stun_server)}1{else}0{/if}
|
static.sip.nat_stun.enable={if isset($stun_server)}1{else}0{/if}
|
||||||
|
|
||||||
static.sip.nat_stun.server= {$stun_server}
|
static.sip.nat_stun.server= {$stun_server}
|
||||||
static.sip.nat_stun.port= {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
static.sip.nat_stun.port= {if isset($stun_port)}{$stun_port}{else}3478{/if}
|
||||||
|
|
||||||
|
|
||||||
static.ice.enable=
|
static.ice.enable=
|
||||||
|
|
||||||
static.network.static_nat.enable= {if isset($yealink_static_nat)}1{else}0{/if}
|
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}
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -735,7 +681,6 @@ dns_cache_naptr.1.ttl =
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.rtp_symmetric.enable=
|
features.rtp_symmetric.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## RTCP-XR ##
|
## RTCP-XR ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -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.states_show_on_web.enable=
|
||||||
phone_setting.vq_rtcpxr.session_report.enable=
|
phone_setting.vq_rtcpxr.session_report.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Contact ##
|
## Contact ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -878,9 +822,6 @@ ldap.custom_extra_attr_name=
|
|||||||
ldap.display_extra_attr=
|
ldap.display_extra_attr=
|
||||||
ldap.extra_attr=
|
ldap.extra_attr=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## History ##
|
## History ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -904,14 +845,12 @@ features.calllog_detailed_information =
|
|||||||
##V84 Add
|
##V84 Add
|
||||||
features.call_log_merge.enable=
|
features.call_log_merge.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Contact Backup ##
|
## Contact Backup ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
static.auto_provision.local_contact.backup.path =
|
static.auto_provision.local_contact.backup.path =
|
||||||
static.auto_provision.local_contact.backup.enable=
|
static.auto_provision.local_contact.backup.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Contact Other ##
|
## Contact Other ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -992,7 +931,6 @@ linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
|||||||
|
|
||||||
linekey.type_range.custom =
|
linekey.type_range.custom =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Dsskey ##
|
## Dsskey ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1011,7 +949,6 @@ phone_setting.keytype_sequence =
|
|||||||
phone_setting.dsskey_label.display_method =
|
phone_setting.dsskey_label.display_method =
|
||||||
local.dsskey_type_config.mode =
|
local.dsskey_type_config.mode =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Expansion Key ##
|
## 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 =
|
expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## EDK ##
|
## EDK ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1098,7 +1034,6 @@ edk.edkprompt.1.userfeedback=
|
|||||||
(X ranges from 1 to 9)
|
(X ranges from 1 to 9)
|
||||||
edk.edkprompt.1.title=
|
edk.edkprompt.1.title=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## XML ##
|
## XML ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1116,7 +1051,6 @@ features.xml_browser.user_name =
|
|||||||
push_xml.password =
|
push_xml.password =
|
||||||
push_xml.username =
|
push_xml.username =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Forward ##
|
## Forward ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1147,11 +1081,10 @@ features.forward.no_answer.show_ring_times =
|
|||||||
##V84 Add
|
##V84 Add
|
||||||
features.no_answer_code=
|
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=
|
||||||
|
|
||||||
@@ -1179,7 +1112,6 @@ phone_setting.phone_lock.unlock_pin = {$yealink_lock_pin}
|
|||||||
phone_setting.emergency.number = {$yealink_emergency_number}
|
phone_setting.emergency.number = {$yealink_emergency_number}
|
||||||
phone_setting.phone_lock.lock_time_out = {$yealink_lock_timeout}
|
phone_setting.phone_lock.lock_time_out = {$yealink_lock_timeout}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Hotdesking ##
|
## Hotdesking ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1198,7 +1130,6 @@ hotdesking.dsskey_password_enable=
|
|||||||
hotdesking.dsskey_sip_server_enable=
|
hotdesking.dsskey_sip_server_enable=
|
||||||
hotdesking.dsskey_outbound_enable=
|
hotdesking.dsskey_outbound_enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Voice Mail ##
|
## Voice Mail ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1207,18 +1138,12 @@ features.voice_mail_popup.enable = {$yealink_voice_mail_popup_enable}
|
|||||||
features.voice_mail_tone_enable=
|
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 ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.text_message.enable=
|
features.text_message.enable=
|
||||||
features.text_message_popup.enable=
|
features.text_message_popup.enable=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Audio Intercom ##
|
## Audio Intercom ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1238,7 +1163,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 =
|
||||||
@@ -1246,8 +1170,6 @@ features.intercom.headset_prior.enable=
|
|||||||
features.ringer_device.is_use_headset=
|
features.ringer_device.is_use_headset=
|
||||||
features.intercom.barge_in_dialing.enable=
|
features.intercom.barge_in_dialing.enable=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Feature General ##
|
## Feature General ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1351,8 +1273,6 @@ action_url.unregistered =
|
|||||||
##V84 Add
|
##V84 Add
|
||||||
action_url.peripheral_information=
|
action_url.peripheral_information=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Power LED ##
|
## Power LED ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1364,7 +1284,6 @@ phone_setting.ring_power_led_flash_enable=
|
|||||||
phone_setting.common_power_led_enable=
|
phone_setting.common_power_led_enable=
|
||||||
phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_led_flash_enable}
|
phone_setting.missed_call_power_led_flash.enable = {$yealink_missed_call_power_led_flash_enable}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Time&Date ##
|
## Time&Date ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1388,7 +1307,6 @@ local_time.ntp_server2 = {$ntp_server_secondary}
|
|||||||
local_time.time_zone = {$yealink_time_zone}
|
local_time.time_zone = {$yealink_time_zone}
|
||||||
local_time.time_zone_name = {$yealink_time_zone_name}
|
local_time.time_zone_name = {$yealink_time_zone_name}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Multicast Paging ##
|
## Multicast Paging ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -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.ip_address = {$yealink_multicast_listen_address_5_ip_address}
|
||||||
multicast.listen_address.5.volume = {$yealink_multicast_listen_address_5_volume}
|
multicast.listen_address.5.volume = {$yealink_multicast_listen_address_5_volume}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Preference&Status ##
|
## Preference&Status ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1463,9 +1380,6 @@ ringtone.delete= {$yealink_ringtone_delete}
|
|||||||
phone_setting.ring_type= {$yealink_ring_type}
|
phone_setting.ring_type= {$yealink_ring_type}
|
||||||
phone_setting.inter_digit_time= {$yealink_inter_digit_time}
|
phone_setting.inter_digit_time= {$yealink_inter_digit_time}
|
||||||
|
|
||||||
##Only T54S Model supports the parameter
|
|
||||||
phone_setting.idle_clock_display.enable =
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Digitmap ##
|
## Digitmap ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1480,16 +1394,11 @@ dialplan.digitmap.apply_to.history_dial=
|
|||||||
dialplan.digitmap.apply_to.directory_dial=
|
dialplan.digitmap.apply_to.directory_dial=
|
||||||
dialplan.digitmap.apply_to.on_hook_dial=
|
dialplan.digitmap.apply_to.on_hook_dial=
|
||||||
dialplan.digitmap.active.on_hook_dialing=
|
dialplan.digitmap.active.on_hook_dialing=
|
||||||
|
|
||||||
##V83 Add
|
##V83 Add
|
||||||
dialplan.digitmap.apply_to.prefix_key =
|
dialplan.digitmap.apply_to.prefix_key =
|
||||||
|
|
||||||
##V84 ADD
|
##V84 ADD
|
||||||
features.local_calllog.received.replace_rule=
|
features.local_calllog.received.replace_rule=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Emergency Dialplan ##
|
## Emergency Dialplan ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1507,8 +1416,6 @@ dialplan.emergency.held.request_element.1.value=
|
|||||||
dialplan.emergency.held.request_type=
|
dialplan.emergency.held.request_type=
|
||||||
dialplan.emergency.held.server_url=
|
dialplan.emergency.held.server_url=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Dialplan ##
|
## Dialplan ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1579,7 +1486,6 @@ gui_lang.delete=
|
|||||||
lang.gui= {$yealink_language_gui}
|
lang.gui= {$yealink_language_gui}
|
||||||
lang.wui= {$yealink_language_web}
|
lang.wui= {$yealink_language_web}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Screensaver ##
|
## Screensaver ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1593,8 +1499,6 @@ screensaver.picture_change_interval=
|
|||||||
screensaver.wait_time= {$yealink_screensaver_wait}
|
screensaver.wait_time= {$yealink_screensaver_wait}
|
||||||
screensaver.xml_browser.url=
|
screensaver.xml_browser.url=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Power Saving ##
|
## 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.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Backgrounds Settings ##
|
## Backgrounds Settings ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1647,7 +1550,6 @@ features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
|||||||
##for SIP-T54W/T46G/T46S/T29G: <=1.8 megapixels;SIP-T54S/T52S:<=4.2 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
|
##2MB of space should bereserved for the phone
|
||||||
|
|
||||||
wallpaper_upload.url = {$yealink_t46u_wallpaper}
|
wallpaper_upload.url = {$yealink_t46u_wallpaper}
|
||||||
{if isset($yealink_t46u_wallpaper_filename)}
|
{if isset($yealink_t46u_wallpaper_filename)}
|
||||||
phone_setting.backgrounds = Config:{$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=
|
expansion_module.backgrounds=
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## BSFT Setting ##
|
## BSFT Setting ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
bw.enable =
|
bw.enable =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## BLF/BLF List ##
|
## BLF/BLF List ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1721,7 +1621,6 @@ blf.enhanced.dnd.enable=
|
|||||||
blf.enhanced.dnd.led=
|
blf.enhanced.dnd.led=
|
||||||
blf.enhanced.hold.enable=
|
blf.enhanced.hold.enable=
|
||||||
blf.enhanced.hold.led=
|
blf.enhanced.hold.led=
|
||||||
|
|
||||||
features.blf.show_callinfo.enable=
|
features.blf.show_callinfo.enable=
|
||||||
|
|
||||||
##V84 SP4 ADD
|
##V84 SP4 ADD
|
||||||
@@ -1729,15 +1628,12 @@ blf.normal_barge_in_code=
|
|||||||
blf.whisper_barge_in_code=
|
blf.whisper_barge_in_code=
|
||||||
blf.listen_barge_in_code=
|
blf.listen_barge_in_code=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## SCA ##
|
## SCA ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.auto_release_bla_line=
|
features.auto_release_bla_line=
|
||||||
features.barge_in_via_username.enable=
|
features.barge_in_via_username.enable=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Call Park ##
|
## Call Park ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1753,16 +1649,12 @@ features.call_park.group_park_code=
|
|||||||
sip.call_park_without_blf=
|
sip.call_park_without_blf=
|
||||||
features.call_park.line_restriction.enable=
|
features.call_park.line_restriction.enable=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft ACD ##
|
## Broadsoft ACD ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
acd.enable=
|
acd.enable=
|
||||||
acd.auto_available_timer=
|
acd.auto_available_timer=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft XSI ##
|
## Broadsoft XSI ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1770,7 +1662,6 @@ bw.xsi.enable=
|
|||||||
sip.authentication_for_xsi =
|
sip.authentication_for_xsi =
|
||||||
default_input_method.xsi_password=
|
default_input_method.xsi_password=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft Network Directory ##
|
## Broadsoft Network Directory ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1805,7 +1696,6 @@ bw.xsi.call_log.delete.enable =
|
|||||||
bw.xsi.call_log.multiple_accounts.enable =
|
bw.xsi.call_log.multiple_accounts.enable =
|
||||||
phone_setting.ring_duration =
|
phone_setting.ring_duration =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Call Pickup ##
|
## Call Pickup ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1821,13 +1711,11 @@ features.pickup_display.method =
|
|||||||
features.pickup.blf_audio.list=
|
features.pickup.blf_audio.list=
|
||||||
features.pickup.blf_visual.list=
|
features.pickup.blf_visual.list=
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Alert Info ##
|
## Alert Info ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.alert_info_tone =
|
features.alert_info_tone =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft Visual Voice Mail ##
|
## Broadsoft Visual Voice Mail ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1835,27 +1723,21 @@ bw.voice_mail.visual.enable=
|
|||||||
voice_mail.message_key.mode=
|
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 ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
bw.call_recording.mode =
|
bw.call_recording.mode =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft Call Decline ##
|
## Broadsoft Call Decline ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.call_decline.enable =
|
features.call_decline.enable =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## BLF Ring Type ##
|
## BLF Ring Type ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.blf.ring_type =
|
features.blf.ring_type =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Features Sync ##
|
## Features Sync ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1866,7 +1748,6 @@ features.dnd.feature_key_sync.local_processing.enable =
|
|||||||
features.dnd.feature_key_sync.enable =
|
features.dnd.feature_key_sync.enable =
|
||||||
call_waiting.mode =
|
call_waiting.mode =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Broadsoft UC ##
|
## Broadsoft UC ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1893,8 +1774,6 @@ phone_setting.uc_favorite_sequence_type =
|
|||||||
##V83 Add
|
##V83 Add
|
||||||
bw.emergency_calling.enable =
|
bw.emergency_calling.enable =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Metaswitch Setting ##
|
## Metaswitch Setting ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1929,29 +1808,6 @@ search_in_dialing.meta_call_log.enable =
|
|||||||
search_in_dialing.meta_directory.priority =
|
search_in_dialing.meta_directory.priority =
|
||||||
search_in_dialing.meta_directory.enable =
|
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 ##
|
## Loopback Call ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1963,7 +1819,6 @@ sip.loopback.auto_answer.mode =
|
|||||||
sip.pkt_loopback_encapsulated_payload =
|
sip.pkt_loopback_encapsulated_payload =
|
||||||
sip.pkt_loopback_directed_payload =
|
sip.pkt_loopback_directed_payload =
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## V84 add ##
|
## V84 add ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1974,11 +1829,8 @@ static.features.network_test.enable=
|
|||||||
static.features.network_test.host=
|
static.features.network_test.host=
|
||||||
static.features.network_test.period=
|
static.features.network_test.period=
|
||||||
static.features.network_unavailable_test.period=
|
static.features.network_unavailable_test.period=
|
||||||
|
|
||||||
phone_setting.warnings_display.mode=
|
phone_setting.warnings_display.mode=
|
||||||
|
|
||||||
bw.flexible_seating.remember_password.ldap.enable=
|
bw.flexible_seating.remember_password.ldap.enable=
|
||||||
|
|
||||||
vcaccount.enable=
|
vcaccount.enable=
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
@@ -1987,8 +1839,6 @@ vcaccount.enable=
|
|||||||
features.acoustic_shield.level =
|
features.acoustic_shield.level =
|
||||||
features.acoustic_shield.mode =
|
features.acoustic_shield.mode =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## V84 SP4 add ##
|
## V84 SP4 add ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user