mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
1892 lines
73 KiB
INI
1892 lines
73 KiB
INI
#!version:1.0.0.1
|
|
|
|
##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
|
|
|
|
|
|
#######################################################################################
|
|
## Network IPv6 ##
|
|
#######################################################################################
|
|
#static.network.ipv6_static_dns_enable =
|
|
#static.network.ipv6_icmp_v6.enable =
|
|
#static.network.ipv6_secondary_dns =
|
|
#static.network.ipv6_primary_dns =
|
|
#static.network.ipv6_internet_port.gateway =
|
|
#static.network.ipv6_internet_port.ip =
|
|
#static.network.ipv6_internet_port.type =
|
|
#static.network.ipv6_prefix =
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Network WiFi ##
|
|
#######################################################################################
|
|
|
|
##static.wifi.X.ssid=
|
|
##static.wifi.X.priority=
|
|
##static.wifi.X.security_mode=
|
|
##static.wifi.X.password=
|
|
##static.wifi.X.eap_type=
|
|
##static.wifi.X.eap_user_name=
|
|
##static.wifi.x.eap_password=
|
|
##(X ranges from 1 to 5)
|
|
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G/T4XU Models support these parameters.
|
|
|
|
static.wifi.enable = {$yealink_wifi_enable}
|
|
static.wifi.1.label = {$yealink_wifi_1_label}
|
|
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
|
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
|
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
|
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
|
static.wifi.1.password = {$yealink_wifi_1_password}
|
|
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
|
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
|
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
|
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
|
|
|
##V83 Add
|
|
static.wifi.function.enable =
|
|
|
|
|
|
##V84 SP4 ADD
|
|
static.network.wifi.ip_address_mode = {$yealink_ip_address_mode}
|
|
static.network.wifi.preference =
|
|
static.network.wifi.internet_port.type =
|
|
static.network.wifi.internet_port.ip=
|
|
static.network.wifi.internet_port.mask=
|
|
static.network.wifi.internet_port.gateway=
|
|
{if isset($dns_server_primary)}static.network.wifi.static_dns_enable = 1{else}static.network.wifi.static_dns_enable = 0{/if}
|
|
{if isset($dns_server_primary)}static.network.wifi.primary_dns = {$dns_server_primary}{/if}
|
|
{if isset($dns_server_secondary)}static.network.wifi.secondary_dns = {$dns_server_secondary}{/if}
|
|
static.network.wifi.ipv6_internet_port.type=
|
|
static.network.wifi.ipv6_internet_port.ip=
|
|
static.network.wifi.ipv6_prefix=
|
|
static.network.wifi.ipv6_internet_port.gateway=
|
|
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=
|
|
|
|
##V83 Add
|
|
#static.network.preference =
|
|
|
|
|
|
#######################################################################################
|
|
## Network Advanced ##
|
|
#######################################################################################
|
|
static.network.dhcp_host_name =
|
|
static.network.dhcp.option60type =
|
|
static.network.mtu_value =
|
|
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.network.port.https =
|
|
static.network.port.http =
|
|
|
|
static.network.pc_port.speed_duplex =
|
|
static.network.internet_port.speed_duplex =
|
|
|
|
##V83 Add
|
|
static.network.redundancy.mode =
|
|
static.network.redundancy.failback.timeout =
|
|
|
|
#######################################################################################
|
|
## Network VPN ##
|
|
#######################################################################################
|
|
static.network.vpn_enable = {$yealink_network_vpn_enable}
|
|
static.openvpn.url = {$yealink_openvpn_url}
|
|
|
|
#######################################################################################
|
|
## Network 802.1x ##
|
|
#######################################################################################
|
|
static.network.802_1x.mode =
|
|
static.network.802_1x.identity =
|
|
static.network.802_1x.md5_password =
|
|
static.network.802_1x.client_cert_url =
|
|
static.network.802_1x.root_cert_url =
|
|
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 =
|
|
|
|
#######################################################################################
|
|
## Autop URL ##
|
|
#######################################################################################
|
|
static.auto_provision.server.url = {$yealink_provision_url}
|
|
static.auto_provision.server.username = {$http_auth_username}
|
|
static.auto_provision.server.password = {$http_auth_password}
|
|
|
|
|
|
#######################################################################################
|
|
## Autop Weekly ##
|
|
#######################################################################################
|
|
static.auto_provision.weekly.enable =
|
|
static.auto_provision.weekly.dayofweek =
|
|
static.auto_provision.weekly.end_time =
|
|
static.auto_provision.weekly.begin_time =
|
|
static.auto_provision.weekly_upgrade_interval =
|
|
|
|
#######################################################################################
|
|
## Autop Repeat ##
|
|
#######################################################################################
|
|
static.auto_provision.repeat.enable =
|
|
static.auto_provision.repeat.minutes =
|
|
|
|
#######################################################################################
|
|
## Autop DHCP ##
|
|
#######################################################################################
|
|
static.auto_provision.dhcp_option.list_user_options =
|
|
static.auto_provision.dhcp_option.enable =
|
|
|
|
##V83 Add
|
|
static.auto_provision.dhcp_option.list_user6_options =
|
|
|
|
#######################################################################################
|
|
## Autop Mode ##
|
|
#######################################################################################
|
|
static.auto_provision.power_on =
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Flexible Autop ##
|
|
#######################################################################################
|
|
static.auto_provision.flexible.end_time =
|
|
static.auto_provision.flexible.begin_time =
|
|
static.auto_provision.flexible.interval =
|
|
static.auto_provision.flexible.enable =
|
|
|
|
#######################################################################################
|
|
## Autoprovision Other ##
|
|
#######################################################################################
|
|
static.auto_provision.prompt.enable =
|
|
static.auto_provision.attempt_expired_time =
|
|
static.auto_provision.attempt_before_failed =
|
|
static.network.attempt_expired_time =
|
|
static.auto_provision.update_file_mode =
|
|
static.auto_provision.retry_delay_after_file_transfer_failed=
|
|
static.auto_provision.inactivity_time_expire =
|
|
static.auto_provision.dns_resolv_timeout =
|
|
static.auto_provision.dns_resolv_nretry =
|
|
static.auto_provision.dns_resolv_nosys =
|
|
static.auto_provision.user_agent_mac.enable =
|
|
static.auto_provision.server.type =
|
|
features.action_uri_force_autop =
|
|
static.auto_provision.url_wildcard.pn =
|
|
static.auto_provision.reboot_force.enable =
|
|
static.auto_provision.dhcp_option.option60_value =
|
|
static.custom_mac_cfg.url =
|
|
static.auto_provision.aes_key_in_file =
|
|
features.custom_version_info =
|
|
##V83 Add
|
|
static.auto_provision.authentication.expired_time =
|
|
static.auto_provision.connect.keep_alive =
|
|
|
|
##V84 Add
|
|
static.auto_provision.config_version.mac=
|
|
static.auto_provision.config_version.com=
|
|
|
|
|
|
#######################################################################################
|
|
## Autop PNP ##
|
|
#######################################################################################
|
|
static.auto_provision.pnp_enable =
|
|
|
|
#######################################################################################
|
|
## Autop Code ##
|
|
#######################################################################################
|
|
##static.autoprovision.X.name
|
|
##static.autoprovision.X.code
|
|
##static.autoprovision.X.url
|
|
##static.autoprovision.X.user
|
|
##static.autoprovision.X.password
|
|
##static.autoprovision.X.com_aes
|
|
##static.autoprovision.X.mac_aes
|
|
##Autop Code(X ranges from 1 to 50)
|
|
|
|
static.autoprovision.1.name =
|
|
static.autoprovision.1.code =
|
|
static.autoprovision.1.url =
|
|
static.autoprovision.1.user =
|
|
static.autoprovision.1.password =
|
|
static.autoprovision.1.com_aes =
|
|
static.autoprovision.1.mac_aes =
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## TR069 ##
|
|
#######################################################################################
|
|
|
|
static.managementserver.enable =
|
|
static.managementserver.username =
|
|
static.managementserver.password =
|
|
static.managementserver.url =
|
|
static.managementserver.periodic_inform_enable = 0
|
|
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_ax83h}
|
|
|
|
|
|
#######################################################################################
|
|
## Confguration ##
|
|
#######################################################################################
|
|
features.reset_by_long_press_enable =
|
|
features.factory_pwd_enable =
|
|
static.configuration.url =
|
|
static.features.custom_factory_config.enable =
|
|
static.custom_factory_configuration.url =
|
|
|
|
|
|
#######################################################################################
|
|
## SYSLOG ##
|
|
#######################################################################################
|
|
static.syslog.enable =
|
|
static.syslog.server =
|
|
static.syslog.level =
|
|
static.syslog.server_port =
|
|
static.syslog.transport_type =
|
|
static.syslog.facility =
|
|
static.syslog.prepend_mac_address.enable =
|
|
static.local_log.enable =
|
|
static.local_log.level =
|
|
static.local_log.max_file_size =
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Log Backup ##
|
|
#######################################################################################
|
|
static.auto_provision.local_log.backup.enable =
|
|
static.auto_provision.local_log.backup.path =
|
|
static.auto_provision.local_log.backup.upload_period =
|
|
static.auto_provision.local_log.backup.append =
|
|
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.web_item_level.url =
|
|
|
|
|
|
#######################################################################################
|
|
## Security ##
|
|
#######################################################################################
|
|
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.trust_certificates = {$yealink_trust_certificates}
|
|
static.security.user_password = {$var_name}:{$var_password}
|
|
static.security.user_password = {$admin_name}:{$admin_password}
|
|
static.security.user_password = {$user_name}:{$user_password}
|
|
static.security.user_name.var = {$var_name}
|
|
static.security.user_name.admin = {$admin_name}
|
|
static.security.user_name.user = {$user_name}
|
|
|
|
##V83 Add
|
|
static.security.default_access_level =
|
|
phone_setting.reserve_certs_config.enable =
|
|
|
|
|
|
#######################################################################################
|
|
## Watch Dog ##
|
|
#######################################################################################
|
|
static.watch_dog.enable =
|
|
|
|
#######################################################################################
|
|
## Server Certificates ##
|
|
#######################################################################################
|
|
static.server_certificates.url =
|
|
static.server_certificates.delete =
|
|
|
|
#######################################################################################
|
|
## Trusted Certificates ##
|
|
#######################################################################################
|
|
static.trusted_certificates.url =
|
|
static.trusted_certificates.delete =
|
|
|
|
#######################################################################################
|
|
## Secure Domain List ##
|
|
#######################################################################################
|
|
wui.secure_domain_list =
|
|
|
|
|
|
#######################################################################################
|
|
## Encryption ##
|
|
#######################################################################################
|
|
static.auto_provision.encryption.directory =
|
|
static.auto_provision.encryption.call_log =
|
|
static.auto_provision.encryption.config =
|
|
|
|
|
|
#######################################################################################
|
|
## Transfer ##
|
|
#######################################################################################
|
|
dialplan.transfer.mode = {$yealink_transfer_mode}
|
|
transfer.on_hook_trans_enable = {$yealink_transfer_onhook}
|
|
transfer.tran_others_after_conf_enable = {$yealink_transfer_after_conf}
|
|
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 ##
|
|
#######################################################################################
|
|
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=
|
|
{if isset($yealink_hold_or_swap_mode)}phone_setting.hold_or_swap.mode = {$yealink_hold_or_swap_mode}{else}phone_setting.hold_or_swap.mode = 0{/if}
|
|
features.play_held_tone.interval=
|
|
features.play_held_tone.delay=
|
|
features.play_held_tone.enable=
|
|
features.play_hold_tone.interval=
|
|
features.ignore_incoming_call.enable=
|
|
force.voice.ring_vol = {$yealink_force_voice_ring_volume}
|
|
features.mute.autoanswer_mute.enable=
|
|
features.play_hold_tone.delay =
|
|
phone_setting.end_call_net_disconnect.enable =
|
|
features.custom_auto_answer_tone.enable=
|
|
default_input_method.dialing=
|
|
features.speaker_mode.enable=
|
|
features.headset_mode.enable=
|
|
features.handset_mode.enable=
|
|
features.conference.local.enable =
|
|
features.off_hook_answer.enable=
|
|
features.caller_name_type_on_dialing=
|
|
phone_setting.show_code403=
|
|
phone_setting.ring_for_tranfailed=
|
|
features.password_dial.length=
|
|
features.password_dial.prefix=
|
|
features.password_dial.enable=
|
|
features.group_listen_in_talking_enable=
|
|
phone_setting.call_info_display_method = {$yealink_call_info_display_method}
|
|
phone_setting.called_party_info_display.enable = 1
|
|
features.headset_training=
|
|
features.headset_prior=
|
|
features.dtmf.replace_tran =
|
|
features.dtmf.transfer =
|
|
phone_setting.ringing_timeout = {$yealink_ringing_timeout}
|
|
phone_setting.ringback_timeout=
|
|
|
|
features.keep_mute.enable=
|
|
linekey.1.shortlabel=
|
|
features.config_dsskey_length.shorten =
|
|
transfer.dsskey_deal_type = {$yealink_dsskey_transfer_mode}
|
|
features.auto_linekeys.enable=
|
|
phone_setting.call_appearance.calls_per_linekey=
|
|
features.linekey_call_with_default_account=
|
|
##V83 Add
|
|
features.station_name.value =
|
|
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 =
|
|
phone_setting.incoming_call.reject.enable =
|
|
|
|
features.play_mute_tone.enable=
|
|
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 =
|
|
|
|
#######################################################################################
|
|
## Features Bluetooth ##
|
|
#######################################################################################
|
|
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G/T4XU Models support the parameter.
|
|
features.bluetooth_enable=
|
|
features.bluetooth_adapter_name=
|
|
##V83 Add
|
|
static.bluetooth.function.enable =
|
|
|
|
##V84 Add
|
|
bluetooth.a2dp_sink=
|
|
bluetooth.connect_confirm.enable=
|
|
|
|
#######################################################################################
|
|
## Codec ##
|
|
#######################################################################################
|
|
voice.g726.aal2.enable=
|
|
|
|
|
|
#######################################################################################
|
|
## DTMF ##
|
|
#######################################################################################
|
|
features.dtmf.min_interval=
|
|
features.dtmf.volume=
|
|
features.dtmf.duration =
|
|
|
|
#######################################################################################
|
|
## Tones ##
|
|
#######################################################################################
|
|
voice.tone.autoanswer =
|
|
voice.tone.message =
|
|
voice.tone.stutter =
|
|
voice.tone.info =
|
|
voice.tone.dialrecall =
|
|
voice.tone.callwaiting = {$yealink_voice_tone_callwaiting}
|
|
voice.tone.congestion =
|
|
voice.tone.busy =
|
|
voice.tone.ring =
|
|
voice.tone.dial =
|
|
voice.tone.country = {$yealink_voice_tone_country}
|
|
voice.side_tone =
|
|
features.partition_tone =
|
|
voice.tone.secondary_dial=
|
|
#######################################################################################
|
|
## Tones V83 stutterdial dnd fwd vm) ##
|
|
#######################################################################################
|
|
|
|
voice.tone.stutterdial=
|
|
voice.tone.stutter_dial_tone.apply_to_dnd.enable=
|
|
voice.tone.stutter_dial_tone.apply_to_fwd.enable=
|
|
voice.tone.stutter_dial_tone.apply_to_fwd.enable=
|
|
|
|
#######################################################################################
|
|
## Jitter Buffer ##
|
|
#######################################################################################
|
|
voice.jib.normal=
|
|
voice.jib.max =
|
|
voice.jib.min =
|
|
voice.jib.adaptive =
|
|
|
|
voice.jib.wifi.normal=
|
|
voice.jib.wifi.max=
|
|
voice.jib.wifi.min=
|
|
voice.jib.wifi.adaptive=
|
|
|
|
#######################################################################################
|
|
## Echo Cancellation ##
|
|
#######################################################################################
|
|
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 ##
|
|
################################################################
|
|
static.network.dns.ttl_enable =
|
|
static.network.dns.last_cache_expired.enable=
|
|
static.network.dns.last_cache_expired
|
|
static.network.dns.query_timeout =
|
|
static.network.dns.retry_times =
|
|
sip.dns_transport_type=
|
|
sip.skip_redundant_failover_addr=
|
|
|
|
|
|
################################################################
|
|
# SIP Basic Config ##
|
|
################################################################
|
|
sip.use_out_bound_in_dialog=
|
|
sip.unreg_with_socket_close=
|
|
phone_setting.disable_account_without_username.enable=
|
|
features.auto_answer.first_call_only=
|
|
|
|
##V84 Add
|
|
phone_setting.call_display_name.mode=
|
|
|
|
################################################################
|
|
# SIP Advanced config ##
|
|
################################################################
|
|
sip.request_validation.event=
|
|
sip.sdp_early_answer_or_offer=
|
|
sip.cid_source.preference=
|
|
sip.request_validation.digest.realm=
|
|
sip.request_validation.digest.list=
|
|
sip.request_validation.source.list=
|
|
sip.send_keepalive_by_socket=
|
|
sip.reliable_protocol.timerae.enable=
|
|
sip.requesturi.e164.addglobalprefix=
|
|
sip.trust_ctrl = {$yealink_trust_ctrl}
|
|
sip.mac_in_ua=
|
|
|
|
sip.timer_t1=
|
|
sip.timer_t2=
|
|
sip.timer_t4=
|
|
|
|
sip.listen_mode=
|
|
{if isset($yealink_sip_listen_port)}sip.listen_port={$yealink_sip_listen_port}{else}sip.listen_port=5060{/if}
|
|
sip.tls_listen_port=
|
|
sip.tcp_port_random_mode=
|
|
sip.escape_characters.enable=
|
|
sip.notify_reboot_enable=
|
|
sip.send_response_by_request=
|
|
sip.disp_incall_to_info=
|
|
features.call_invite_format=
|
|
phone_setting.early_media.rtp_sniffer.timeout=
|
|
sip.reg_surge_prevention =
|
|
|
|
################################################################
|
|
# V84 new add sip.escape_characters.enable ##
|
|
################################################################
|
|
sip.reserve_characters=
|
|
|
|
|
|
##V83 Add
|
|
sip.dhcp.option120.mode =
|
|
|
|
################################################################
|
|
# NAT&ICE ##
|
|
################################################################
|
|
static.sip.nat_turn.enable=
|
|
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.ttl =
|
|
dns_cache_srv.1.name =
|
|
dns_cache_srv.1.port =
|
|
dns_cache_srv.1.priority =
|
|
dns_cache_srv.1.target =
|
|
dns_cache_srv.1.weight =
|
|
dns_cache_srv.1.ttl =
|
|
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 =
|
|
|
|
#######################################################################################
|
|
## RTP ##
|
|
#######################################################################################
|
|
features.rtp_symmetric.enable=
|
|
|
|
|
|
#######################################################################################
|
|
## RTCP-XR ##
|
|
#######################################################################################
|
|
voice.rtcp.enable=
|
|
voice.rtcp_cname=
|
|
voice.rtcp_xr.enable=
|
|
phone_setting.vq_rtcpxr_display_symm_oneway_delay.enable=
|
|
phone_setting.vq_rtcpxr_display_round_trip_delay.enable=
|
|
phone_setting.vq_rtcpxr_display_moscq.enable=
|
|
phone_setting.vq_rtcpxr_display_moslq.enable =
|
|
phone_setting.vq_rtcpxr_display_packets_lost.enable=
|
|
phone_setting.vq_rtcpxr_display_jitter_buffer_max.enable=
|
|
phone_setting.vq_rtcpxr_display_jitter.enable=
|
|
phone_setting.vq_rtcpxr_display_remote_codec.enable=
|
|
phone_setting.vq_rtcpxr_display_local_codec.enable=
|
|
phone_setting.vq_rtcpxr_display_remote_call_id.enable=
|
|
phone_setting.vq_rtcpxr_display_local_call_id.enable=
|
|
phone_setting.vq_rtcpxr_display_stop_time.enable=
|
|
phone_setting.vq_rtcpxr_display_start_time.enable=
|
|
phone_setting.vq_rtcpxr_interval_period=
|
|
phone_setting.vq_rtcpxr_delay_threshold_critical=
|
|
phone_setting.vq_rtcpxr_delay_threshold_warning=
|
|
phone_setting.vq_rtcpxr_moslq_threshold_critical=
|
|
phone_setting.vq_rtcpxr_moslq_threshold_warning=
|
|
phone_setting.vq_rtcpxr.interval_report.enable=
|
|
phone_setting.vq_rtcpxr.states_show_on_gui.enable=
|
|
phone_setting.vq_rtcpxr.states_show_on_web.enable=
|
|
phone_setting.vq_rtcpxr.session_report.enable=
|
|
|
|
|
|
#######################################################################################
|
|
## Contact ##
|
|
#######################################################################################
|
|
static.directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
|
super_search.url = {$yealink_super_search_url}
|
|
|
|
local_contact.data.url=
|
|
local_contact.data.delete=
|
|
|
|
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T29G/T46U/T48U Models support the parameter
|
|
phone_setting.contact_photo_display.enable=
|
|
|
|
phone_setting.incoming_call.horizontal_roll_interval=
|
|
|
|
##Only T5XW/T54S/T52S/T48G/T48S/T46G/T46S/T29G/T5XW Models support the parameter
|
|
local_contact.data_photo_tar.url=
|
|
local_contact.photo.url=
|
|
local_contact.image.url=
|
|
|
|
##Only T48G/S Models support the parameter
|
|
local_contact.icon_image.url=
|
|
local_contact.icon.url=
|
|
|
|
search_in_dialing.local_directory.enable =
|
|
search_in_dialing.local_directory.priority =
|
|
|
|
#######################################################################################
|
|
## Remote Phonebook ##
|
|
#######################################################################################
|
|
##remote_phonebook.data.X.url
|
|
##remote_phonebook.data.X.name
|
|
#remote_phonebook.data.X.username=
|
|
#remote_phonebook.data.X.password=
|
|
##(X ranges from 1 to 5)
|
|
|
|
{if isset($yealink_remote_phonebook_1_name) }
|
|
remote_phonebook.data.1.name = {$yealink_remote_phonebook_1_name}
|
|
{else}
|
|
remote_phonebook.data.1.name = Users
|
|
{/if}
|
|
{if isset($yealink_remote_phonebook_1_url) }
|
|
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
|
{else}
|
|
remote_phonebook.data.1.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
|
{/if}
|
|
|
|
{if isset($yealink_remote_phonebook_2_name) }
|
|
remote_phonebook.data.2.name = {$yealink_remote_phonebook_2_name}
|
|
{else}
|
|
remote_phonebook.data.2.name = Groups
|
|
{/if}
|
|
{if isset($yealink_remote_phonebook_2_url) }
|
|
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
|
{else}
|
|
remote_phonebook.data.2.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
|
{/if}
|
|
|
|
{if isset($yealink_remote_phonebook_3_name) }
|
|
remote_phonebook.data.3.name = {$yealink_remote_phonebook_3_name}
|
|
{else}
|
|
remote_phonebook.data.3.name = Extensions
|
|
{/if}
|
|
{if isset($yealink_remote_phonebook_3_url) }
|
|
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
|
{else}
|
|
remote_phonebook.data.3.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
|
{/if}
|
|
|
|
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
|
remote_phonebook.data.4.url = {$yealink_remote_phonebook_4_url}
|
|
|
|
remote_phonebook.data.5.name = {$yealink_remote_phonebook_5_name}
|
|
remote_phonebook.data.5.url = {$yealink_remote_phonebook_5_url}
|
|
|
|
features.remote_phonebook.enter_update_enable=
|
|
features.remote_phonebook.flash_time=
|
|
features.remote_phonebook.enable = {$yealink_remote_phonebook_enable}
|
|
remote_phonebook.display_name=
|
|
|
|
directory_setting.remote_phone_book.enable =
|
|
directory_setting.remote_phone_book.priority =
|
|
search_in_dialing.remote_phone_book.enable =
|
|
search_in_dialing.remote_phone_book.priority =
|
|
|
|
##V84 ADD
|
|
#remote_phonebook.data.1.username=
|
|
#remote_phonebook.data.1.password=
|
|
|
|
|
|
#######################################################################################
|
|
## LDAP ##
|
|
#######################################################################################
|
|
ldap.enable = {$ldap_enable}
|
|
ldap.user = {$ldap_user}
|
|
ldap.password = {$ldap_password}
|
|
ldap.base = {$ldap_base}
|
|
ldap.port = {$ldap_port}
|
|
ldap.host = {$ldap_host}
|
|
ldap.customize_label=
|
|
ldap.incoming_call_special_search.enable=
|
|
ldap.tls_mode=
|
|
ldap.search_type=
|
|
ldap.numb_display_mode=
|
|
ldap.ldap_sort = {$ldap_sort}
|
|
ldap.call_in_lookup = {$ldap_call_in_lookup}
|
|
ldap.version = {$ldap_version}
|
|
ldap.display_name = {$ldap_display_name}
|
|
ldap.numb_attr = {$ldap_numb_attr}
|
|
ldap.name_attr = {$ldap_name_attr}
|
|
ldap.max_hits = {$ldap_max_hits}
|
|
ldap.number_filter = {$ldap_number_filter}
|
|
ldap.name_filter = {$ldap_name_filter}
|
|
ldap.call_out_lookup = {$ldap_dial_lookup}
|
|
directory_setting.ldap.enable =
|
|
directory_setting.ldap.priority =
|
|
search_in_dialing.ldap.enable =
|
|
search_in_dialing.ldap.priority =
|
|
|
|
##V84 SP4 ADD
|
|
ldap.custom_extra_attr_name=
|
|
ldap.display_extra_attr=
|
|
ldap.extra_attr=
|
|
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## History ##
|
|
#######################################################################################
|
|
static.auto_provision.local_calllog.write_delay.terminated=
|
|
static.auto_provision.local_calllog.backup.path=
|
|
static.auto_provision.local_calllog.backup.enable=
|
|
super_search.recent_call=
|
|
features.call_out_history_by_off_hook.enable=
|
|
features.save_call_history=
|
|
features.call_log_show_num=
|
|
search_in_dialing.history.enable=
|
|
search_in_dialing.history.priority=
|
|
directory_setting.history.enable=
|
|
directory_setting.history.priority
|
|
features.save_init_num_to_history.enable = 0
|
|
features.redial_via_local_sip_server.enable=
|
|
|
|
##V83 Add
|
|
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 ##
|
|
#######################################################################################
|
|
directory.search_type=
|
|
{if isset($yealink_local_directory_enable)}
|
|
directory_setting.local_directory.enable = {$yealink_local_directory_enable}
|
|
{else}
|
|
directory_setting.local_directory.enable = 1
|
|
{/if}
|
|
directory_setting.local_directory.priority =
|
|
|
|
##V83 Add
|
|
phone_setting.search.highlight_keywords.enable =
|
|
|
|
#######################################################################################
|
|
## Favorites ##
|
|
#######################################################################################
|
|
##V83 Add
|
|
local_contact.favorite.enable =
|
|
phone_setting.favorite_sequence_type =
|
|
|
|
#######################################################################################
|
|
## Programablekey ##
|
|
#######################################################################################
|
|
#programablekey.X.type
|
|
#programablekey.X.line
|
|
#programablekey.X.value
|
|
#programablekey.X.xml_phonebook
|
|
#programablekey.X.history_type
|
|
#programablekey.X.label(X ranges from 1 to 4)
|
|
#programablekey.X.extension
|
|
##Programablekey X ranges(T48G/T48S/T46G/T46S: X=1-10, 12-14;T42G/T42S/T41P/T41S/T40P/T40G: X=1-10, 13;T29G/T27P/T27G: X=1-14;T23P/T23G/T21(P) E2: 1-10, 14;T19(P) E2: X=1-9, 13, 14;)##
|
|
|
|
{foreach $keys["programmable"] as $row}
|
|
programablekey.{$row.device_key_id}.type = {$row.device_key_type}
|
|
{if $row.device_key_type == "22" || $row.device_key_type == "47"}
|
|
programablekey.{$row.device_key_id}.xml_phonebook = {$row.device_key_line}
|
|
{else}
|
|
programablekey.{$row.device_key_id}.line = {$row.device_key_line}
|
|
programablekey.{$row.device_key_id}.value = {$row.device_key_value}
|
|
{/if}
|
|
programablekey.{$row.device_key_id}.extension = {$row.device_key_extension}
|
|
programablekey.{$row.device_key_id}.label = {$row.device_key_label}
|
|
programablekey.1.pickup_value = {$row.device_key_extension}
|
|
programablekey.1.history_type =
|
|
programablekey.1.xml_phonebook =
|
|
programablekey.1.extension =
|
|
{/foreach}
|
|
|
|
##V83 Add
|
|
programablekey.type_range.custom =
|
|
|
|
#######################################################################################
|
|
## XML ##
|
|
#######################################################################################
|
|
push_xml.server=
|
|
push_xml.sip_notify=
|
|
push_xml.block_in_calling=
|
|
default_input_method.xml_browser_input_screen=
|
|
|
|
##V83 Add
|
|
hoteling.authentication_mode =
|
|
push_xml.phonebook.search.delay =
|
|
features.xml_browser.loading_tip.delay =
|
|
features.xml_browser.pwd =
|
|
features.xml_browser.user_name =
|
|
push_xml.password =
|
|
push_xml.username =
|
|
|
|
|
|
#######################################################################################
|
|
## Forward ##
|
|
#######################################################################################
|
|
features.fwd.allow = {$yealink_fwd_allow}
|
|
features.fwd_mode=
|
|
forward.no_answer.enable=
|
|
forward.busy.enable=
|
|
forward.always.enable=
|
|
forward.no_answer.timeout=
|
|
forward.no_answer.on_code=
|
|
forward.no_answer.off_code=
|
|
forward.busy.off_code=
|
|
forward.busy.on_code=
|
|
forward.always.off_code = {$yealink_forward_always_off_code}
|
|
forward.always.on_code = {$yealink_forward_always_on_code}
|
|
forward.no_answer.target=
|
|
forward.busy.target=
|
|
forward.always.target=
|
|
|
|
features.forward.emergency.authorized_number=
|
|
features.forward.emergency.enable=
|
|
forward.idle_access_always_fwd.enable=
|
|
features.forward_call_popup.enable=
|
|
|
|
##V83 Add
|
|
features.forward.no_answer.show_ring_times =
|
|
|
|
##V84 Add
|
|
features.no_answer_code=
|
|
|
|
|
|
#######################################################################################
|
|
## DND ##
|
|
#######################################################################################
|
|
features.dnd.allow=
|
|
features.dnd_mode=
|
|
features.dnd.enable=
|
|
|
|
{if isset($yealink_feature_key_sync) && $yealink_feature_key_sync == "1"}
|
|
features.dnd.off_code=
|
|
features.dnd.on_code=
|
|
{else}
|
|
features.dnd.off_code = {$yealink_dnd_off_code}
|
|
features.dnd.on_code = {$yealink_dnd_on_code}
|
|
{/if}
|
|
|
|
features.dnd.emergency_authorized_number=
|
|
features.dnd.emergency_enable = 1
|
|
features.dnd.large_icon.enable=
|
|
|
|
##V83 Add
|
|
features.keep_dnd.enable =
|
|
|
|
#######################################################################################
|
|
## Phone Lock ##
|
|
#######################################################################################
|
|
phone_setting.phone_lock.enable = {$yealink_lock_enable}
|
|
phone_setting.phone_lock.lock_key_type = {$yealink_lock_key_type}
|
|
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 ##
|
|
#######################################################################################
|
|
phone_setting.logon_wizard=
|
|
phone_setting.logon_wizard_forever_wait=
|
|
|
|
hotdesking.startup_register_name_enable=
|
|
hotdesking.startup_username_enable=
|
|
hotdesking.startup_password_enable=
|
|
hotdesking.startup_sip_server_enable=
|
|
hotdesking.startup_outbound_enable=
|
|
|
|
hotdesking.dsskey_register_name_enable=
|
|
hotdesking.dsskey_username_enable=
|
|
hotdesking.dsskey_password_enable=
|
|
hotdesking.dsskey_sip_server_enable=
|
|
hotdesking.dsskey_outbound_enable=
|
|
|
|
|
|
#######################################################################################
|
|
## Voice Mail ##
|
|
#######################################################################################
|
|
features.voice_mail_alert.enable=
|
|
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 ##
|
|
#######################################################################################
|
|
features.intercom.mode=
|
|
features.intercom.subscribe.enable=
|
|
features.intercom.led.enable=
|
|
features.intercom.feature_access_code=
|
|
features.intercom.ptt_mode.enable=
|
|
|
|
features.redial_tone=
|
|
features.key_tone=
|
|
features.send_key_tone=
|
|
|
|
features.intercom.allow=
|
|
features.intercom.barge=
|
|
features.intercom.tone=
|
|
features.intercom.mute=
|
|
|
|
|
|
voice.handset_send=
|
|
voice.handfree_send =
|
|
voice.headset_send =
|
|
features.intercom.headset_prior.enable=
|
|
features.ringer_device.is_use_headset=
|
|
features.intercom.barge_in_dialing.enable=
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Feature General ##
|
|
#######################################################################################
|
|
features.ip_call.auto_answer.enable=
|
|
features.show_default_account=
|
|
features.call.dialtone_time_out=
|
|
features.missed_call_popup.enable = {$yealink_missed_call_popup_enable}
|
|
features.auto_answer_tone.enable=
|
|
features.play_hold_tone.enable=
|
|
features.key_as_send=
|
|
features.send_pound_key=
|
|
features.busy_tone_delay=
|
|
features.hotline_delay=
|
|
features.hotline_number=
|
|
features.direct_ip_call_enable = {$yealink_direct_ip_call_enable}
|
|
features.call_num_filter=
|
|
features.call_completion_enable=
|
|
features.allow_mute=
|
|
features.auto_answer_delay=
|
|
features.normal_refuse_code=
|
|
features.dnd_refuse_code=
|
|
features.upload_server=
|
|
features.dtmf.repetition=
|
|
features.dtmf.hide_delay=
|
|
features.dtmf.hide = {$yealink_dtmf_hide}
|
|
features.play_local_dtmf_tone_enable =
|
|
features.reboot_in_talk_enable =
|
|
features.fwd_diversion_enable=
|
|
|
|
call_waiting.enable = {$yealink_call_waiting}
|
|
call_waiting.tone = {$yealink_call_waiting_tone}
|
|
call_waiting.off_code=
|
|
call_waiting.on_code=
|
|
|
|
auto_redial.times=
|
|
auto_redial.interval=
|
|
auto_redial.enable=
|
|
|
|
sip.rfc2543_hold = {$yealink_rfc2543_hold}
|
|
sip.use_23_as_pound=
|
|
forward.international.enable=
|
|
phone_setting.headsetkey_mode=
|
|
phone_setting.is_deal180=
|
|
phone_setting.change_183_to_180=
|
|
|
|
##V84 Add
|
|
features.touch_tone=
|
|
|
|
#######################################################################################
|
|
## Action URL&URI ##
|
|
#######################################################################################
|
|
features.csta_control.enable=
|
|
features.action_uri.enable=
|
|
features.action_uri_limit_ip=
|
|
features.show_action_uri_option=
|
|
action_url.call_remote_canceled=
|
|
action_url.remote_busy=
|
|
action_url.cancel_callout=
|
|
action_url.handfree=
|
|
action_url.headset=
|
|
action_url.unheld=
|
|
action_url.held=
|
|
action_url.transfer_failed=
|
|
action_url.transfer_finished=
|
|
action_url.answer_new_incoming_call=
|
|
action_url.reject_incoming_call=
|
|
action_url.forward_incoming_call=
|
|
action_url.ip_change=
|
|
action_url.idle_to_busy=
|
|
action_url.busy_to_idle=
|
|
action_url.call_terminated=
|
|
action_url.missed_call=
|
|
action_url.unmute=
|
|
action_url.mute=
|
|
action_url.unhold=
|
|
action_url.hold=
|
|
action_url.always_fwd_off =
|
|
action_url.always_fwd_on =
|
|
action_url.attended_transfer_call =
|
|
action_url.blind_transfer_call =
|
|
action_url.busy_fwd_off =
|
|
action_url.busy_fwd_on =
|
|
action_url.call_established =
|
|
action_url.call_waiting_off =
|
|
action_url.call_waiting_on =
|
|
action_url.dnd_off =
|
|
action_url.dnd_on =
|
|
action_url.incoming_call =
|
|
action_url.no_answer_fwd_off =
|
|
action_url.no_answer_fwd_on =
|
|
action_url.off_hook =
|
|
action_url.on_hook =
|
|
action_url.outgoing_call =
|
|
action_url.register_failed =
|
|
action_url.registered =
|
|
action_url.setup_autop_finish =
|
|
action_url.setup_completed =
|
|
action_url.transfer_call =
|
|
action_url.unregistered =
|
|
|
|
##V84 Add
|
|
action_url.peripheral_information=
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Power LED ##
|
|
#######################################################################################
|
|
phone_setting.hold_and_held_power_led_flash_enable=
|
|
phone_setting.mute_power_led_flash_enable=
|
|
phone_setting.talk_and_dial_power_led_enable=
|
|
phone_setting.mail_power_led_flash_enable = 1
|
|
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 ##
|
|
#######################################################################################
|
|
lcl.datetime.date.format =
|
|
auto_dst.url = {$yealink_auto_dst_url}
|
|
local_time.manual_time_enable =
|
|
local_time.manual_ntp_srv_prior =
|
|
local_time.time_format = {$yealink_time_format}
|
|
local_time.date_format = {$yealink_date_format}
|
|
local_time.dhcp_time = {$yealink_dhcp_time}
|
|
|
|
local_time.summer_time = {$yealink_summer_time}
|
|
local_time.dst_time_type = {$yealink_dst_type}
|
|
local_time.start_time = {$yealink_time_zone_start_time}
|
|
local_time.end_time = {$yealink_time_zone_end_time}
|
|
local_time.offset_time = {$yealink_offset_time}
|
|
local_time.interval = {$yealink_time_update}
|
|
|
|
local_time.ntp_server1 = {$ntp_server_primary}
|
|
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.listen_address.X.label
|
|
##multicast.paging_address.X.channel
|
|
##multicast.listen_address.X.ip_address
|
|
##multicast.paging_address.X.ip_address
|
|
##multicast.paging_address.X.label
|
|
##multicast.listen_address.X.channel
|
|
##multicast.listen_address.X.volume
|
|
##Multicast(X ranges from 1 to 31.)
|
|
|
|
multicast.codec=
|
|
|
|
multicast.paging_address.1.channel=
|
|
multicast.paging_address.1.label=
|
|
multicast.paging_address.1.ip_address=
|
|
multicast.receive_priority.enable = {$yealink_multicast_receive_priority_enable}
|
|
multicast.receive_priority.priority = {$yealink_multicast_receive_priority_priority}
|
|
|
|
multicast.receive.use_speaker = {$yealink_multicast_receive_use_speaker}
|
|
multicast.receive.enhance_volume = {$yealink_multicast_receive_enhance_volume}
|
|
multicast.receive.ignore_dnd.priority = {$yealink_multicast_receive_ignore_dnd_priority}
|
|
|
|
multicast.listen_address.1.channel = {$yealink_multicast_listen_address_1_channel}
|
|
multicast.listen_address.1.label = {$yealink_multicast_listen_address_1_label}
|
|
multicast.listen_address.1.ip_address = {$yealink_multicast_listen_address_1_ip_address}
|
|
multicast.listen_address.1.volume = {$yealink_multicast_listen_address_1_volume}
|
|
|
|
multicast.listen_address.2.channel = {$yealink_multicast_listen_address_2_channel}
|
|
multicast.listen_address.2.label = {$yealink_multicast_listen_address_2_label}
|
|
multicast.listen_address.2.ip_address = {$yealink_multicast_listen_address_2_ip_address}
|
|
multicast.listen_address.2.volume = {$yealink_multicast_listen_address_2_volume}
|
|
|
|
multicast.listen_address.3.channel = {$yealink_multicast_listen_address_3_channel}
|
|
multicast.listen_address.3.label = {$yealink_multicast_listen_address_3_label}
|
|
multicast.listen_address.3.ip_address = {$yealink_multicast_listen_address_3_ip_address}
|
|
multicast.listen_address.3.volume = {$yealink_multicast_listen_address_3_volume}
|
|
|
|
multicast.listen_address.4.channel = {$yealink_multicast_listen_address_4_channel}
|
|
multicast.listen_address.4.label = {$yealink_multicast_listen_address_4_label}
|
|
multicast.listen_address.4.ip_address = {$yealink_multicast_listen_address_4_ip_address}
|
|
multicast.listen_address.4.volume = {$yealink_multicast_listen_address_4_volume}
|
|
|
|
multicast.listen_address.5.channel = {$yealink_multicast_listen_address_5_channel}
|
|
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 ##
|
|
#######################################################################################
|
|
##Not support T19P_E2
|
|
static.features.default_account=
|
|
|
|
##Logo File Format: .dob
|
|
##Resolution: SIP-T42G/T42S/T41P/T41S/T41U/T42U: <=192*64 2 gray scale;SIP-T43U/SIP-T27P/G: <=240*120 2 gray scale;SIP-T40P/T40G/T23P/T23G/T21(P) E2/T19(P) E2: <=132*64 2 gray scale##
|
|
phone_setting.lcd_logo.mode=
|
|
lcd_logo.delete=
|
|
lcd_logo.url=
|
|
|
|
phone_setting.contrast=
|
|
phone_setting.backlight_time = {$yealink_backlight_time}
|
|
phone_setting.inactive_backlight_level = 1
|
|
phone_setting.active_backlight_level=
|
|
phone_setting.predial_autodial = {$yealink_predial_autodial}
|
|
|
|
ringtone.url = {$yealink_ringtone_url}
|
|
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 ##
|
|
#######################################################################################
|
|
dialplan.digitmap.enable=
|
|
dialplan.digitmap.string=
|
|
dialplan.digitmap.no_match_action=
|
|
dialplan.digitmap.interdigit_short_timer=
|
|
dialplan.digitmap.interdigit_long_timer=
|
|
dialplan.digitmap.apply_to.press_send=
|
|
dialplan.digitmap.apply_to.forward=
|
|
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 ##
|
|
#######################################################################################
|
|
dialplan.emergency.enable=
|
|
dialplan.emergency.1.value=
|
|
dialplan.emergency.server.1.address=
|
|
dialplan.emergency.server.1.transport_type=
|
|
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.held.request_element.1.name=
|
|
dialplan.emergency.held.request_element.1.value=
|
|
dialplan.emergency.held.request_type=
|
|
dialplan.emergency.held.server_url=
|
|
|
|
#######################################################################################
|
|
## Dialplan ##
|
|
#######################################################################################
|
|
dialplan_replace_rule.url=
|
|
dialplan.replace.line_id.1=
|
|
dialplan.replace.replace.1=
|
|
dialplan.replace.prefix.1=
|
|
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
|
dialplan_dialnow.url=
|
|
dialplan.dialnow.line_id.1=
|
|
dialplan.dialnow.rule.1 = {$yealink_dialplan_dialnow_rule_1}
|
|
dialplan.dialnow.rule.2 = {$yealink_dialplan_dialnow_rule_2}
|
|
dialplan.dialnow.rule.3 = {$yealink_dialplan_dialnow_rule_3}
|
|
dialplan.dialnow.rule.4 = {$yealink_dialplan_dialnow_rule_4}
|
|
dialplan.dialnow.rule.5 = {$yealink_dialplan_dialnow_rule_5}
|
|
dialplan.block_out.line_id.1=
|
|
dialplan.block_out.number.1=
|
|
dialplan.area_code.line_id =
|
|
dialplan.area_code.max_len = 15
|
|
dialplan.area_code.min_len = 1
|
|
dialplan.area_code.code=
|
|
|
|
#######################################################################################
|
|
## Rings Settings ##
|
|
#######################################################################################
|
|
distinctive_ring_tones.alert_info.1.text = {$yealink_ring_text_1}
|
|
distinctive_ring_tones.alert_info.2.text = {$yealink_ring_text_2}
|
|
distinctive_ring_tones.alert_info.3.text = {$yealink_ring_text_3}
|
|
distinctive_ring_tones.alert_info.4.text = {$yealink_ring_text_4}
|
|
distinctive_ring_tones.alert_info.5.text = {$yealink_ring_text_5}
|
|
distinctive_ring_tones.alert_info.6.text = {$yealink_ring_text_6}
|
|
distinctive_ring_tones.alert_info.7.text = {$yealink_ring_text_7}
|
|
distinctive_ring_tones.alert_info.8.text = {$yealink_ring_text_8}
|
|
distinctive_ring_tones.alert_info.9.text = {$yealink_ring_text_9}
|
|
distinctive_ring_tones.alert_info.10.text = {$yealink_ring_text_10}
|
|
|
|
distinctive_ring_tones.alert_info.1.ringer = {$yealink_ring_file_1}
|
|
distinctive_ring_tones.alert_info.2.ringer = {$yealink_ring_file_2}
|
|
distinctive_ring_tones.alert_info.3.ringer = {$yealink_ring_file_3}
|
|
distinctive_ring_tones.alert_info.4.ringer = {$yealink_ring_file_4}
|
|
distinctive_ring_tones.alert_info.5.ringer = {$yealink_ring_file_5}
|
|
distinctive_ring_tones.alert_info.6.ringer = {$yealink_ring_file_6}
|
|
distinctive_ring_tones.alert_info.7.ringer = {$yealink_ring_file_7}
|
|
distinctive_ring_tones.alert_info.8.ringer = {$yealink_ring_file_8}
|
|
distinctive_ring_tones.alert_info.9.ringer = {$yealink_ring_file_9}
|
|
distinctive_ring_tones.alert_info.10.ringer = {$yealink_ring_file_10}
|
|
|
|
#######################################################################################
|
|
## IME Settings ##
|
|
#######################################################################################
|
|
directory.search_default_input_method=
|
|
directory.edit_default_input_method=
|
|
gui_input_method.url=
|
|
|
|
##V83 Add
|
|
##Only T48G/T48S Models support the parameter
|
|
phone_setting.virtual_keyboard.enable =
|
|
|
|
#######################################################################################
|
|
## Language Settings ##
|
|
#######################################################################################
|
|
wui_lang.url=
|
|
wui_lang_note.url=
|
|
wui_lang.delete=
|
|
gui_input_method.delete=
|
|
gui_lang.url=
|
|
gui_lang.delete=
|
|
lang.gui = {$yealink_language_gui}
|
|
lang.wui = {$yealink_language_web}
|
|
|
|
|
|
#######################################################################################
|
|
## Screensaver ##
|
|
#######################################################################################
|
|
screensaver.type=
|
|
screensaver.delete=
|
|
screensaver.upload_url=
|
|
screensaver.display_clock.enable=
|
|
screensaver.clock_move_interval=
|
|
screensaver.picture_change_interval=
|
|
screensaver.wait_time = {$yealink_screensaver_wait}
|
|
|
|
|
|
#######################################################################################
|
|
## Backgrounds Settings ##
|
|
#######################################################################################
|
|
##File Formate:
|
|
##SIP-T57W/T54W/T54S/T52S/T48S/T48G/T46G/T46S/T29G/T46U/T48U: .jpg/.png/.bmp/.jpeg;
|
|
##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
|
|
##2MB of space should bereserved for the phone
|
|
|
|
wallpaper_upload.url = {$yealink_ax83h_wallpaper}
|
|
phone_setting.backgrounds=
|
|
{if isset($yealink_t44w_wallpaper_filename)}
|
|
phone_setting.backgrounds = Config:{$yealink_ax83h_wallpaper_filename}
|
|
{else}
|
|
phone_setting.backgrounds = Config:yealink_ax83h_wallpaper.png
|
|
{/if}
|
|
|
|
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S)
|
|
phone_setting.backgrounds_with_dsskey_unfold=
|
|
|
|
##expansion_module.backgrounds(Only support T5XW/T54S/T52S/T43U/T46U/T48U)
|
|
expansion_module.backgrounds=
|
|
|
|
|
|
#######################################################################################
|
|
## BSFT Setting ##
|
|
#######################################################################################
|
|
bw.enable =
|
|
|
|
#######################################################################################
|
|
## Call Park ##
|
|
#######################################################################################
|
|
features.call_park.enable=
|
|
features.call_park.park_mode=
|
|
features.call_park.park_code=
|
|
features.call_park.park_retrieve_code=
|
|
features.call_park.direct_send.enable=
|
|
features.call_park.park_visual_notify_enable=
|
|
features.call_park.park_ring=
|
|
features.call_park.group_enable=
|
|
features.call_park.group_park_code=
|
|
features.call_park.line_restriction.enable=
|
|
|
|
#######################################################################################
|
|
## Broadsoft XSI ##
|
|
#######################################################################################
|
|
bw.xsi.enable=
|
|
sip.authentication_for_xsi =
|
|
default_input_method.xsi_password=
|
|
|
|
|
|
#######################################################################################
|
|
## Broadsoft Network Directory ##
|
|
#######################################################################################
|
|
bw.xsi.directory.enable=
|
|
bw.calllog_and_dir =
|
|
bw.xsi.call_log.enable=
|
|
bw_phonebook.custom=
|
|
bw_phonebook.enterprise_common_enable=
|
|
bw_phonebook.enterprise_common_displayname=
|
|
bw_phonebook.enterprise_enable=
|
|
bw_phonebook.enterprise_displayname=
|
|
bw_phonebook.group_common_enable=
|
|
bw_phonebook.group_common_displayname=
|
|
bw_phonebook.personal_enable=
|
|
bw_phonebook.personal_displayname=
|
|
bw_phonebook.group_enable=
|
|
bw_phonebook.group_displayname =
|
|
directory.update_time_interval=
|
|
bw.xsi.directory.alphabetized_by_lastname.enable=
|
|
directory_setting.bw_directory.enable =
|
|
directory_setting.bw_directory.priority =
|
|
search_in_dialing.bw_directory.enable =
|
|
search_in_dialing.bw_directory.priority =
|
|
##V83 Add
|
|
bw.xsi.directory.update.enable =
|
|
|
|
#######################################################################################
|
|
## Broadsoft Network Calllog ##
|
|
#######################################################################################
|
|
##V83 Add
|
|
bw.xsi.call_log.delete.enable =
|
|
bw.xsi.call_log.multiple_accounts.enable =
|
|
phone_setting.ring_duration =
|
|
|
|
|
|
#######################################################################################
|
|
## Call Pickup ##
|
|
#######################################################################################
|
|
features.pickup.direct_pickup_enable = {$yealink_direct_pickup_enable}
|
|
features.pickup.group_pickup_enable =
|
|
features.pickup.direct_pickup_code = **
|
|
features.pickup.group_pickup_code =
|
|
features.pickup_display.method =
|
|
|
|
|
|
#######################################################################################
|
|
## Alert Info ##
|
|
#######################################################################################
|
|
features.alert_info_tone =
|
|
|
|
|
|
#######################################################################################
|
|
## Broadsoft Visual Voice Mail ##
|
|
#######################################################################################
|
|
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 =
|
|
|
|
|
|
#######################################################################################
|
|
## Features Sync ##
|
|
#######################################################################################
|
|
features.feature_key_sync.enable = {$yealink_feature_key_sync}
|
|
features.forward.feature_key_sync.local_processing.enable =
|
|
features.forward.feature_key_sync.enable =
|
|
features.dnd.feature_key_sync.local_processing.enable =
|
|
features.dnd.feature_key_sync.enable =
|
|
call_waiting.mode =
|
|
|
|
|
|
#######################################################################################
|
|
## Broadsoft Emergency Call ##
|
|
#######################################################################################
|
|
##V83 Add
|
|
bw.emergency_calling.enable =
|
|
|
|
|
|
|
|
#######################################################################################
|
|
## Metaswitch Setting ##
|
|
#######################################################################################
|
|
meta.enable =
|
|
meta.login_mode =
|
|
meta.comm_portal.server.username =
|
|
meta.comm_portal.server.password =
|
|
meta.comm_portal.server.url =
|
|
meta.comm_portal.enable =
|
|
meta.comm_portal.contacts.update_interval =
|
|
meta.comm_portal.acd.enable=
|
|
meta.comm_portal.replace_local_call_list.enable=
|
|
meta.comm_portal.contacts.group.mlhgs.label=
|
|
meta.comm_portal.contacts.group.extensions.label=
|
|
meta.comm_portal.contacts.group.contacts.label=
|
|
meta.comm_portal.contacts.group.mlhgs.enable=
|
|
meta.comm_portal.contacts.group.extensions.enable=
|
|
meta.comm_portal.contacts.group.contacts.enable=
|
|
meta.comm_portal.call_list.enable=
|
|
meta.comm_portal.contacts.enable=
|
|
meta.comm_portal.message.enable=
|
|
meta.comm_portal.logout.enable =
|
|
meta.comm_portal.keep_alive_interval_time =
|
|
|
|
##V83 Add
|
|
directory_setting.meta_directory.enable=
|
|
directory_setting.meta_directory.priority=
|
|
directory_setting.meta_call_log.enable=
|
|
directory_setting.meta_call_log.priority=
|
|
search_in_dialing.meta_call_log.priority =
|
|
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 ##
|
|
#######################################################################################
|
|
##V83 Add
|
|
sip.loopback.enable =
|
|
sip.loopback_type =
|
|
sip.pkt_loopback_mode
|
|
sip.loopback.auto_answer.mode =
|
|
sip.pkt_loopback_encapsulated_payload =
|
|
sip.pkt_loopback_directed_payload =
|
|
|
|
|
|
#######################################################################################
|
|
## V84 add ##
|
|
#######################################################################################
|
|
google_contact_server.enable=
|
|
|
|
static.features.network_test.check_policy=
|
|
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 SP4 add ##
|
|
#######################################################################################
|
|
|
|
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 =
|
|
gb.presence.enable =
|
|
gb.emergency_instant_messages.enable =
|
|
gb.emergency_instant_messages.displaytimeout =
|
|
features.transfer_keep_session2_after_failed.enable=
|
|
features.intercom.mode =
|
|
features.emergency_instant_messages.ring_type =
|
|
features.dtmf.transfer =
|
|
features.dtmf.replace_tran =
|
|
features.call_park.performby_holdhardkey.enable =
|
|
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 =
|
|
blf.enhanced.dnd.led =
|
|
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 =
|
|
|
|
|
|
#######################################################################################
|
|
## V85 add ##
|
|
#######################################################################################
|
|
|
|
auto_provision.allsettings.sync.path=
|
|
auto_provision.allsettings.sync=
|
|
bw.features.flash_time=
|
|
bw.features_status.display_mode=
|
|
bw.xsi.directory.server_search_type=
|
|
features.dsskey_page_reset.call_established.enable=
|
|
features.dsskey_page_reset.call_established.page=
|
|
features.dsskey_page_reset.enable=
|
|
features.dsskey_page_reset.page=
|
|
features.headset.group_listen_in_talking_enable=
|
|
features.noise_filtering_rev.enable=
|
|
features.out_of_service_alert.enable=
|
|
features.out_of_service_alert_time=
|
|
features.paging_auto_resume.enable=
|
|
features.voice_mail_key_lamp_field.enable=
|
|
over_the_air.url.cp930w=
|
|
phone_setting.autop_led_flash_enable=
|
|
phone_setting.call_remote_end_when_hold.busy_tone.enable=
|
|
phone_setting.retain_pin.enable=
|
|
phone_setting.voice.ring_vol_min=
|
|
static.auto_provision.rsa_pri_key.delete=
|
|
static.auto_provision.rsa_pri_key.enable=
|
|
static.auto_provision.rsa_pri_key.url=
|
|
static.network.l2tp_server.address=
|
|
static.network.l2tp_server.password=
|
|
static.network.l2tp_server.username=
|
|
static.network.openvpn_file.url=
|
|
static.network.pc_port.mode=
|
|
static.network.set_fragment.enable=
|
|
static.network.vpn.mode=
|
|
static.wifi.x.802_1x.anonymous_identity=
|
|
static.auto_provision.aes_key.com=
|
|
static.auto_provision.aes_key.mac=
|
|
unify.enable=
|
|
features.transfer_complete.prompt.enable =
|
|
|
|
#######################################################################################
|
|
## V86 add ##
|
|
#######################################################################################
|
|
gb.sopi.gab.default_search=
|
|
gb.sopi.gab.default_search_type=
|
|
gb.sopi.gab.default_search_keywords=
|
|
voice.intercom.tone_vol=
|
|
phone_setting.old_mail_display.enable =
|
|
phone_setting.wifi_security_check.enable =
|
|
meta.comm_portal.contacts.group.shortcodes.enable =
|
|
meta.comm_portal.contacts.group.shortcodes.label =
|
|
meta.server.version=
|
|
features.xml_active_backlight.enable=
|
|
phone_setting.wifi_security_check.enable=
|
|
features.transfer.mode=
|
|
phone_setting.fwd_and_dnd.suspension_prompt=
|
|
phone_setting.called_party_info_display_method =
|
|
directory.containing_search.additional_sorting_mode =
|
|
phone_setting.phone_lock.emergency.number_rule =
|
|
phone_setting.message_call.rule=
|
|
security.web_server.ssl_method=
|
|
security.web_server.tls_cipher_list=
|
|
features.caller_name_type_on_call=
|
|
phone_setting.local_directory_order.type=
|
|
phone_setting.recorder_tone.enable=
|
|
ume.call_push.enable=
|
|
security.web_limited_access_level=
|
|
security.download_library.ssl_method=
|
|
security.ldap.tls_cipher_list=
|
|
security.download_library.tls_cipher_list=
|
|
features.missed_call_icon_event=
|
|
network.dns_list.mode=
|
|
network.wifi.dns_list.mode=
|
|
sip.emergency_call.mode=
|
|
features.anonymous.feature_key_sync.enable=
|
|
static.security.password_use_default.mode=
|
|
network.dns_list.mode=
|
|
features.call_out_directory_by_off_hook.enable=
|
|
ume.call_push.enable=
|
|
security.xml_browser.ssl_method=
|
|
security.remote_phonebook.ssl_method=
|
|
security.xml_browser.tls_cipher_list=
|
|
security.remote_phonebook.tls_cipher_list=
|
|
security.xml_browser.ca_cert=
|
|
security.remote_phonebook.ca_cert=
|
|
security.xml_browser.dev_cert=
|
|
security.remote_phonebook.dev_cert =
|
|
security.xml_browser.cn_validation=
|
|
security.remote_phonebook.cn_validation=
|
|
security.xml_browser.trust_certificates=
|
|
security.remote_phonebook.trust_certificates=
|
|
security.password_use_default.enable
|
|
remote_control.X.allow=
|
|
server_certificates.*.url=
|
|
phone_setting.vq_rtcpxr.min_callduration=
|
|
security.dm.ca_cert=
|
|
security.dm.dev_cert=
|
|
security.dm.trust_certificates=
|
|
security.dm.cn_validation=
|
|
security.dm.ssl_method=
|
|
security.dm.tls_cipher_list=
|
|
static.security.auto_provision.ca_cert=
|
|
static.security.auto_provision.dev_cert=
|
|
static.security.auto_provision.trust_certificates=
|
|
static.security.auto_provision.cn_validation=
|
|
static.security.auto_provision.tls_cipher_list=
|
|
static.security.auto_provision.ssl_method=
|
|
static.security.tr069.ca_cert=
|
|
static.security.tr069.dev_cert=
|
|
satic.security.tr069.trust_certificates=
|
|
static.security.tr069.cn_validation=
|
|
static.security.tr069.tls_cipher_list=
|
|
static.security.tr069.ssl_method=
|
|
xmlbrowser_icon_upload.url=
|
|
xmlbrowser_icon.delete=
|
|
sip.check_sync.mode=
|
|
sip.check_sync.action_url=
|
|
features.dtmf.sampling_frequency.match_codec.enable=
|
|
dm.site_id=
|
|
dm.enterprise_id=
|
|
pstn.country=
|
|
features.network.8021x_upload.mode=
|
|
security.802_1x.ssl_method=
|
|
security.sip.ssl_method=
|
|
security.sopi.ssl_method=
|
|
security.remote_phonebook.ssl_method=
|
|
security.xml_browser.ssl_method=
|
|
security.ldap.ssl_method=
|
|
security.tr069.ssl_method=
|
|
security.auto_provision.ssl_method=
|
|
security.dm.ssl_method=
|
|
security.web_server.ssl_method=
|
|
security.802_1x.ca_cert=
|
|
security.sip.ca_cert=
|
|
security.sopi.ca_cert=
|
|
security.remote_phonebook.ca_cert=
|
|
security.xml_browser.ca_cert=
|
|
security.ldap.ca_cert=
|
|
security.tr069.ca_cert=
|
|
security.auto_provision.ca_cert=
|
|
security.dm.ca_cert=
|
|
security.web_server.ca_cert=
|
|
security.xmpp_xsi.ca_cert=
|
|
security.802_1x.trust_certificates=
|
|
security.sip.trust_certificates=
|
|
security.sopi.trust_certificates=
|
|
security.remote_phonebook.trust_certificates=
|
|
security.xml_browser.trust_certificates=
|
|
security.ldap.trust_certificates=
|
|
security.tr069.trust_certificates=
|
|
security.auto_provision.trust_certificates=
|
|
security.dm.trust_certificates=
|
|
security.web_server.trust_certificates=
|
|
security.802_1x.cn_validation=
|
|
security.sip.cn_validation=
|
|
security.sopi.cn_validation=
|
|
security.remote_phonebook.cn_validation=
|
|
security.xml_browser.cn_validation=
|
|
security.ldap.cn_validation=
|
|
security.tr069.cn_validation=
|
|
security.auto_provision.cn_validation=
|
|
security.dm.cn_validation=
|
|
security.web_server.cn_validation=
|
|
security.802_1x.dev_cert=
|
|
security.sip.dev_cert=
|
|
security.sopi.dev_cert=
|
|
security.remote_phonebook.dev_cert=
|
|
security.xml_browser.dev_cert=
|
|
security.ldap.dev_cert=
|
|
security.tr069.dev_cert=
|
|
security.auto_provision.dev_cert=
|
|
security.dm.dev_cert=
|
|
security.web_server.dev_cert=
|
|
security.802_1x.tls_cipher_list=
|
|
security.sip.tls_cipher_list=
|
|
security.sopi.tls_cipher_list=
|
|
security.remote_phonebook.tls_cipher_list=
|
|
security.xml_browser.tls_cipher_list=
|
|
security.ldap.tls_cipher_list=
|
|
security.tr069.tls_cipher_list=
|
|
security.auto_provision.tls_cipher_list=
|
|
security.dm.tls_cipher_list=
|
|
security.web_server.tls_cipher_list=
|
|
xmlbrowser_icon_upload.url=
|
|
xmlbrowser_icon.delete=
|
|
features.connect_pstn_popup.enable=
|
|
static.security.password_use_default.mode=
|
|
features.keep_mute.mode=
|
|
ume.directory.enable=
|
|
ume.directory.update_time_interval=
|
|
features.ringer_device.is_use_headset=
|
|
features.analog_headset.mode =
|
|
voice.headset_side_tone =
|
|
|
|
#######################################################################################
|
|
## WIFI Phone AX83&AX86 Add ##
|
|
#######################################################################################
|
|
##features.key.x.speeddial_number =
|
|
##features.key.x.speeddial_label =
|
|
##features.key.x.speeddial_line =
|
|
##(X ranges from 1 to 9)
|
|
##Only AX83 Models support these parameters.
|
|
phone_setting.network_disconnect_keepalive.time =
|
|
phone_setting.on_call.backlight_mode =
|
|
network.wifi.roaming_threshold =
|
|
network.wifi.band.mode=
|
|
phone_setting.vibrate.enable =
|
|
phone_setting.sleep_time =
|
|
features.key.1.speeddial_number =
|
|
features.key.1.speeddial_label =
|
|
features.key.1.speeddial_line =
|
|
|
|
####
|
|
auto_provision.complex_password.enable=
|
|
security.complex_password.enable=
|
|
|
|
phone_setting.end_call_on_hook.enable=
|
|
phone_setting.off_cradle_auto_answer.enable=
|
|
features.charging_tone.enable=
|
|
account.x.fec_audio.mode=
|
|
|
|
###Alarm
|
|
action_url.alarm.trigger=
|
|
alarm.line=
|
|
alarm.number=
|
|
|
|
alarm.button.enable=
|
|
alarm.button_trigger_mode=
|
|
alarm.button.report.mode=
|
|
alarm.button.pre_alarm.handset_stop.enable=
|
|
alarm.button.pre_alarm.delay=
|
|
alarm.button.handset_stop.enable=
|
|
alarm.button.ring.enable=
|
|
alarm.button.x.weekly_dayofweek=
|
|
alarm.button.x.weekly_office_hour=
|
|
|
|
|
|
###PTT
|
|
features.ptt.enable=
|
|
ptt_group.x.enable=
|
|
ptt_group.join_code=
|
|
ptt_group.x.name=
|
|
ptt_group.caller_name=
|
|
ptt_group.ptt_address=
|
|
|
|
#################only for AX86#############
|
|
|
|
##Alarm
|
|
alarm.man_down.enable=
|
|
alarm.man_down.trigger_delay=
|
|
alarm.man_down.report.mode=
|
|
alarm.man_down.pre_alarm.handset_stop.enable=
|
|
alarm.man_down.handset_stop.enable=
|
|
alarm.man_down.pre_alarm.delay=
|
|
alarm.man_down.ring.enable=
|
|
alarm.man_down.x.weekly_office_hour=
|
|
alarm.man_down.x.weekly_dayofweek=
|
|
|
|
alarm.no_movement.enable=
|
|
alarm.no_movement.trigger_delay=
|
|
alarm.no_movement.report.mode=
|
|
alarm.no_movement.pre_alarm.handset_stop.enable=
|
|
alarm.no_movement.handset_stop.enable=
|
|
alarm.no_movement.pre_alarm.delay=
|
|
alarm.no_movement.ring.enable=
|
|
alarm.no_movement.x.weekly_dayofweek=
|
|
alarm.no_movement.x.weekly_office_hour=
|
|
|
|
alarm.running.enable=
|
|
alarm.running.trigger_delay=
|
|
alarm.running.report.mode=
|
|
alarm.running.pre_alarm.handset_stop.enable=
|
|
alarm.running.handset_stop.enable=
|
|
alarm.running.pre_alarm.delay=
|
|
alarm.running.ring.enable=
|
|
alarm.running.x.weekly_office_hour=
|
|
alarm.running.x.weekly_dayofweek=
|
|
|
|
|
|
#PTT
|
|
programablekey.19.type=
|
|
|
|
#Voice
|
|
features.acoustic_shield.mode=
|
|
|
|
|
|
|