Files
fusionpbx/resources/templates/provision/flyingvoice/fip10/{$mac}.cfg
Vincent c2772dc4c7 Add the fip1x series provision template of flyingvoice and the vender of flyingvoice on the web. (#5996)
* Add fip1x series of flyingvoice  in the provision

* Fix boot file of flyingvoice does not take effect.
2021-08-27 09:39:10 -06:00

787 lines
31 KiB
INI

#!version:1.0.0.1
#{$microtime}
##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
#######################################################################################
## Trnasfer ##
#######################################################################################
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.1.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.1.anonymous_call.server_base_only =
account.1.send_anonymous_rejection_code =
account.1.anonymous_reject_offcode =
account.1.anonymous_reject_oncode =
account.1.reject_anonymous_call=
account.1.anonymous_call_offcode =
account.1.anonymous_call_oncode =
account.1.anonymous_call =
account.1.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.1.music_server_uri=
account.1.music_on_hold_type=
account.1.auto_label.rule=
account.1.auto_label.enable=
account.1.number_of_linekey=
account.1.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.1.codec.ilbc_15_2kbps.priority= 0
account.1.codec.ilbc_15_2kbps.enable= 0
account.1.codec.ilbc_13_33kbps.priority= {if isset($flyingvoice_codec_iLBC_priority)}{$flyingvoice_codec_iLBC_priority}{else}0{/if}
account.1.codec.ilbc_13_33kbps.enable = {if isset($flyingvoice_codec_iLBC_enable)}1{else}0{/if}
account.1.codec.pcma.enable= {if isset($flyingvoice_codec_pcma_enable)}1{else}0{/if}
account.1.codec.pcma.priority= {if isset($flyingvoice_codec_pcma_priority)}{$flyingvoice_codec_pcma_priority}{else}0{/if}
account.1.codec.pcmu.enable= {if isset($flyingvoice_codec_pcmu_enable)}1{else}0{/if}
account.1.codec.pcmu.priority= {if isset($flyingvoice_codec_pcmu_priority)}{$flyingvoice_codec_pcmu_priority}{else}0{/if}
account.1.codec.opus.priority = {if isset($flyingvoice_codec_opus_priority)}{$flyingvoice_codec_opus_priority}{else}0{/if}
account.1.codec.opus.enable= {if isset($flyingvoice_codec_opus_enable)}1{else}0{/if}
account.1.codec.opus.para=
account.1.codec.g726_40.enable= {if isset($flyingvoice_codec_g726_40_enable)}1{else}0{/if}
account.1.codec.g726_40.priority= {if isset($flyingvoice_codec_g726_40_priority)}{$flyingvoice_codec_g726_40_priority}{else}0{/if}
account.1.codec.g726_32.enable= {if isset($flyingvoice_codec_g726_32_enable)}1{else}0{/if}
account.1.codec.g726_32.priority= {if isset($flyingvoice_codec_g726_32_priority)}{$flyingvoice_codec_g726_32_priority}{else}0{/if}
account.1.codec.g726_24.enable= {if isset($flyingvoice_codec_g726_24_enable)}1{else}0{/if}
account.1.codec.g726_24.priority= {if isset($flyingvoice_codec_g726_24_priority)}{$flyingvoice_codec_g726_24_priority}{else}0{/if}
account.1.codec.g726_16.enable= {if isset($flyingvoice_codec_g726_16_enable)}1{else}0{/if}
account.1.codec.g726_16.priority= {if isset($flyingvoice_codec_g726_16_priority)}{$flyingvoice_codec_g726_16_priority}{else}0{/if}
account.1.codec.g723_63.priority= {if isset($flyingvoice_codec_g723_63_priority)}{$flyingvoice_codec_g723_63_priority}{else}0{/if}
account.1.codec.g723_63.enable= {if isset($flyingvoice_codec_g723_63_enable)}1{else}0{/if}
account.1.codec.g723_53.priority= {if isset($flyingvoice_codec_g723_53_priority)}{$flyingvoice_codec_g723_53_priority}{else}0{/if}
account.1.codec.g723_53.enable= {if isset($flyingvoice_codec_g723_53_enable)}1{else}0{/if}
account.1.codec.g729.priority= {if isset($flyingvoice_codec_g729_priority)}{$flyingvoice_codec_g729_priority}{else}0{/if}
account.1.codec.g729.enable= {if isset($flyingvoice_codec_g729_enable)}1{else}0{/if}
account.1.codec.g722.priority= {if isset($flyingvoice_codec_g722_priority)}{$flyingvoice_codec_g722_priority}{else}0{/if}
account.1.codec.g722.enable= {if isset($flyingvoice_codec_g722_enable)}1{else}0{/if}
################################################################
# Account Register ##
################################################################
{if isset($account.1.password) }
account.1.enable = 1
{else}
account.1.enable = 0
{/if}
account.1.label = {$account.1.display_name}
account.1.display_name = {$account.1.display_name}
account.1.auth_name = {$account.1.auth_id}
account.1.password = {$account.1.password}
{if isset($account.1.server.1.address)}
account.1.user_name = {$account.1.user_id}@{$account.1.server_address}
{else}
account.1.user_name = {$account.1.user_id}
{/if}
{if isset($account.1.server.1.address)} account.1.sip_server.1.address= {$account.1.server.1.address} {else} account.1.sip_server.1.address= {$account.1.server_address} {/if}
account.1.sip_server.1.port= {$account.1.sip_port}
{if $account.1.sip_transport == 'udp'}account.1.sip_server.1.transport_type = 0{/if}
{if $account.1.sip_transport == 'tcp'}account.1.sip_server.1.transport_type = 1{/if}
{if $account.1.sip_transport == 'tls'}account.1.sip_server.1.transport_type = 2{/if}
{if $account.1.sip_transport == 'dns srv'}account.1.sip_server.1.transport_type = 3{/if}
account.1.sip_server.1.expires= {$account.1.register_expires}
account.1.sip_server.1.retry_counts= 3
account.1.sip_server.2.address= {$account.1.server.2.address}
account.1.sip_server.2.port= {$account.1.sip_port}
{if $account.1.sip_transport == 'udp'}account.1.sip_server.2.transport_type = 0{/if}
{if $account.1.sip_transport == 'tcp'}account.1.sip_server.2.transport_type = 1{/if}
{if $account.1.sip_transport == 'tls'}account.1.sip_server.2.transport_type = 2{/if}
{if $account.1.sip_transport == 'dns srv'}account.1.sip_server.2.transport_type = 3{/if}
account.1.sip_server.2.expires= {$account.1.register_expires}
account.1.sip_server.2.retry_counts= 3
account.1.outbound_proxy_enable= {if isset($account.1.outbound_proxy_primary)}1{else}0{/if}
account.1.outbound_proxy.1.address= {$account.1.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.1.outbound_proxy.1.port = {$account.1.sip_port}
{/if}
account.1.outbound_proxy.2.address= {$account.1.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.1.outbound_proxy.2.port = {$account.1.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.1.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.1.outbound_proxy_fallback_interval = 120
{/if}
account.1.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.1.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.1.nat.udp_update_enable= 3
account.1.nat.udp_update_time= 30
account.1.nat.rport= {$flyingvoice_rport}
account.1.dtmf.type= {$flyingvoice_dtmf_type}
account.1.dtmf.info_type=
account.1.dtmf.dtmf_payload=
account.1.100rel_enable= {$flyingvoice_retransmission}
account.1.subscribe_register=
account.1.cid_source= {$flyingvoice_cid_source}
account.1.enable_user_equal_phone=
account.1.srtp_encryption= {$flyingvoice_srtp_encryption}
account.1.ptime= 20
account.1.register_line=
account.1.register_mac=
account.1.reg_fail_retry_interval=
account.1.unregister_on_reboot=1
account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$flyingvoice_session_timer}
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
account.1.srtp.unencrypted_rtcp.enable =
account.1.srtp.unencrypted_rtp.enable =
account.1.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.1.outbound_proxy.1.register_on_enable=
account.1.outbound_proxy.1.failback_timeout=
account.1.outbound_proxy.1.failback_mode=
account.1.outbound_proxy.1.retry_counts=
account.1.outbound_proxy.1.only_signal_with_registered=
account.1.outbound_proxy.1.failback_subscribe.enable=
account.1.outbound_proxy.1.invite_retry_counts=
account.1.sip_server.1.register_on_enable= 0
account.1.sip_server.1.failback_timeout= 3600
account.1.sip_server.1.failback_mode= 0
account.1.sip_server.1.failback_subscribe.enable=
account.1.sip_server.1.only_signal_with_registered=
account.1.sip_server.1.invite_retry_counts=
account.1.outbound_proxy.2.register_on_enable=
account.1.outbound_proxy.2.failback_timeout=
account.1.outbound_proxy.2.failback_mode=
account.1.outbound_proxy.2.retry_counts=
account.1.outbound_proxy.2.only_signal_with_registered=
account.1.outbound_proxy.2.failback_subscribe.enable=
account.1.outbound_proxy.2.invite_retry_counts=
account.1.sip_server.2.register_on_enable=
account.1.sip_server.2.failback_timeout=
account.1.sip_server.2.failback_mode=
account.1.sip_server.2.failback_subscribe.enable=
account.1.sip_server.2.only_signal_with_registered=
account.1.sip_server.2.invite_retry_counts=
account.1.static_cache_pri=
account.1.dns_cache_type=
account.1.naptr_build=
account.1.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.1.fallback.redundancy_type=
account.1.reg_failed_retry_max_time=
account.1.reg_failed_retry_min_time=
account.1.redundancy_with_reg_fail.enable =
account.1.sip_server.1.outbound_proxy_enable =
account.1.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.1.contact_take_line_param=
account.1.update_ack_while_dialing=
account.1.srtp_lifetime=
account.1.third_part_request_with_route.enable=
account.1.insert_outbound_in_route.enable=
account.1.path.enable=
account.1.sub_fail_retry_interval=
account.1.transfer_refer_to_contact_header.enable=
account.1.hold_use_inactive=
account.1.gruu.enable=
account.1.dial_tone=
account.1.call_id_mode=
account.1.subscribe_expires_overlap=
account.1.register_expires_overlap=
account.1.call_info=
account.1.custom_ua=
account.1.mwi_parse_terminated=
account.1.check_cseq.enable=
account.1.check_to_tag.enable=
account.1.vq_rtcpxr.collector_server_port=
account.1.vq_rtcpxr.collector_server_host=
account.1.vq_rtcpxr.collector_name=
account.1.compact_header_enable=
account.1.cp_source=
account.1.cid_source_ppi=
account.1.cid_source_privacy=
account.1.reg_with_pani_header.enable =
account.1.alert_info=
account.1.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.1.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.1.timeout_fwd.off_code=
account.1.timeout_fwd.on_code=
account.1.timeout_fwd.timeout=
account.1.timeout_fwd.target=
account.1.timeout_fwd.enable=
account.1.busy_fwd.off_code=
account.1.busy_fwd.on_code=
account.1.busy_fwd.target=
account.1.busy_fwd.enable=
account.1.always_fwd.off_code=
account.1.always_fwd.on_code=
account.1.always_fwd.target=
account.1.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.1.dnd.enable=
account.1.dnd.off_code=
account.1.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.1.subscribe_mwi=
account.1.subscribe_mwi_to_vm=
account.1.subscribe_mwi_expires=
account.1.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.1.auto_dial_enable=
account.1.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.1.ringtone.ring_type=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.1.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.1.blf.blf_list_uri=
account.1.blf_list_barge_in_code=
account.1.blf_list_code=
account.1.blf_list_retrieve_call_parked_code=
account.1.blf.subscribe_period=
account.1.blf.match_host.enable=
account.1.out_dialog_blf_enable=
account.1.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.1.shared_line= {$shared_line_1}
account.1.line_seize.expires=
account.1.shared_line_one_touch_bargein.enable=
account.1.shared_line_one_touch_retrieve.enable=
account.1.sca_manage_interface_display_time=
account.1.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.1.direct_pickup_code =
account.1.group_pickup_code =
account.1.dialoginfo_callpickup =
account.1.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.1.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.1.acd.available_url=
account.1.acd.away_url =
account.1.acd.refresh_url =
account.1.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.2.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.2.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.2.anonymous_call.server_base_only =
account.2.send_anonymous_rejection_code =
account.2.anonymous_reject_offcode =
account.2.anonymous_reject_oncode =
account.2.reject_anonymous_call=
account.2.anonymous_call_offcode =
account.2.anonymous_call_oncode =
account.2.anonymous_call =
account.2.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.2.music_server_uri=
account.2.music_on_hold_type=
account.2.auto_label.rule=
account.2.auto_label.enable=
account.2.number_of_linekey=
account.2.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.2.codec.ilbc_15_2kbps.priority=
account.2.codec.ilbc_15_2kbps.enable=
account.2.codec.ilbc_13_33kbps.priority=
account.2.codec.ilbc_13_33kbps.enable =
account.2.codec.pcma.enable = 1
account.2.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.2.codec.pcmu.enable = 1
account.2.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.2.codec.opus.enable = 1
account.2.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.2.codec.g726_32.enable=
account.2.codec.g726_32.priority=
account.2.codec.g729.enable = 1
account.2.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.2.codec.g722.enable = 1
account.2.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.2.password) }
account.2.enable = 1
{else}
account.2.enable = 0
{/if}
account.2.label = {$account.2.display_name}
account.2.display_name = {$account.2.display_name}
account.2.auth_name = {$account.2.auth_id}
account.2.password = {$account.2.password}
{if isset($account.2.server.1.address)}
account.2.user_name = {$account.2.user_id}@{$account.2.server_address}
{else}
account.2.user_name = {$account.2.user_id}
{/if}
{if isset($account.2.server.1.address)} account.2.sip_server.1.address= {$account.2.server.1.address} {else} account.2.sip_server.1.address= {$account.2.server_address} {/if}
account.2.sip_server.1.port= {$account.2.sip_port}
{if $account.2.sip_transport == 'udp'}account.2.sip_server.1.transport_type = 0{/if}
{if $account.2.sip_transport == 'tcp'}account.2.sip_server.1.transport_type = 1{/if}
{if $account.2.sip_transport == 'tls'}account.2.sip_server.1.transport_type = 2{/if}
{if $account.2.sip_transport == 'dns srv'}account.2.sip_server.1.transport_type = 3{/if}
account.2.sip_server.1.expires= {$account.2.register_expires}
account.2.sip_server.1.retry_counts= 3
account.2.sip_server.2.address= {$account.2.server.2.address}
account.2.sip_server.2.port= {$account.2.sip_port}
{if $account.2.sip_transport == 'udp'}account.2.sip_server.2.transport_type = 0{/if}
{if $account.2.sip_transport == 'tcp'}account.2.sip_server.2.transport_type = 1{/if}
{if $account.2.sip_transport == 'tls'}account.2.sip_server.2.transport_type = 2{/if}
{if $account.2.sip_transport == 'dns srv'}account.2.sip_server.2.transport_type = 3{/if}
account.2.sip_server.2.expires= {$account.2.register_expires}
account.2.sip_server.2.retry_counts= 3
account.2.outbound_proxy_enable= {if isset($account.2.outbound_proxy_primary)}1{else}0{/if}
account.2.outbound_proxy.1.address= {$account.2.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.2.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.2.outbound_proxy.1.port = {$account.2.sip_port}
{/if}
account.2.outbound_proxy.2.address= {$account.2.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.2.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.2.outbound_proxy.2.port = {$account.2.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.2.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.2.outbound_proxy_fallback_interval = 120
{/if}
account.2.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.2.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.2.nat.udp_update_enable= 3
account.2.nat.udp_update_time= 30
account.2.nat.rport= {$flyingvoice_rport}
account.2.dtmf.type= {$flyingvoice_dtmf_type}
account.2.dtmf.info_type=
account.2.dtmf.dtmf_payload=
account.2.100rel_enable= {$flyingvoice_retransmission}
account.2.subscribe_register=
account.2.cid_source= {$flyingvoice_cid_source}
account.2.enable_user_equal_phone=
account.2.srtp_encryption= {$flyingvoice_srtp_encryption}
account.2.ptime= 20
account.2.register_line=
account.2.register_mac=
account.2.reg_fail_retry_interval=
account.2.unregister_on_reboot=
account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$flyingvoice_session_timer}
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
account.2.srtp.unencrypted_rtcp.enable =
account.2.srtp.unencrypted_rtp.enable =
account.2.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.2.outbound_proxy.1.register_on_enable=
account.2.outbound_proxy.1.failback_timeout=
account.2.outbound_proxy.1.failback_mode=
account.2.outbound_proxy.1.retry_counts=
account.2.outbound_proxy.1.only_signal_with_registered=
account.2.outbound_proxy.1.failback_subscribe.enable=
account.2.outbound_proxy.1.invite_retry_counts=
account.2.sip_server.1.register_on_enable= 0
account.2.sip_server.1.failback_timeout= 3600
account.2.sip_server.1.failback_mode= 0
account.2.sip_server.1.failback_subscribe.enable=
account.2.sip_server.1.only_signal_with_registered=
account.2.sip_server.1.invite_retry_counts=
account.2.outbound_proxy.2.register_on_enable=
account.2.outbound_proxy.2.failback_timeout=
account.2.outbound_proxy.2.failback_mode=
account.2.outbound_proxy.2.retry_counts=
account.2.outbound_proxy.2.only_signal_with_registered=
account.2.outbound_proxy.2.failback_subscribe.enable=
account.2.outbound_proxy.2.invite_retry_counts=
account.2.sip_server.2.register_on_enable=
account.2.sip_server.2.failback_timeout=
account.2.sip_server.2.failback_mode=
account.2.sip_server.2.failback_subscribe.enable=
account.2.sip_server.2.only_signal_with_registered=
account.2.sip_server.2.invite_retry_counts=
account.2.static_cache_pri=
account.2.dns_cache_type=
account.2.naptr_build=
account.2.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.2.fallback.redundancy_type=
account.2.reg_failed_retry_max_time=
account.2.reg_failed_retry_min_time=
account.2.redundancy_with_reg_fail.enable =
account.2.sip_server.1.outbound_proxy_enable =
account.2.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.2.contact_take_line_param=
account.2.update_ack_while_dialing=
account.2.srtp_lifetime=
account.2.third_part_request_with_route.enable=
account.2.insert_outbound_in_route.enable=
account.2.path.enable=
account.2.sub_fail_retry_interval=
account.2.transfer_refer_to_contact_header.enable=
account.2.hold_use_inactive=
account.2.gruu.enable=
account.2.dial_tone=
account.2.call_id_mode=
account.2.subscribe_expires_overlap=
account.2.register_expires_overlap=
account.2.call_info=
account.2.custom_ua=
account.2.mwi_parse_terminated=
account.2.check_cseq.enable=
account.2.check_to_tag.enable=
account.2.vq_rtcpxr.collector_server_port=
account.2.vq_rtcpxr.collector_server_host=
account.2.vq_rtcpxr.collector_name=
account.2.compact_header_enable=
account.2.cp_source=
account.2.cid_source_ppi=
account.2.cid_source_privacy=
account.2.reg_with_pani_header.enable =
account.2.alert_info=
account.2.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.2.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.2.timeout_fwd.off_code=
account.2.timeout_fwd.on_code=
account.2.timeout_fwd.timeout=
account.2.timeout_fwd.target=
account.2.timeout_fwd.enable=
account.2.busy_fwd.off_code=
account.2.busy_fwd.on_code=
account.2.busy_fwd.target=
account.2.busy_fwd.enable=
account.2.always_fwd.off_code=
account.2.always_fwd.on_code=
account.2.always_fwd.target=
account.2.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.2.dnd.enable=
account.2.dnd.off_code=
account.2.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.2.subscribe_mwi=
account.2.subscribe_mwi_to_vm=
account.2.subscribe_mwi_expires=
account.2.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.2.auto_dial_enable=
account.2.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.2.ringtone.ring_type=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.2.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.2.blf.blf_list_uri=
account.2.blf_list_barge_in_code=
account.2.blf_list_code=
account.2.blf_list_retrieve_call_parked_code=
account.2.blf.subscribe_period=
account.2.blf.match_host.enable=
account.2.out_dialog_blf_enable=
account.2.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.2.shared_line= {$shared_line_1}
account.2.line_seize.expires=
account.2.shared_line_one_touch_bargein.enable=
account.2.shared_line_one_touch_retrieve.enable=
account.2.sca_manage_interface_display_time=
account.2.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.2.direct_pickup_code =
account.2.group_pickup_code =
account.2.dialoginfo_callpickup =
account.2.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.2.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.2.acd.available_url=
account.2.acd.away_url =
account.2.acd.refresh_url =
account.2.acd.call_information=