Files
fusionpbx/resources/templates/provision/flyingvoice/fip14g/{$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

3144 lines
122 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=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.3.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.3.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.3.anonymous_call.server_base_only =
account.3.send_anonymous_rejection_code =
account.3.anonymous_reject_offcode =
account.3.anonymous_reject_oncode =
account.3.reject_anonymous_call=
account.3.anonymous_call_offcode =
account.3.anonymous_call_oncode =
account.3.anonymous_call =
account.3.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.3.music_server_uri=
account.3.music_on_hold_type=
account.3.auto_label.rule=
account.3.auto_label.enable=
account.3.number_of_linekey=
account.3.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.3.codec.ilbc_15_2kbps.priority=
account.3.codec.ilbc_15_2kbps.enable=
account.3.codec.ilbc_13_33kbps.priority=
account.3.codec.ilbc_13_33kbps.enable =
account.3.codec.pcma.enable = 1
account.3.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.3.codec.pcmu.enable = 1
account.3.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.3.codec.opus.enable = 1
account.3.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.3.codec.g726_32.enable=
account.3.codec.g726_32.priority=
account.3.codec.g729.enable = 1
account.3.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.3.codec.g722.enable = 1
account.3.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.3.password) }
account.3.enable = 1
{else}
account.3.enable = 0
{/if}
account.3.label = {$account.3.display_name}
account.3.display_name = {$account.3.display_name}
account.3.auth_name = {$account.3.auth_id}
account.3.password = {$account.3.password}
{if isset($account.3.server.1.address)}
account.3.user_name = {$account.3.user_id}@{$account.3.server_address}
{else}
account.3.user_name = {$account.3.user_id}
{/if}
{if isset($account.3.server.1.address)} account.3.sip_server.1.address= {$account.3.server.1.address} {else} account.3.sip_server.1.address= {$account.3.server_address} {/if}
account.3.sip_server.1.port= {$account.3.sip_port}
{if $account.3.sip_transport == 'udp'}account.3.sip_server.1.transport_type = 0{/if}
{if $account.3.sip_transport == 'tcp'}account.3.sip_server.1.transport_type = 1{/if}
{if $account.3.sip_transport == 'tls'}account.3.sip_server.1.transport_type = 2{/if}
{if $account.3.sip_transport == 'dns srv'}account.3.sip_server.1.transport_type = 3{/if}
account.3.sip_server.1.expires= {$account.3.register_expires}
account.3.sip_server.1.retry_counts= 3
account.3.sip_server.2.address= {$account.3.server.2.address}
account.3.sip_server.2.port= {$account.3.sip_port}
{if $account.3.sip_transport == 'udp'}account.3.sip_server.2.transport_type = 0{/if}
{if $account.3.sip_transport == 'tcp'}account.3.sip_server.2.transport_type = 1{/if}
{if $account.3.sip_transport == 'tls'}account.3.sip_server.2.transport_type = 2{/if}
{if $account.3.sip_transport == 'dns srv'}account.3.sip_server.2.transport_type = 3{/if}
account.3.sip_server.2.expires= {$account.3.register_expires}
account.3.sip_server.2.retry_counts= 3
account.3.outbound_proxy_enable= {if isset($account.3.outbound_proxy_primary)}1{else}0{/if}
account.3.outbound_proxy.1.address= {$account.3.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.3.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.3.outbound_proxy.1.port = {$account.3.sip_port}
{/if}
account.3.outbound_proxy.2.address= {$account.3.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.3.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.3.outbound_proxy.2.port = {$account.3.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.3.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.3.outbound_proxy_fallback_interval = 120
{/if}
account.3.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.3.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.3.nat.udp_update_enable= 3
account.3.nat.udp_update_time= 30
account.3.nat.rport= {$flyingvoice_rport}
account.3.dtmf.type= {$flyingvoice_dtmf_type}
account.3.dtmf.info_type=
account.3.dtmf.dtmf_payload=
account.3.100rel_enable= {$flyingvoice_retransmission}
account.3.subscribe_register=
account.3.cid_source= {$flyingvoice_cid_source}
account.3.enable_user_equal_phone=
account.3.srtp_encryption= {$flyingvoice_srtp_encryption}
account.3.ptime= 20
account.3.register_line=
account.3.register_mac=
account.3.reg_fail_retry_interval=
account.3.unregister_on_reboot=
account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$flyingvoice_session_timer}
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
account.3.srtp.unencrypted_rtcp.enable =
account.3.srtp.unencrypted_rtp.enable =
account.3.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.3.outbound_proxy.1.register_on_enable=
account.3.outbound_proxy.1.failback_timeout=
account.3.outbound_proxy.1.failback_mode=
account.3.outbound_proxy.1.retry_counts=
account.3.outbound_proxy.1.only_signal_with_registered=
account.3.outbound_proxy.1.failback_subscribe.enable=
account.3.outbound_proxy.1.invite_retry_counts=
account.3.sip_server.1.register_on_enable= 0
account.3.sip_server.1.failback_timeout= 3600
account.3.sip_server.1.failback_mode= 0
account.3.sip_server.1.failback_subscribe.enable=
account.3.sip_server.1.only_signal_with_registered=
account.3.sip_server.1.invite_retry_counts=
account.3.outbound_proxy.2.register_on_enable=
account.3.outbound_proxy.2.failback_timeout=
account.3.outbound_proxy.2.failback_mode=
account.3.outbound_proxy.2.retry_counts=
account.3.outbound_proxy.2.only_signal_with_registered=
account.3.outbound_proxy.2.failback_subscribe.enable=
account.3.outbound_proxy.2.invite_retry_counts=
account.3.sip_server.2.register_on_enable=
account.3.sip_server.2.failback_timeout=
account.3.sip_server.2.failback_mode=
account.3.sip_server.2.failback_subscribe.enable=
account.3.sip_server.2.only_signal_with_registered=
account.3.sip_server.2.invite_retry_counts=
account.3.static_cache_pri=
account.3.dns_cache_type=
account.3.naptr_build=
account.3.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.3.fallback.redundancy_type=
account.3.reg_failed_retry_max_time=
account.3.reg_failed_retry_min_time=
account.3.redundancy_with_reg_fail.enable =
account.3.sip_server.1.outbound_proxy_enable =
account.3.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.3.contact_take_line_param=
account.3.update_ack_while_dialing=
account.3.srtp_lifetime=
account.3.third_part_request_with_route.enable=
account.3.insert_outbound_in_route.enable=
account.3.path.enable=
account.3.sub_fail_retry_interval=
account.3.transfer_refer_to_contact_header.enable=
account.3.hold_use_inactive=
account.3.gruu.enable=
account.3.dial_tone=
account.3.call_id_mode=
account.3.subscribe_expires_overlap=
account.3.register_expires_overlap=
account.3.call_info=
account.3.custom_ua=
account.3.mwi_parse_terminated=
account.3.check_cseq.enable=
account.3.check_to_tag.enable=
account.3.vq_rtcpxr.collector_server_port=
account.3.vq_rtcpxr.collector_server_host=
account.3.vq_rtcpxr.collector_name=
account.3.compact_header_enable=
account.3.cp_source=
account.3.cid_source_ppi=
account.3.cid_source_privacy=
account.3.reg_with_pani_header.enable =
account.3.alert_info=
account.3.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.3.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.3.timeout_fwd.off_code=
account.3.timeout_fwd.on_code=
account.3.timeout_fwd.timeout=
account.3.timeout_fwd.target=
account.3.timeout_fwd.enable=
account.3.busy_fwd.off_code=
account.3.busy_fwd.on_code=
account.3.busy_fwd.target=
account.3.busy_fwd.enable=
account.3.always_fwd.off_code=
account.3.always_fwd.on_code=
account.3.always_fwd.target=
account.3.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.3.dnd.enable=
account.3.dnd.off_code=
account.3.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.3.subscribe_mwi=
account.3.subscribe_mwi_to_vm=
account.3.subscribe_mwi_expires=
account.3.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.3.auto_dial_enable=
account.3.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.3.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.3.dialplan.digitmap.enable=
account.3.dialplan.digitmap.string=
account.3.dialplan.digitmap.no_match_action=
account.3.dialplan.digitmap.interdigit_short_timer=
account.3.dialplan.digitmap.interdigit_long_timer=
account.3.dialplan.digitmap.apply_to.press_send=
account.3.dialplan.digitmap.apply_to.forward=
account.3.dialplan.digitmap.apply_to.history_dial=
account.3.dialplan.digitmap.apply_to.directory_dial=
account.3.dialplan.digitmap.apply_to.on_hook_dial=
account.3.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.3.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.3.blf.blf_list_uri=
account.3.blf_list_barge_in_code=
account.3.blf_list_code=
account.3.blf_list_retrieve_call_parked_code=
account.3.blf.subscribe_period=
account.3.blf.match_host.enable=
account.3.out_dialog_blf_enable=
account.3.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.3.shared_line= {$shared_line_1}
account.3.line_seize.expires=
account.3.shared_line_one_touch_bargein.enable=
account.3.shared_line_one_touch_retrieve.enable=
account.3.sca_manage_interface_display_time=
account.3.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.3.direct_pickup_code =
account.3.group_pickup_code =
account.3.dialoginfo_callpickup =
account.3.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.3.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.3.acd.available_url=
account.3.acd.away_url =
account.3.acd.refresh_url =
account.3.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.4.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.4.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.4.anonymous_call.server_base_only =
account.4.send_anonymous_rejection_code =
account.4.anonymous_reject_offcode =
account.4.anonymous_reject_oncode =
account.4.reject_anonymous_call=
account.4.anonymous_call_offcode =
account.4.anonymous_call_oncode =
account.4.anonymous_call =
account.4.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.4.music_server_uri=
account.4.music_on_hold_type=
account.4.auto_label.rule=
account.4.auto_label.enable=
account.4.number_of_linekey=
account.4.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.4.codec.ilbc_15_2kbps.priority=
account.4.codec.ilbc_15_2kbps.enable=
account.4.codec.ilbc_13_33kbps.priority=
account.4.codec.ilbc_13_33kbps.enable =
account.4.codec.pcma.enable = 1
account.4.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.4.codec.pcmu.enable = 1
account.4.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.4.codec.opus.enable = 1
account.4.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.4.codec.g726_32.enable=
account.4.codec.g726_32.priority=
account.4.codec.g729.enable = 1
account.4.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.4.codec.g722.enable = 1
account.4.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.4.password) }
account.4.enable = 1
{else}
account.4.enable = 0
{/if}
account.4.label = {$account.4.display_name}
account.4.display_name = {$account.4.display_name}
account.4.auth_name = {$account.4.auth_id}
account.4.password = {$account.4.password}
{if isset($account.4.server.1.address)}
account.4.user_name = {$account.4.user_id}@{$account.4.server_address}
{else}
account.4.user_name = {$account.4.user_id}
{/if}
{if isset($account.4.server.1.address)} account.4.sip_server.1.address= {$account.4.server.1.address} {else} account.4.sip_server.1.address= {$account.4.server_address} {/if}
account.4.sip_server.1.port= {$account.4.sip_port}
{if $account.4.sip_transport == 'udp'}account.4.sip_server.1.transport_type = 0{/if}
{if $account.4.sip_transport == 'tcp'}account.4.sip_server.1.transport_type = 1{/if}
{if $account.4.sip_transport == 'tls'}account.4.sip_server.1.transport_type = 2{/if}
{if $account.4.sip_transport == 'dns srv'}account.4.sip_server.1.transport_type = 3{/if}
account.4.sip_server.1.expires= {$account.4.register_expires}
account.4.sip_server.1.retry_counts= 3
account.4.sip_server.2.address= {$account.4.server.2.address}
account.4.sip_server.2.port= {$account.4.sip_port}
{if $account.4.sip_transport == 'udp'}account.4.sip_server.2.transport_type = 0{/if}
{if $account.4.sip_transport == 'tcp'}account.4.sip_server.2.transport_type = 1{/if}
{if $account.4.sip_transport == 'tls'}account.4.sip_server.2.transport_type = 2{/if}
{if $account.4.sip_transport == 'dns srv'}account.4.sip_server.2.transport_type = 3{/if}
account.4.sip_server.2.expires= {$account.4.register_expires}
account.4.sip_server.2.retry_counts= 3
account.4.outbound_proxy_enable= {if isset($account.4.outbound_proxy_primary)}1{else}0{/if}
account.4.outbound_proxy.1.address= {$account.4.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.4.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.4.outbound_proxy.1.port = {$account.4.sip_port}
{/if}
account.4.outbound_proxy.2.address= {$account.4.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.4.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.4.outbound_proxy.2.port = {$account.4.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.4.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.4.outbound_proxy_fallback_interval = 120
{/if}
account.4.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.4.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.4.nat.udp_update_enable= 3
account.4.nat.udp_update_time= 30
account.4.nat.rport= {$flyingvoice_rport}
account.4.dtmf.type= {$flyingvoice_dtmf_type}
account.4.dtmf.info_type=
account.4.dtmf.dtmf_payload=
account.4.100rel_enable= {$flyingvoice_retransmission}
account.4.subscribe_register=
account.4.cid_source= {$flyingvoice_cid_source}
account.4.enable_user_equal_phone=
account.4.srtp_encryption= {$flyingvoice_srtp_encryption}
account.4.ptime= 20
account.4.register_line=
account.4.register_mac=
account.4.reg_fail_retry_interval=
account.4.unregister_on_reboot=
account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$flyingvoice_session_timer}
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
account.4.srtp.unencrypted_rtcp.enable =
account.4.srtp.unencrypted_rtp.enable =
account.4.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.4.outbound_proxy.1.register_on_enable=
account.4.outbound_proxy.1.failback_timeout=
account.4.outbound_proxy.1.failback_mode=
account.4.outbound_proxy.1.retry_counts=
account.4.outbound_proxy.1.only_signal_with_registered=
account.4.outbound_proxy.1.failback_subscribe.enable=
account.4.outbound_proxy.1.invite_retry_counts=
account.4.sip_server.1.register_on_enable= 0
account.4.sip_server.1.failback_timeout= 3600
account.4.sip_server.1.failback_mode= 0
account.4.sip_server.1.failback_subscribe.enable=
account.4.sip_server.1.only_signal_with_registered=
account.4.sip_server.1.invite_retry_counts=
account.4.outbound_proxy.2.register_on_enable=
account.4.outbound_proxy.2.failback_timeout=
account.4.outbound_proxy.2.failback_mode=
account.4.outbound_proxy.2.retry_counts=
account.4.outbound_proxy.2.only_signal_with_registered=
account.4.outbound_proxy.2.failback_subscribe.enable=
account.4.outbound_proxy.2.invite_retry_counts=
account.4.sip_server.2.register_on_enable=
account.4.sip_server.2.failback_timeout=
account.4.sip_server.2.failback_mode=
account.4.sip_server.2.failback_subscribe.enable=
account.4.sip_server.2.only_signal_with_registered=
account.4.sip_server.2.invite_retry_counts=
account.4.static_cache_pri=
account.4.dns_cache_type=
account.4.naptr_build=
account.4.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.4.fallback.redundancy_type=
account.4.reg_failed_retry_max_time=
account.4.reg_failed_retry_min_time=
account.4.redundancy_with_reg_fail.enable =
account.4.sip_server.1.outbound_proxy_enable =
account.4.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.4.contact_take_line_param=
account.4.update_ack_while_dialing=
account.4.srtp_lifetime=
account.4.third_part_request_with_route.enable=
account.4.insert_outbound_in_route.enable=
account.4.path.enable=
account.4.sub_fail_retry_interval=
account.4.transfer_refer_to_contact_header.enable=
account.4.hold_use_inactive=
account.4.gruu.enable=
account.4.dial_tone=
account.4.call_id_mode=
account.4.subscribe_expires_overlap=
account.4.register_expires_overlap=
account.4.call_info=
account.4.custom_ua=
account.4.mwi_parse_terminated=
account.4.check_cseq.enable=
account.4.check_to_tag.enable=
account.4.vq_rtcpxr.collector_server_port=
account.4.vq_rtcpxr.collector_server_host=
account.4.vq_rtcpxr.collector_name=
account.4.compact_header_enable=
account.4.cp_source=
account.4.cid_source_ppi=
account.4.cid_source_privacy=
account.4.reg_with_pani_header.enable =
account.4.alert_info=
account.4.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.4.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.4.timeout_fwd.off_code=
account.4.timeout_fwd.on_code=
account.4.timeout_fwd.timeout=
account.4.timeout_fwd.target=
account.4.timeout_fwd.enable=
account.4.busy_fwd.off_code=
account.4.busy_fwd.on_code=
account.4.busy_fwd.target=
account.4.busy_fwd.enable=
account.4.always_fwd.off_code=
account.4.always_fwd.on_code=
account.4.always_fwd.target=
account.4.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.4.dnd.enable=
account.4.dnd.off_code=
account.4.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.4.subscribe_mwi=
account.4.subscribe_mwi_to_vm=
account.4.subscribe_mwi_expires=
account.4.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.4.auto_dial_enable=
account.4.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.4.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.4.dialplan.digitmap.enable=
account.4.dialplan.digitmap.string=
account.4.dialplan.digitmap.no_match_action=
account.4.dialplan.digitmap.interdigit_short_timer=
account.4.dialplan.digitmap.interdigit_long_timer=
account.4.dialplan.digitmap.apply_to.press_send=
account.4.dialplan.digitmap.apply_to.forward=
account.4.dialplan.digitmap.apply_to.history_dial=
account.4.dialplan.digitmap.apply_to.directory_dial=
account.4.dialplan.digitmap.apply_to.on_hook_dial=
account.4.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.4.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.4.blf.blf_list_uri=
account.4.blf_list_barge_in_code=
account.4.blf_list_code=
account.4.blf_list_retrieve_call_parked_code=
account.4.blf.subscribe_period=
account.4.blf.match_host.enable=
account.4.out_dialog_blf_enable=
account.4.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.4.shared_line= {$shared_line_1}
account.4.line_seize.expires=
account.4.shared_line_one_touch_bargein.enable=
account.4.shared_line_one_touch_retrieve.enable=
account.4.sca_manage_interface_display_time=
account.4.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.4.direct_pickup_code =
account.4.group_pickup_code =
account.4.dialoginfo_callpickup =
account.4.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.4.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.4.acd.available_url=
account.4.acd.away_url =
account.4.acd.refresh_url =
account.4.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.5.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.5.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.5.anonymous_call.server_base_only =
account.5.send_anonymous_rejection_code =
account.5.anonymous_reject_offcode =
account.5.anonymous_reject_oncode =
account.5.reject_anonymous_call=
account.5.anonymous_call_offcode =
account.5.anonymous_call_oncode =
account.5.anonymous_call =
account.5.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.5.music_server_uri=
account.5.music_on_hold_type=
account.5.auto_label.rule=
account.5.auto_label.enable=
account.5.number_of_linekey=
account.5.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.5.codec.ilbc_15_2kbps.priority=
account.5.codec.ilbc_15_2kbps.enable=
account.5.codec.ilbc_13_33kbps.priority=
account.5.codec.ilbc_13_33kbps.enable =
account.5.codec.pcma.enable = 1
account.5.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.5.codec.pcmu.enable = 1
account.5.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.5.codec.opus.enable = 1
account.5.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.5.codec.g726_32.enable=
account.5.codec.g726_32.priority=
account.5.codec.g729.enable = 1
account.5.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.5.codec.g722.enable = 1
account.5.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.5.password) }
account.5.enable = 1
{else}
account.5.enable = 0
{/if}
account.5.label = {$account.5.display_name}
account.5.display_name = {$account.5.display_name}
account.5.auth_name = {$account.5.auth_id}
account.5.password = {$account.5.password}
{if isset($account.5.server.1.address)}
account.5.user_name = {$account.5.user_id}@{$account.5.server_address}
{else}
account.5.user_name = {$account.5.user_id}
{/if}
{if isset($account.5.server.1.address)} account.5.sip_server.1.address= {$account.5.server.1.address} {else} account.5.sip_server.1.address= {$account.5.server_address} {/if}
account.5.sip_server.1.port= {$account.5.sip_port}
{if $account.5.sip_transport == 'udp'}account.5.sip_server.1.transport_type = 0{/if}
{if $account.5.sip_transport == 'tcp'}account.5.sip_server.1.transport_type = 1{/if}
{if $account.5.sip_transport == 'tls'}account.5.sip_server.1.transport_type = 2{/if}
{if $account.5.sip_transport == 'dns srv'}account.5.sip_server.1.transport_type = 3{/if}
account.5.sip_server.1.expires= {$account.5.register_expires}
account.5.sip_server.1.retry_counts= 3
account.5.sip_server.2.address= {$account.5.server.2.address}
account.5.sip_server.2.port= {$account.5.sip_port}
{if $account.5.sip_transport == 'udp'}account.5.sip_server.2.transport_type = 0{/if}
{if $account.5.sip_transport == 'tcp'}account.5.sip_server.2.transport_type = 1{/if}
{if $account.5.sip_transport == 'tls'}account.5.sip_server.2.transport_type = 2{/if}
{if $account.5.sip_transport == 'dns srv'}account.5.sip_server.2.transport_type = 3{/if}
account.5.sip_server.2.expires= {$account.5.register_expires}
account.5.sip_server.2.retry_counts= 3
account.5.outbound_proxy_enable= {if isset($account.5.outbound_proxy_primary)}1{else}0{/if}
account.5.outbound_proxy.1.address= {$account.5.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.5.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.5.outbound_proxy.1.port = {$account.5.sip_port}
{/if}
account.5.outbound_proxy.2.address= {$account.5.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.5.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.5.outbound_proxy.2.port = {$account.5.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.5.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.5.outbound_proxy_fallback_interval = 120
{/if}
account.5.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.5.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.5.nat.udp_update_enable= 3
account.5.nat.udp_update_time= 30
account.5.nat.rport= {$flyingvoice_rport}
account.5.dtmf.type= {$flyingvoice_dtmf_type}
account.5.dtmf.info_type=
account.5.dtmf.dtmf_payload=
account.5.100rel_enable= {$flyingvoice_retransmission}
account.5.subscribe_register=
account.5.cid_source= {$flyingvoice_cid_source}
account.5.enable_user_equal_phone=
account.5.srtp_encryption= {$flyingvoice_srtp_encryption}
account.5.ptime= 20
account.5.register_line=
account.5.register_mac=
account.5.reg_fail_retry_interval=
account.5.unregister_on_reboot=
account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$flyingvoice_session_timer}
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
account.5.srtp.unencrypted_rtcp.enable =
account.5.srtp.unencrypted_rtp.enable =
account.5.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.5.outbound_proxy.1.register_on_enable=
account.5.outbound_proxy.1.failback_timeout=
account.5.outbound_proxy.1.failback_mode=
account.5.outbound_proxy.1.retry_counts=
account.5.outbound_proxy.1.only_signal_with_registered=
account.5.outbound_proxy.1.failback_subscribe.enable=
account.5.outbound_proxy.1.invite_retry_counts=
account.5.sip_server.1.register_on_enable= 0
account.5.sip_server.1.failback_timeout= 3600
account.5.sip_server.1.failback_mode= 0
account.5.sip_server.1.failback_subscribe.enable=
account.5.sip_server.1.only_signal_with_registered=
account.5.sip_server.1.invite_retry_counts=
account.5.outbound_proxy.2.register_on_enable=
account.5.outbound_proxy.2.failback_timeout=
account.5.outbound_proxy.2.failback_mode=
account.5.outbound_proxy.2.retry_counts=
account.5.outbound_proxy.2.only_signal_with_registered=
account.5.outbound_proxy.2.failback_subscribe.enable=
account.5.outbound_proxy.2.invite_retry_counts=
account.5.sip_server.2.register_on_enable=
account.5.sip_server.2.failback_timeout=
account.5.sip_server.2.failback_mode=
account.5.sip_server.2.failback_subscribe.enable=
account.5.sip_server.2.only_signal_with_registered=
account.5.sip_server.2.invite_retry_counts=
account.5.static_cache_pri=
account.5.dns_cache_type=
account.5.naptr_build=
account.5.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.5.fallback.redundancy_type=
account.5.reg_failed_retry_max_time=
account.5.reg_failed_retry_min_time=
account.5.redundancy_with_reg_fail.enable =
account.5.sip_server.1.outbound_proxy_enable =
account.5.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.5.contact_take_line_param=
account.5.update_ack_while_dialing=
account.5.srtp_lifetime=
account.5.third_part_request_with_route.enable=
account.5.insert_outbound_in_route.enable=
account.5.path.enable=
account.5.sub_fail_retry_interval=
account.5.transfer_refer_to_contact_header.enable=
account.5.hold_use_inactive=
account.5.gruu.enable=
account.5.dial_tone=
account.5.call_id_mode=
account.5.subscribe_expires_overlap=
account.5.register_expires_overlap=
account.5.call_info=
account.5.custom_ua=
account.5.mwi_parse_terminated=
account.5.check_cseq.enable=
account.5.check_to_tag.enable=
account.5.vq_rtcpxr.collector_server_port=
account.5.vq_rtcpxr.collector_server_host=
account.5.vq_rtcpxr.collector_name=
account.5.compact_header_enable=
account.5.cp_source=
account.5.cid_source_ppi=
account.5.cid_source_privacy=
account.5.reg_with_pani_header.enable =
account.5.alert_info=
account.5.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.5.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.5.timeout_fwd.off_code=
account.5.timeout_fwd.on_code=
account.5.timeout_fwd.timeout=
account.5.timeout_fwd.target=
account.5.timeout_fwd.enable=
account.5.busy_fwd.off_code=
account.5.busy_fwd.on_code=
account.5.busy_fwd.target=
account.5.busy_fwd.enable=
account.5.always_fwd.off_code=
account.5.always_fwd.on_code=
account.5.always_fwd.target=
account.5.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.5.dnd.enable=
account.5.dnd.off_code=
account.5.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.5.subscribe_mwi=
account.5.subscribe_mwi_to_vm=
account.5.subscribe_mwi_expires=
account.5.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.5.auto_dial_enable=
account.5.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.5.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.5.dialplan.digitmap.enable=
account.5.dialplan.digitmap.string=
account.5.dialplan.digitmap.no_match_action=
account.5.dialplan.digitmap.interdigit_short_timer=
account.5.dialplan.digitmap.interdigit_long_timer=
account.5.dialplan.digitmap.apply_to.press_send=
account.5.dialplan.digitmap.apply_to.forward=
account.5.dialplan.digitmap.apply_to.history_dial=
account.5.dialplan.digitmap.apply_to.directory_dial=
account.5.dialplan.digitmap.apply_to.on_hook_dial=
account.5.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.5.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.5.blf.blf_list_uri=
account.5.blf_list_barge_in_code=
account.5.blf_list_code=
account.5.blf_list_retrieve_call_parked_code=
account.5.blf.subscribe_period=
account.5.blf.match_host.enable=
account.5.out_dialog_blf_enable=
account.5.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.5.shared_line= {$shared_line_1}
account.5.line_seize.expires=
account.5.shared_line_one_touch_bargein.enable=
account.5.shared_line_one_touch_retrieve.enable=
account.5.sca_manage_interface_display_time=
account.5.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.5.direct_pickup_code =
account.5.group_pickup_code =
account.5.dialoginfo_callpickup =
account.5.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.5.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.5.acd.available_url=
account.5.acd.away_url =
account.5.acd.refresh_url =
account.5.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.6.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.6.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.6.anonymous_call.server_base_only =
account.6.send_anonymous_rejection_code =
account.6.anonymous_reject_offcode =
account.6.anonymous_reject_oncode =
account.6.reject_anonymous_call=
account.6.anonymous_call_offcode =
account.6.anonymous_call_oncode =
account.6.anonymous_call =
account.6.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.6.music_server_uri=
account.6.music_on_hold_type=
account.6.auto_label.rule=
account.6.auto_label.enable=
account.6.number_of_linekey=
account.6.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.6.codec.ilbc_15_2kbps.priority=
account.6.codec.ilbc_15_2kbps.enable=
account.6.codec.ilbc_13_33kbps.priority=
account.6.codec.ilbc_13_33kbps.enable =
account.6.codec.pcma.enable = 1
account.6.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.6.codec.pcmu.enable = 1
account.6.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.6.codec.opus.enable = 1
account.6.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.6.codec.g726_32.enable=
account.6.codec.g726_32.priority=
account.6.codec.g729.enable = 1
account.6.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.6.codec.g722.enable = 1
account.6.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.6.password) }
account.6.enable = 1
{else}
account.6.enable = 0
{/if}
account.6.label = {$account.6.display_name}
account.6.display_name = {$account.6.display_name}
account.6.auth_name = {$account.6.auth_id}
account.6.password = {$account.6.password}
{if isset($account.6.server.1.address)}
account.6.user_name = {$account.6.user_id}@{$account.6.server_address}
{else}
account.6.user_name = {$account.6.user_id}
{/if}
{if isset($account.6.server.1.address)} account.6.sip_server.1.address= {$account.6.server.1.address} {else} account.6.sip_server.1.address= {$account.6.server_address} {/if}
account.6.sip_server.1.port= {$account.6.sip_port}
{if $account.6.sip_transport == 'udp'}account.6.sip_server.1.transport_type = 0{/if}
{if $account.6.sip_transport == 'tcp'}account.6.sip_server.1.transport_type = 1{/if}
{if $account.6.sip_transport == 'tls'}account.6.sip_server.1.transport_type = 2{/if}
{if $account.6.sip_transport == 'dns srv'}account.6.sip_server.1.transport_type = 3{/if}
account.6.sip_server.1.expires= {$account.6.register_expires}
account.6.sip_server.1.retry_counts= 3
account.6.sip_server.2.address= {$account.6.server.2.address}
account.6.sip_server.2.port= {$account.6.sip_port}
{if $account.6.sip_transport == 'udp'}account.6.sip_server.2.transport_type = 0{/if}
{if $account.6.sip_transport == 'tcp'}account.6.sip_server.2.transport_type = 1{/if}
{if $account.6.sip_transport == 'tls'}account.6.sip_server.2.transport_type = 2{/if}
{if $account.6.sip_transport == 'dns srv'}account.6.sip_server.2.transport_type = 3{/if}
account.6.sip_server.2.expires= {$account.6.register_expires}
account.6.sip_server.2.retry_counts= 3
account.6.outbound_proxy_enable= {if isset($account.6.outbound_proxy_primary)}1{else}0{/if}
account.6.outbound_proxy.1.address= {$account.6.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.6.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.6.outbound_proxy.1.port = {$account.6.sip_port}
{/if}
account.6.outbound_proxy.2.address= {$account.6.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.6.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.6.outbound_proxy.2.port = {$account.6.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.6.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.6.outbound_proxy_fallback_interval = 120
{/if}
account.6.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.6.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.6.nat.udp_update_enable= 3
account.6.nat.udp_update_time= 30
account.6.nat.rport= {$flyingvoice_rport}
account.6.dtmf.type= {$flyingvoice_dtmf_type}
account.6.dtmf.info_type=
account.6.dtmf.dtmf_payload=
account.6.100rel_enable= {$flyingvoice_retransmission}
account.6.subscribe_register=
account.6.cid_source= {$flyingvoice_cid_source}
account.6.enable_user_equal_phone=
account.6.srtp_encryption= {$flyingvoice_srtp_encryption}
account.6.ptime= 20
account.6.register_line=
account.6.register_mac=
account.6.reg_fail_retry_interval=
account.6.unregister_on_reboot=
account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$flyingvoice_session_timer}
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
account.6.srtp.unencrypted_rtcp.enable =
account.6.srtp.unencrypted_rtp.enable =
account.6.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.6.outbound_proxy.1.register_on_enable=
account.6.outbound_proxy.1.failback_timeout=
account.6.outbound_proxy.1.failback_mode=
account.6.outbound_proxy.1.retry_counts=
account.6.outbound_proxy.1.only_signal_with_registered=
account.6.outbound_proxy.1.failback_subscribe.enable=
account.6.outbound_proxy.1.invite_retry_counts=
account.6.sip_server.1.register_on_enable= 0
account.6.sip_server.1.failback_timeout= 3600
account.6.sip_server.1.failback_mode= 0
account.6.sip_server.1.failback_subscribe.enable=
account.6.sip_server.1.only_signal_with_registered=
account.6.sip_server.1.invite_retry_counts=
account.6.outbound_proxy.2.register_on_enable=
account.6.outbound_proxy.2.failback_timeout=
account.6.outbound_proxy.2.failback_mode=
account.6.outbound_proxy.2.retry_counts=
account.6.outbound_proxy.2.only_signal_with_registered=
account.6.outbound_proxy.2.failback_subscribe.enable=
account.6.outbound_proxy.2.invite_retry_counts=
account.6.sip_server.2.register_on_enable=
account.6.sip_server.2.failback_timeout=
account.6.sip_server.2.failback_mode=
account.6.sip_server.2.failback_subscribe.enable=
account.6.sip_server.2.only_signal_with_registered=
account.6.sip_server.2.invite_retry_counts=
account.6.static_cache_pri=
account.6.dns_cache_type=
account.6.naptr_build=
account.6.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.6.fallback.redundancy_type=
account.6.reg_failed_retry_max_time=
account.6.reg_failed_retry_min_time=
account.6.redundancy_with_reg_fail.enable =
account.6.sip_server.1.outbound_proxy_enable =
account.6.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.6.contact_take_line_param=
account.6.update_ack_while_dialing=
account.6.srtp_lifetime=
account.6.third_part_request_with_route.enable=
account.6.insert_outbound_in_route.enable=
account.6.path.enable=
account.6.sub_fail_retry_interval=
account.6.transfer_refer_to_contact_header.enable=
account.6.hold_use_inactive=
account.6.gruu.enable=
account.6.dial_tone=
account.6.call_id_mode=
account.6.subscribe_expires_overlap=
account.6.register_expires_overlap=
account.6.call_info=
account.6.custom_ua=
account.6.mwi_parse_terminated=
account.6.check_cseq.enable=
account.6.check_to_tag.enable=
account.6.vq_rtcpxr.collector_server_port=
account.6.vq_rtcpxr.collector_server_host=
account.6.vq_rtcpxr.collector_name=
account.6.compact_header_enable=
account.6.cp_source=
account.6.cid_source_ppi=
account.6.cid_source_privacy=
account.6.reg_with_pani_header.enable =
account.6.alert_info=
account.6.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.6.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.6.timeout_fwd.off_code=
account.6.timeout_fwd.on_code=
account.6.timeout_fwd.timeout=
account.6.timeout_fwd.target=
account.6.timeout_fwd.enable=
account.6.busy_fwd.off_code=
account.6.busy_fwd.on_code=
account.6.busy_fwd.target=
account.6.busy_fwd.enable=
account.6.always_fwd.off_code=
account.6.always_fwd.on_code=
account.6.always_fwd.target=
account.6.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.6.dnd.enable=
account.6.dnd.off_code=
account.6.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.6.subscribe_mwi=
account.6.subscribe_mwi_to_vm=
account.6.subscribe_mwi_expires=
account.6.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.6.auto_dial_enable=
account.6.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.6.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.6.dialplan.digitmap.enable=
account.6.dialplan.digitmap.string=
account.6.dialplan.digitmap.no_match_action=
account.6.dialplan.digitmap.interdigit_short_timer=
account.6.dialplan.digitmap.interdigit_long_timer=
account.6.dialplan.digitmap.apply_to.press_send=
account.6.dialplan.digitmap.apply_to.forward=
account.6.dialplan.digitmap.apply_to.history_dial=
account.6.dialplan.digitmap.apply_to.directory_dial=
account.6.dialplan.digitmap.apply_to.on_hook_dial=
account.6.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.6.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.6.blf.blf_list_uri=
account.6.blf_list_barge_in_code=
account.6.blf_list_code=
account.6.blf_list_retrieve_call_parked_code=
account.6.blf.subscribe_period=
account.6.blf.match_host.enable=
account.6.out_dialog_blf_enable=
account.6.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.6.shared_line= {$shared_line_1}
account.6.line_seize.expires=
account.6.shared_line_one_touch_bargein.enable=
account.6.shared_line_one_touch_retrieve.enable=
account.6.sca_manage_interface_display_time=
account.6.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.6.direct_pickup_code =
account.6.group_pickup_code =
account.6.dialoginfo_callpickup =
account.6.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## Features Sync ##
#######################################################################################
account.6.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.6.acd.available_url=
account.6.acd.away_url =
account.6.acd.refresh_url =
account.6.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.7.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.7.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.7.anonymous_call.server_base_only =
account.7.send_anonymous_rejection_code =
account.7.anonymous_reject_offcode =
account.7.anonymous_reject_oncode =
account.7.reject_anonymous_call=
account.7.anonymous_call_offcode =
account.7.anonymous_call_oncode =
account.7.anonymous_call =
account.7.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.7.music_server_uri=
account.7.music_on_hold_type=
account.7.auto_label.rule=
account.7.auto_label.enable=
account.7.number_of_linekey=
account.7.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.7.codec.ilbc_15_2kbps.priority=
account.7.codec.ilbc_15_2kbps.enable=
account.7.codec.ilbc_13_33kbps.priority=
account.7.codec.ilbc_13_33kbps.enable =
account.7.codec.pcma.enable = 1
account.7.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.7.codec.pcmu.enable = 1
account.7.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.7.codec.opus.enable = 1
account.7.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.7.codec.g726_32.enable=
account.7.codec.g726_32.priority=
account.7.codec.g729.enable = 1
account.7.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.7.codec.g722.enable = 1
account.7.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.7.password) }
account.7.enable = 1
{else}
account.7.enable = 0
{/if}
account.7.label = {$account.7.display_name}
account.7.display_name = {$account.7.display_name}
account.7.auth_name = {$account.7.auth_id}
account.7.password = {$account.7.password}
{if isset($account.7.server.1.address)}
account.7.user_name = {$account.7.user_id}@{$account.7.server_address}
{else}
account.7.user_name = {$account.7.user_id}
{/if}
{if isset($account.7.server.1.address)} account.7.sip_server.1.address= {$account.7.server.1.address} {else} account.7.sip_server.1.address= {$account.7.server_address} {/if}
account.7.sip_server.1.port= {$account.7.sip_port}
{if $account.7.sip_transport == 'udp'}account.7.sip_server.1.transport_type = 0{/if}
{if $account.7.sip_transport == 'tcp'}account.7.sip_server.1.transport_type = 1{/if}
{if $account.7.sip_transport == 'tls'}account.7.sip_server.1.transport_type = 2{/if}
{if $account.7.sip_transport == 'dns srv'}account.7.sip_server.1.transport_type = 3{/if}
account.7.sip_server.1.expires= {$account.7.register_expires}
account.7.sip_server.1.retry_counts= 3
account.7.sip_server.2.address= {$account.7.server.2.address}
account.7.sip_server.2.port= {$account.7.sip_port}
{if $account.7.sip_transport == 'udp'}account.7.sip_server.2.transport_type = 0{/if}
{if $account.7.sip_transport == 'tcp'}account.7.sip_server.2.transport_type = 1{/if}
{if $account.7.sip_transport == 'tls'}account.7.sip_server.2.transport_type = 2{/if}
{if $account.7.sip_transport == 'dns srv'}account.7.sip_server.2.transport_type = 3{/if}
account.7.sip_server.2.expires= {$account.7.register_expires}
account.7.sip_server.2.retry_counts= 3
account.7.outbound_proxy_enable= {if isset($account.7.outbound_proxy_primary)}1{else}0{/if}
account.7.outbound_proxy.1.address= {$account.7.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.7.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.7.outbound_proxy.1.port = {$account.7.sip_port}
{/if}
account.7.outbound_proxy.2.address= {$account.7.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.7.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.7.outbound_proxy.2.port = {$account.7.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.7.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.7.outbound_proxy_fallback_interval = 120
{/if}
account.7.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.7.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.7.nat.udp_update_enable= 3
account.7.nat.udp_update_time= 30
account.7.nat.rport= {$flyingvoice_rport}
account.7.dtmf.type= {$flyingvoice_dtmf_type}
account.7.dtmf.info_type=
account.7.dtmf.dtmf_payload=
account.7.100rel_enable= {$flyingvoice_retransmission}
account.7.subscribe_register=
account.7.cid_source= {$flyingvoice_cid_source}
account.7.enable_user_equal_phone=
account.7.srtp_encryption= {$flyingvoice_srtp_encryption}
account.7.ptime= 20
account.7.register_line=
account.7.register_mac=
account.7.reg_fail_retry_interval=
account.7.unregister_on_reboot=
account.7.session_timer.refresher=
account.7.session_timer.expires=
account.7.session_timer.enable= {$flyingvoice_session_timer}
account.7.conf_type=
account.7.sip_server_type=
account.7.srtp.unencrypted_rtcp.enable =
account.7.srtp.unencrypted_rtp.enable =
account.7.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.7.outbound_proxy.1.register_on_enable=
account.7.outbound_proxy.1.failback_timeout=
account.7.outbound_proxy.1.failback_mode=
account.7.outbound_proxy.1.retry_counts=
account.7.outbound_proxy.1.only_signal_with_registered=
account.7.outbound_proxy.1.failback_subscribe.enable=
account.7.outbound_proxy.1.invite_retry_counts=
account.7.sip_server.1.register_on_enable= 0
account.7.sip_server.1.failback_timeout= 3600
account.7.sip_server.1.failback_mode= 0
account.7.sip_server.1.failback_subscribe.enable=
account.7.sip_server.1.only_signal_with_registered=
account.7.sip_server.1.invite_retry_counts=
account.7.outbound_proxy.2.register_on_enable=
account.7.outbound_proxy.2.failback_timeout=
account.7.outbound_proxy.2.failback_mode=
account.7.outbound_proxy.2.retry_counts=
account.7.outbound_proxy.2.only_signal_with_registered=
account.7.outbound_proxy.2.failback_subscribe.enable=
account.7.outbound_proxy.2.invite_retry_counts=
account.7.sip_server.2.register_on_enable=
account.7.sip_server.2.failback_timeout=
account.7.sip_server.2.failback_mode=
account.7.sip_server.2.failback_subscribe.enable=
account.7.sip_server.2.only_signal_with_registered=
account.7.sip_server.2.invite_retry_counts=
account.7.static_cache_pri=
account.7.dns_cache_type=
account.7.naptr_build=
account.7.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.7.fallback.redundancy_type=
account.7.reg_failed_retry_max_time=
account.7.reg_failed_retry_min_time=
account.7.redundancy_with_reg_fail.enable =
account.7.sip_server.1.outbound_proxy_enable =
account.7.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.7.contact_take_line_param=
account.7.update_ack_while_dialing=
account.7.srtp_lifetime=
account.7.third_part_request_with_route.enable=
account.7.insert_outbound_in_route.enable=
account.7.path.enable=
account.7.sub_fail_retry_interval=
account.7.transfer_refer_to_contact_header.enable=
account.7.hold_use_inactive=
account.7.gruu.enable=
account.7.dial_tone=
account.7.call_id_mode=
account.7.subscribe_expires_overlap=
account.7.register_expires_overlap=
account.7.call_info=
account.7.custom_ua=
account.7.mwi_parse_terminated=
account.7.check_cseq.enable=
account.7.check_to_tag.enable=
account.7.vq_rtcpxr.collector_server_port=
account.7.vq_rtcpxr.collector_server_host=
account.7.vq_rtcpxr.collector_name=
account.7.compact_header_enable=
account.7.cp_source=
account.7.cid_source_ppi=
account.7.cid_source_privacy=
account.7.reg_with_pani_header.enable =
account.7.alert_info=
account.7.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.7.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.7.timeout_fwd.off_code=
account.7.timeout_fwd.on_code=
account.7.timeout_fwd.timeout=
account.7.timeout_fwd.target=
account.7.timeout_fwd.enable=
account.7.busy_fwd.off_code=
account.7.busy_fwd.on_code=
account.7.busy_fwd.target=
account.7.busy_fwd.enable=
account.7.always_fwd.off_code=
account.7.always_fwd.on_code=
account.7.always_fwd.target=
account.7.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.7.dnd.enable=
account.7.dnd.off_code=
account.7.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.7.subscribe_mwi=
account.7.subscribe_mwi_to_vm=
account.7.subscribe_mwi_expires=
account.7.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.7.auto_dial_enable=
account.7.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.7.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.7.dialplan.digitmap.enable=
account.7.dialplan.digitmap.string=
account.7.dialplan.digitmap.no_match_action=
account.7.dialplan.digitmap.interdigit_short_timer=
account.7.dialplan.digitmap.interdigit_long_timer=
account.7.dialplan.digitmap.apply_to.press_send=
account.7.dialplan.digitmap.apply_to.forward=
account.7.dialplan.digitmap.apply_to.history_dial=
account.7.dialplan.digitmap.apply_to.directory_dial=
account.7.dialplan.digitmap.apply_to.on_hook_dial=
account.7.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.7.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.7.blf.blf_list_uri=
account.7.blf_list_barge_in_code=
account.7.blf_list_code=
account.7.blf_list_retrieve_call_parked_code=
account.7.blf.subscribe_period=
account.7.blf.match_host.enable=
account.7.out_dialog_blf_enable=
account.7.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.7.shared_line= {$shared_line_1}
account.7.line_seize.expires=
account.7.shared_line_one_touch_bargein.enable=
account.7.shared_line_one_touch_retrieve.enable=
account.7.sca_manage_interface_display_time=
account.7.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.7.direct_pickup_code =
account.7.group_pickup_code =
account.7.dialoginfo_callpickup =
account.7.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.7.conf_uri=
#######################################################################################
## Features Sync ##
#######################################################################################
account.7.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.7.acd.available_url=
account.7.acd.away_url =
account.7.acd.refresh_url =
account.7.acd.call_information=
#######################################################################################
## Trnasfer ##
#######################################################################################
account.8.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.8.phone_setting.call_appearance.conference_via_new_linekey=
#######################################################################################
## Anonymous ##
#######################################################################################
account.8.anonymous_call.server_base_only =
account.8.send_anonymous_rejection_code =
account.8.anonymous_reject_offcode =
account.8.anonymous_reject_oncode =
account.8.reject_anonymous_call=
account.8.anonymous_call_offcode =
account.8.anonymous_call_oncode =
account.8.anonymous_call =
account.8.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.8.music_server_uri=
account.8.music_on_hold_type=
account.8.auto_label.rule=
account.8.auto_label.enable=
account.8.number_of_linekey=
account.8.phone_setting.call_appearance.calls_per_linekey=
#######################################################################################
## Codec ##
#######################################################################################
account.8.codec.ilbc_15_2kbps.priority=
account.8.codec.ilbc_15_2kbps.enable=
account.8.codec.ilbc_13_33kbps.priority=
account.8.codec.ilbc_13_33kbps.enable =
account.8.codec.pcma.enable = 1
account.8.codec.pcma.priority = {$flyingvoice_codec_5_priority}
account.8.codec.pcmu.enable = 1
account.8.codec.pcmu.priority = {$flyingvoice_codec_4_priority}
account.8.codec.opus.enable = 1
account.8.codec.opus.priority = {$flyingvoice_codec_1_priority}
account.8.codec.g726_32.enable=
account.8.codec.g726_32.priority=
account.8.codec.g729.enable = 1
account.8.codec.g729.priority = {$flyingvoice_codec_3_priority}
account.8.codec.g722.enable = 1
account.8.codec.g722.priority = {$flyingvoice_codec_2_priority}
################################################################
# Account Register ##
################################################################
{if isset($account.8.password) }
account.8.enable = 1
{else}
account.8.enable = 0
{/if}
account.8.label = {$account.8.display_name}
account.8.display_name = {$account.8.display_name}
account.8.auth_name = {$account.8.auth_id}
account.8.password = {$account.8.password}
{if isset($account.8.server.1.address)}
account.8.user_name = {$account.8.user_id}@{$account.8.server_address}
{else}
account.8.user_name = {$account.8.user_id}
{/if}
{if isset($account.8.server.1.address)} account.8.sip_server.1.address= {$account.8.server.1.address} {else} account.8.sip_server.1.address= {$account.8.server_address} {/if}
account.8.sip_server.1.port= {$account.8.sip_port}
{if $account.8.sip_transport == 'udp'}account.8.sip_server.1.transport_type = 0{/if}
{if $account.8.sip_transport == 'tcp'}account.8.sip_server.1.transport_type = 1{/if}
{if $account.8.sip_transport == 'tls'}account.8.sip_server.1.transport_type = 2{/if}
{if $account.8.sip_transport == 'dns srv'}account.8.sip_server.1.transport_type = 3{/if}
account.8.sip_server.1.expires= {$account.8.register_expires}
account.8.sip_server.1.retry_counts= 3
account.8.sip_server.2.address= {$account.8.server.2.address}
account.8.sip_server.2.port= {$account.8.sip_port}
{if $account.8.sip_transport == 'udp'}account.8.sip_server.2.transport_type = 0{/if}
{if $account.8.sip_transport == 'tcp'}account.8.sip_server.2.transport_type = 1{/if}
{if $account.8.sip_transport == 'tls'}account.8.sip_server.2.transport_type = 2{/if}
{if $account.8.sip_transport == 'dns srv'}account.8.sip_server.2.transport_type = 3{/if}
account.8.sip_server.2.expires= {$account.8.register_expires}
account.8.sip_server.2.retry_counts= 3
account.8.outbound_proxy_enable= {if isset($account.8.outbound_proxy_primary)}1{else}0{/if}
account.8.outbound_proxy.1.address= {$account.8.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.8.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.8.outbound_proxy.1.port = {$account.8.sip_port}
{/if}
account.8.outbound_proxy.2.address= {$account.8.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.8.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.8.outbound_proxy.2.port = {$account.8.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.8.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.8.outbound_proxy_fallback_interval = 120
{/if}
account.8.nat.nat_traversal=
################################################################
# Account Basic ##
################################################################
account.8.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.8.nat.udp_update_enable= 3
account.8.nat.udp_update_time= 30
account.8.nat.rport= {$flyingvoice_rport}
account.8.dtmf.type= {$flyingvoice_dtmf_type}
account.8.dtmf.info_type=
account.8.dtmf.dtmf_payload=
account.8.100rel_enable= {$flyingvoice_retransmission}
account.8.subscribe_register=
account.8.cid_source= {$flyingvoice_cid_source}
account.8.enable_user_equal_phone=
account.8.srtp_encryption= {$flyingvoice_srtp_encryption}
account.8.ptime= 20
account.8.register_line=
account.8.register_mac=
account.8.reg_fail_retry_interval=
account.8.unregister_on_reboot=
account.8.session_timer.refresher=
account.8.session_timer.expires=
account.8.session_timer.enable= {$flyingvoice_session_timer}
account.8.conf_type=
account.8.sip_server_type=
account.8.srtp.unencrypted_rtcp.enable =
account.8.srtp.unencrypted_rtp.enable =
account.8.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.8.outbound_proxy.1.register_on_enable=
account.8.outbound_proxy.1.failback_timeout=
account.8.outbound_proxy.1.failback_mode=
account.8.outbound_proxy.1.retry_counts=
account.8.outbound_proxy.1.only_signal_with_registered=
account.8.outbound_proxy.1.failback_subscribe.enable=
account.8.outbound_proxy.1.invite_retry_counts=
account.8.sip_server.1.register_on_enable= 0
account.8.sip_server.1.failback_timeout= 3600
account.8.sip_server.1.failback_mode= 0
account.8.sip_server.1.failback_subscribe.enable=
account.8.sip_server.1.only_signal_with_registered=
account.8.sip_server.1.invite_retry_counts=
account.8.outbound_proxy.2.register_on_enable=
account.8.outbound_proxy.2.failback_timeout=
account.8.outbound_proxy.2.failback_mode=
account.8.outbound_proxy.2.retry_counts=
account.8.outbound_proxy.2.only_signal_with_registered=
account.8.outbound_proxy.2.failback_subscribe.enable=
account.8.outbound_proxy.2.invite_retry_counts=
account.8.sip_server.2.register_on_enable=
account.8.sip_server.2.failback_timeout=
account.8.sip_server.2.failback_mode=
account.8.sip_server.2.failback_subscribe.enable=
account.8.sip_server.2.only_signal_with_registered=
account.8.sip_server.2.invite_retry_counts=
account.8.static_cache_pri=
account.8.dns_cache_type=
account.8.naptr_build=
account.8.fallback.timeout = {$flyingvoice_outbound_proxy_fallback_interval}
account.8.fallback.redundancy_type=
account.8.reg_failed_retry_max_time=
account.8.reg_failed_retry_min_time=
account.8.redundancy_with_reg_fail.enable =
account.8.sip_server.1.outbound_proxy_enable =
account.8.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.8.contact_take_line_param=
account.8.update_ack_while_dialing=
account.8.srtp_lifetime=
account.8.third_part_request_with_route.enable=
account.8.insert_outbound_in_route.enable=
account.8.path.enable=
account.8.sub_fail_retry_interval=
account.8.transfer_refer_to_contact_header.enable=
account.8.hold_use_inactive=
account.8.gruu.enable=
account.8.dial_tone=
account.8.call_id_mode=
account.8.subscribe_expires_overlap=
account.8.register_expires_overlap=
account.8.call_info=
account.8.custom_ua=
account.8.mwi_parse_terminated=
account.8.check_cseq.enable=
account.8.check_to_tag.enable=
account.8.vq_rtcpxr.collector_server_port=
account.8.vq_rtcpxr.collector_server_host=
account.8.vq_rtcpxr.collector_name=
account.8.compact_header_enable=
account.8.cp_source=
account.8.cid_source_ppi=
account.8.cid_source_privacy=
account.8.reg_with_pani_header.enable =
account.8.alert_info=
account.8.picture_info_enable=
#######################################################################################
## History ##
#######################################################################################
account.8.missed_calllog=
#######################################################################################
## Forward ##
#######################################################################################
account.8.timeout_fwd.off_code=
account.8.timeout_fwd.on_code=
account.8.timeout_fwd.timeout=
account.8.timeout_fwd.target=
account.8.timeout_fwd.enable=
account.8.busy_fwd.off_code=
account.8.busy_fwd.on_code=
account.8.busy_fwd.target=
account.8.busy_fwd.enable=
account.8.always_fwd.off_code=
account.8.always_fwd.on_code=
account.8.always_fwd.target=
account.8.always_fwd.enable=
#######################################################################################
## DND ##
#######################################################################################
account.8.dnd.enable=
account.8.dnd.off_code=
account.8.dnd.on_code=
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1= {$voicemail_number}
account.8.subscribe_mwi=
account.8.subscribe_mwi_to_vm=
account.8.subscribe_mwi_expires=
account.8.display_mwi.enable=
#######################################################################################
## Auto Dial ##
#######################################################################################
account.8.auto_dial_enable=
account.8.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.8.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.8.dialplan.digitmap.enable=
account.8.dialplan.digitmap.string=
account.8.dialplan.digitmap.no_match_action=
account.8.dialplan.digitmap.interdigit_short_timer=
account.8.dialplan.digitmap.interdigit_long_timer=
account.8.dialplan.digitmap.apply_to.press_send=
account.8.dialplan.digitmap.apply_to.forward=
account.8.dialplan.digitmap.apply_to.history_dial=
account.8.dialplan.digitmap.apply_to.directory_dial=
account.8.dialplan.digitmap.apply_to.on_hook_dial=
account.8.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## Rings Settings ##
#######################################################################################
account.8.alert_info_url_enable=
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.8.blf.blf_list_uri=
account.8.blf_list_barge_in_code=
account.8.blf_list_code=
account.8.blf_list_retrieve_call_parked_code=
account.8.blf.subscribe_period=
account.8.blf.match_host.enable=
account.8.out_dialog_blf_enable=
account.8.blf.subscribe_event=
#######################################################################################
## SCA ##
#######################################################################################
account.8.shared_line= {$shared_line_1}
account.8.line_seize.expires=
account.8.shared_line_one_touch_bargein.enable=
account.8.shared_line_one_touch_retrieve.enable=
account.8.sca_manage_interface_display_time=
account.8.shared_line_callpull_code=
#######################################################################################
## Call Pickup ##
#######################################################################################
account.8.direct_pickup_code =
account.8.group_pickup_code =
account.8.dialoginfo_callpickup =
account.8.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.8.conf_uri=
#######################################################################################
## Features Sync ##
#######################################################################################
account.8.feature_key_sync.enable=
#######################################################################################
## ACD ##
#######################################################################################
account.8.acd.available_url=
account.8.acd.away_url =
account.8.acd.refresh_url =
account.8.acd.call_information=