Files
fusionpbx/resources/templates/provision/yealink/t54s/{$mac}.cfg
Antonio Fernandez 4c59f711f0 Yealink template consistency (#6284)
Changes to make the templates a bit more consistent while also fixing some typos and creating a new variable for the NAT Update setting.

By default, the account.x.nat.udp_update_enable is set to "3" which means to have the phone periodically send NOTIFY messages. This is not the case though on additional accounts. This makes for inconsistent configs that sometimes cause issues with phones ringing.

This fixes the issue while also giving the ability to use a variable to set it.
2022-02-11 13:10:23 -07:00

733 lines
30 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.##
##account.X.*:(T54S/T48G/T48S/T46G/T46S/T29G: X ranges from 1 to 16. T52S/T42G/T42S: X ranges from 1 to 12. T41P/T41S/T27P/T27G: X ranges from 1 to 6. T40P/T40G/T23P/T23G: X ranges from 1 to 3. T21(P) E2: X ranges from 1 to 2.)##
#######################################################################################
## Transfer ##
#######################################################################################
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
account.2.phone_setting.call_appearance.transfer_via_new_linekey=
account.3.phone_setting.call_appearance.transfer_via_new_linekey=
account.4.phone_setting.call_appearance.transfer_via_new_linekey=
account.5.phone_setting.call_appearance.transfer_via_new_linekey=
account.6.phone_setting.call_appearance.transfer_via_new_linekey=
#######################################################################################
## Conference ##
#######################################################################################
account.1.phone_setting.call_appearance.conference_via_new_linekey=
account.2.phone_setting.call_appearance.conference_via_new_linekey=
account.3.phone_setting.call_appearance.conference_via_new_linekey=
account.4.phone_setting.call_appearance.conference_via_new_linekey=
account.5.phone_setting.call_appearance.conference_via_new_linekey=
account.6.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 =
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 =
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 =
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 =
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 =
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.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=
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=
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=
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=
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=
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.1.codec.ilbc_15_2kbps.priority= 0
account.1.codec.ilbc_15_2kbps.enable= 0
account.1.codec.ilbc_13_33kbps.priority= {if isset($yealink_codec_iLBC_priority)}{$yealink_codec_iLBC_priority}{else}0{/if}
account.1.codec.ilbc_13_33kbps.enable = {if isset($yealink_codec_iLBC_enable)}1{else}0{/if}
account.1.codec.pcma.enable= {if isset($yealink_codec_pcma_enable)}1{else}0{/if}
account.1.codec.pcma.priority= {if isset($yealink_codec_pcma_priority)}{$yealink_codec_pcma_priority}{else}0{/if}
account.1.codec.pcmu.enable= {if isset($yealink_codec_pcmu_enable)}1{else}0{/if}
account.1.codec.pcmu.priority= {if isset($yealink_codec_pcmu_priority)}{$yealink_codec_pcmu_priority}{else}0{/if}
account.1.codec.opus.priority = {if isset($yealink_codec_opus_priority)}{$yealink_codec_opus_priority}{else}0{/if}
account.1.codec.opus.enable= {if isset($yealink_codec_opus_enable)}1{else}0{/if}
account.1.codec.opus.para=
account.1.codec.g726_40.enable= {if isset($yealink_codec_g726_40_enable)}1{else}0{/if}
account.1.codec.g726_40.priority= {if isset($yealink_codec_g726_40_priority)}{$yealink_codec_g726_40_priority}{else}0{/if}
account.1.codec.g726_32.enable= {if isset($yealink_codec_g726_32_enable)}1{else}0{/if}
account.1.codec.g726_32.priority= {if isset($yealink_codec_g726_32_priority)}{$yealink_codec_g726_32_priority}{else}0{/if}
account.1.codec.g726_24.enable= {if isset($yealink_codec_g726_24_enable)}1{else}0{/if}
account.1.codec.g726_24.priority= {if isset($yealink_codec_g726_24_priority)}{$yealink_codec_g726_24_priority}{else}0{/if}
account.1.codec.g726_16.enable= {if isset($yealink_codec_g726_16_enable)}1{else}0{/if}
account.1.codec.g726_16.priority= {if isset($yealink_codec_g726_16_priority)}{$yealink_codec_g726_16_priority}{else}0{/if}
account.1.codec.g723_63.priority= {if isset($yealink_codec_g723_63_priority)}{$yealink_codec_g723_63_priority}{else}0{/if}
account.1.codec.g723_63.enable= {if isset($yealink_codec_g723_63_enable)}1{else}0{/if}
account.1.codec.g723_53.priority= {if isset($yealink_codec_g723_53_priority)}{$yealink_codec_g723_53_priority}{else}0{/if}
account.1.codec.g723_53.enable= {if isset($yealink_codec_g723_53_enable)}1{else}0{/if}
account.1.codec.g729.priority= {if isset($yealink_codec_g729_priority)}{$yealink_codec_g729_priority}{else}0{/if}
account.1.codec.g729.enable= {if isset($yealink_codec_g729_enable)}1{else}0{/if}
account.1.codec.g722.priority= {if isset($yealink_codec_g722_priority)}{$yealink_codec_g722_priority}{else}0{/if}
account.1.codec.g722.enable= {if isset($yealink_codec_g722_enable)}1{else}0{/if}
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=
account.2.codec.pcma.priority=
account.2.codec.pcmu.enable=
account.2.codec.pcmu.priority=
account.2.codec.opus.priority =
account.2.codec.opus.enable=
account.2.codec.opus.para=
account.2.codec.g726_40.enable=
account.2.codec.g726_40.priority=
account.2.codec.g726_32.enable=
account.2.codec.g726_32.priority=
account.2.codec.g726_24.enable=
account.2.codec.g726_24.priority=
account.2.codec.g726_16.enable=
account.2.codec.g726_16.priority=
account.2.codec.g723_63.priority=
account.2.codec.g723_63.enable=
account.2.codec.g723_53.priority=
account.2.codec.g723_53.enable=
account.2.codec.g729.priority=
account.2.codec.g729.enable=
account.2.codec.g722.priority=
account.2.codec.g722.enable=
################################################################
# Account Register ##
################################################################
{if isset($account.1.password) }
account.1.enable = 1
{else}
account.1.enable = 0
{/if}
account.1.label = {$account.1.label}
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}
account.1.sip_server.1.address= {$account.1.server_address}
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=
{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}
account.2.sip_server.1.address= {$account.2.server_address}
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_2_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.1.proxy_require=
account.1.auto_answer=
account.2.proxy_require=
account.2.auto_answer=
################################################################
# Account Advanced ##
################################################################
account.1.nat.udp_update_enable = {if isset($account.1.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.1.nat.udp_update_time = 30
account.1.nat.rport= {$yealink_rport}
account.1.dtmf.type= {$yealink_dtmf_type}
account.1.dtmf.info_type=
account.1.dtmf.dtmf_payload=
account.1.100rel_enable= {$yealink_retransmission}
account.1.subscribe_register=
account.1.cid_source= {$yealink_cid_source}
account.1.enable_user_equal_phone=
account.1.srtp_encryption= {$yealink_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=
account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
account.1.sip_server_type=
account.2.nat.udp_update_enable = {if isset($account.2.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.2.nat.udp_update_time = 30
account.2.nat.rport= {$yealink_rport}
account.2.dtmf.type= {$yealink_dtmf_type}
account.2.dtmf.info_type=
account.2.dtmf.dtmf_payload=
account.2.100rel_enable= {$yealink_retransmission}
account.2.subscribe_register=
account.2.cid_source= {$yealink_cid_source}
account.2.enable_user_equal_phone=
account.2.srtp_encryption= {$yealink_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= {$yealink_session_timer}
account.2.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
account.2.conf_uri = {if $nway_conference == 'true'}nway{$account.2.user_id}@{$account.2.server_address}{/if}
account.2.sip_server_type=
################################################################
# 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 = {$yealink_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.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 = {$yealink_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 =
################################################################
# SIP Basic config ##
################################################################
account.1.contact_take_line_param.enable=
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.rereg_with_auth.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.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=
voice_mail.number.2= {$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.1.auto_dial_enable=
account.1.auto_dial_num=
#######################################################################################
## Preference&Status ##
#######################################################################################
account.1.ringtone.ring_type=
#######################################################################################
## Digitmap ##
#######################################################################################
account.1.dialplan.digitmap.enable=
account.1.dialplan.digitmap.string=
account.1.dialplan.digitmap.no_match_action=
account.1.dialplan.digitmap.interdigit_short_timer=
account.1.dialplan.digitmap.interdigit_long_timer=
account.1.dialplan.digitmap.apply_to.press_send=
account.1.dialplan.digitmap.apply_to.forward=
account.1.dialplan.digitmap.apply_to.history_dial=
account.1.dialplan.digitmap.apply_to.directory_dial=
account.1.dialplan.digitmap.apply_to.on_hook_dial=
account.1.dialplan.digitmap.active.on_hook_dialing=
#######################################################################################
## 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=
#######################################################################################
## BLA ##
#######################################################################################
account.1.bla_number=
account.1.bla_subscribe_period=
account.1.bla.notify_with_expire.enable=
account.1.bla.subscribe_uri_build_type=
#######################################################################################
## Call Park ##
#######################################################################################
account.1.callpark_enable=
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.1.acd.enable=
account.1.acd.available=
account.1.acd.unavailable_reason_enable=
account.1.acd.initial_state=
account.1.subscribe_acd_expires=
#######################################################################################
## Broadsoft ACD Call Center ##
#######################################################################################
##account.X.reason_code.Y=
##account.X.reason_code_name.Y=
##account.X.bw_disp_code.Y=
##account.X.bw_disp_code_name.Y=
##account.X.supervisor_info_code.Y=
##account.X.supervisor_info_code_name.Y=
##The value Y must be continuous.
account.1.reason_code.1=
account.1.reason_code_name.1=
account.1.bw_disp_code.1=
account.1.bw_disp_code_name.1=
account.1.supervisor_info_code.1=
account.1.supervisor_info_code_name.1=
#######################################################################################
## 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}
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.1.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.1.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.1.flexible_seating.enable=
account.1.hoteling.pin=
account.1.hoteling.mode=
#######################################################################################
## Features Sync ##
#######################################################################################
account.1.features.forward.feature_key_sync.local_processing.enable=
account.1.features.dnd.feature_key_sync.local_processing.enable =
#######################################################################################
## ACD ##
#######################################################################################
account.1.acd.available_url=
account.1.acd.away_url =
account.1.acd.refresh_url =
account.1.acd.call_information=
#######################################################################################
## Line Key ##
#######################################################################################
#The x of the parameter "linekey.x.line" ranges from 1 to 6.
#The default value equals to the value of x. For example, the default value of the parameter "linekey.1.line" is 1.
#linekey.x.lable--Define the label for each line key. Meet-Me Conference "1" or BLF "16" require pick_value.
{foreach $keys['line'] as $row}
#Configure Line Key {$row.device_key_id}
linekey.{$row.device_key_id}.line = {$row.device_key_line}
linekey.{$row.device_key_id}.value = {$row.device_key_value}
{if $row.device_key_type == "1" || $row.device_key_type == "16"}
linekey.{$row.device_key_id}.pickup_value = {$row.device_key_extension}
{else}
linekey.{$row.device_key_id}.extension = {$row.device_key_extension}
{/if}
linekey.{$row.device_key_id}.type = {$row.device_key_type}
linekey.{$row.device_key_id}.xml_phonebook =
linekey.{$row.device_key_id}.label = {$row.device_key_label}
{/foreach}