2019-07-10 03:06:03 +02:00
#!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.)##
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 ##
#######################################################################################
2019-11-06 17:05:34 +01:00
account.1.codec.ilbc_15_2kbps.priority = 0
account.1.codec.ilbc_15_2kbps.enable = 0
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.ilbc_13_33kbps.priority = {if isset($yealink_codec_iLBC_priority)}{$yealink_codec_iLBC_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.ilbc_13_33kbps.enable = {if isset($yealink_codec_ilbc_enable) && $yealink_codec_ilbc_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.pcma.enable = {if isset($yealink_codec_pcma_enable) && $yealink_codec_pcma_enable}1{else}{0}{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.pcma.priority = {if isset($yealink_codec_pcma_priority)}{$yealink_codec_pcma_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.pcmu.enable = {if isset($yealink_codec_pcmu_enable) && $yealink_codec_pcmu_enable}1{else}{0}{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.pcmu.priority = {if isset($yealink_codec_pcmu_priority)}{$yealink_codec_pcmu_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.opus.priority = {if isset($yealink_codec_opus_priority)}{$yealink_codec_opus_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.opus.enable = {if isset($yealink_codec_opus_enable) && $yealink_codec_opus_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-07-10 03:06:03 +02:00
account.1.codec.opus.para =
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g726_40.enable = {if isset($yealink_codec_g726_40_enable) && $yealink_codec_g726_40_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g726_40.priority = {if isset($yealink_codec_g726_40_priority)}{$yealink_codec_g726_40_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g726_32.enable = {if isset($yealink_codec_g726_32_enable) && $yealink_codec_g726_32_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g726_32.priority = {if isset($yealink_codec_g726_32_priority)}{$yealink_codec_g726_32_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g726_24.enable = {if isset($yealink_codec_g726_24_enable) && $yealink_codec_g726_24_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g726_24.priority = {if isset($yealink_codec_g726_24_priority)}{$yealink_codec_g726_24_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g726_16.enable = {if isset($yealink_codec_g726_16_enable) && $yealink_codec_g726_16_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g726_16.priority = {if isset($yealink_codec_g726_16_priority)}{$yealink_codec_g726_16_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g723_63.priority = {if isset($yealink_codec_g723_63_priority)}{$yealink_codec_g723_63_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g723_63.enable = {if isset($yealink_codec_g723_63_enable) && $yealink_codec_g723_63_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g723_53.priority = {if isset($yealink_codec_g723_53_priority)}{$yealink_codec_g723_53_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g723_53.enable = {if isset($yealink_codec_g723_53_enable) && $yealink_codec_g723_53_enable}1{else}{0}{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g729.priority = {if isset($yealink_codec_g729_priority)}{$yealink_codec_g729_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g729.enable = {if isset($yealink_codec_g729_enable) && $yealink_codec_g729_enable}1{else}0{/if}
2020-02-29 07:53:32 +01:00
2019-11-08 16:46:22 +01:00
account.1.codec.g722.priority = {if isset($yealink_codec_g722_priority)}{$yealink_codec_g722_priority}{else}0{/if}
2020-02-29 07:53:32 +01:00
2024-10-23 04:04:27 +02:00
account.1.codec.g722.enable = {if isset($yealink_codec_g722_enable) && $yealink_codec_g722_enable}1{else}0{/if}
2019-07-10 03:06:03 +02:00
account.1.codec.G722_1_24kpbs.priority =
account.1.codec.G722_1_24kpbs.enable =
account.1.codec.G722_1c_24kpbs.priority =
account.1.codec.G722_1c_24kpbs.enable =
account.1.codec.G722_1c_32kpbs.priority =
account.1.codec.G722_1c_32kpbs.enable =
account.1.codec.G722_1c_48kpbs.priority =
account.1.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.1.password) }
account.1.enable = 1
{else}
account.1.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.1.label = {$account.1.label}
2019-07-10 03:06:03 +02:00
account.1.display_name = {$account.1.display_name}
account.1.auth_name = {$account.1.auth_id}
account.1.password = {$account.1.password}
2022-10-25 00:09:01 +02:00
2019-07-10 03:06:03 +02:00
{if isset($account.1.server.1.address)}
account.1.user_name = {$account.1.user_id}@{$account.1.server_address}
2023-07-12 23:27:23 +02:00
account.{$row.line_number}.fallback.redundancy_type = 1
account.{$row.line_number}.fallback.timeout = 10
account.{$row.line_number}.sip_server.1.address = {$row.server.1.address}
account.{$row.line_number}.sip_server.2.address = {$row.server.2.address}
2019-07-10 03:06:03 +02:00
{else}
account.1.user_name = {$account.1.user_id}
{/if}
2022-10-25 00:09:01 +02:00
{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}
2019-07-10 03:06:03 +02:00
{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 ##
################################################################
2022-02-11 21:10:23 +01:00
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
2019-07-10 03:06:03 +02:00
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}
2021-09-10 23:09:33 +02:00
account.1.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.1.sip_server_type =
##V83 Add
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 = {$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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.1.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.1.invite_with_pani_header.enable =
##V84 Add
account.1.invite_with_rpid_header.enable =
account.1.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.1.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
#######################################################################################
## 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 =
##V84 Add
account.1.blf_list_call_parked_code =
account.1.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## 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 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.1.call_center.call_info_enable =
account.1.call_center.show_call_info_time =
account.1.call_center.disp_code_enable =
account.1.call_center.trace_enable =
account.1.call_center.emergency_enable =
account.1.call_center.queue_status_enable =
account.1.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.1.hoteling.enable =
account.1.hoteling.user_id =
account.1.hoteling.password =
account.1.hoteling.expires =
account.1.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.1.xsi.user =
account.1.xsi.password =
account.1.xsi.host =
account.1.xsi.server_type =
account.1.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.1.direct_pickup_code =
account.1.group_pickup_code =
account.1.dialoginfo_callpickup =
account.1.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.1.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.1.conf_uri = {if $nway_conference == 'true'}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.1.dnd.feature_key_sync.enable =
account.1.feature_key_sync.enable =
account.1.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.1.enable =
pstn.account.1.label =
#######################################################################################
## virtual_user ##
#######################################################################################
##V84 Add
bw.virtual_user.1.enable =
bw.virtual_user.1.label =
bw.virtual_user.1.xsi.dnd.enable =
bw.virtual_user.1.xsi.host =
bw.virtual_user.1.xsi.password =
bw.virtual_user.1.xsi.port =
bw.virtual_user.1.xsi.server_type =
bw.virtual_user.1.xsi.user =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.2.codec.pcmu.enable = 1
account.2.codec.pcmu.priority = {$yealink_codec_4_priority}
account.2.codec.opus.enable = 1
account.2.codec.opus.priority = {$yealink_codec_1_priority}
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.enable = 1
account.2.codec.g729.priority = {$yealink_codec_3_priority}
account.2.codec.g722.enable = 1
account.2.codec.g722.priority = {$yealink_codec_2_priority}
account.2.codec.G722_1_24kpbs.priority =
account.2.codec.G722_1_24kpbs.enable =
account.2.codec.G722_1c_24kpbs.priority =
account.2.codec.G722_1c_24kpbs.enable =
account.2.codec.G722_1c_32kpbs.priority =
account.2.codec.G722_1c_32kpbs.enable =
account.2.codec.G722_1c_48kpbs.priority =
account.2.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.2.password) }
account.2.enable = 1
{else}
account.2.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.2.label = {$account.2.label}
2019-07-10 03:06:03 +02:00
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_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 ##
################################################################
2022-02-11 21:10:23 +01:00
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
2019-07-10 03:06:03 +02:00
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}
2021-09-10 23:09:33 +02:00
account.2.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.2.sip_server_type =
##V83 Add
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 = {$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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.2.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.2.invite_with_pani_header.enable =
##V84 Add
account.2.invite_with_rpid_header.enable =
account.2.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.2.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
#######################################################################################
## Digitmap ##
#######################################################################################
account.2.dialplan.digitmap.enable =
account.2.dialplan.digitmap.string =
account.2.dialplan.digitmap.no_match_action =
account.2.dialplan.digitmap.interdigit_short_timer =
account.2.dialplan.digitmap.interdigit_long_timer =
account.2.dialplan.digitmap.apply_to.press_send =
account.2.dialplan.digitmap.apply_to.forward =
account.2.dialplan.digitmap.apply_to.history_dial =
account.2.dialplan.digitmap.apply_to.directory_dial =
account.2.dialplan.digitmap.apply_to.on_hook_dial =
account.2.dialplan.digitmap.active.on_hook_dialing =
#######################################################################################
## 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 =
##V84 Add
account.2.blf_list_call_parked_code =
account.2.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.2.bla_number =
account.2.bla_subscribe_period =
account.2.bla.notify_with_expire.enable =
account.2.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.2.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.2.acd.enable =
account.2.acd.available =
account.2.acd.unavailable_reason_enable =
account.2.acd.initial_state =
account.2.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.2.reason_code.1 =
account.2.reason_code_name.1 =
account.2.bw_disp_code.1 =
account.2.bw_disp_code_name.1 =
account.2.supervisor_info_code.1 =
account.2.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.2.call_center.call_info_enable =
account.2.call_center.show_call_info_time =
account.2.call_center.disp_code_enable =
account.2.call_center.trace_enable =
account.2.call_center.emergency_enable =
account.2.call_center.queue_status_enable =
account.2.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.2.hoteling.enable =
account.2.hoteling.user_id =
account.2.hoteling.password =
account.2.hoteling.expires =
account.2.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.2.xsi.user =
account.2.xsi.password =
account.2.xsi.host =
account.2.xsi.server_type =
account.2.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.2.direct_pickup_code =
account.2.group_pickup_code =
account.2.dialoginfo_callpickup =
account.2.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.2.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.2.conf_uri = {if $nway_conference == 'true'}nway{$account.2.user_id}@{$account.2.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.2.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.2.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.2.flexible_seating.enable =
account.2.hoteling.pin =
account.2.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.2.features.forward.feature_key_sync.local_processing.enable =
account.2.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.2.dnd.feature_key_sync.enable =
account.2.feature_key_sync.enable =
account.2.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.2.enable =
pstn.account.2.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
account.1.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 = {$yealink_codec_5_priority}
account.3.codec.pcmu.enable = 1
account.3.codec.pcmu.priority = {$yealink_codec_4_priority}
account.3.codec.opus.enable = 1
account.3.codec.opus.priority = {$yealink_codec_1_priority}
account.3.codec.opus.para =
account.3.codec.g726_40.enable =
account.3.codec.g726_40.priority =
account.3.codec.g726_32.enable =
account.3.codec.g726_32.priority =
account.3.codec.g726_24.enable =
account.3.codec.g726_24.priority =
account.3.codec.g726_16.enable =
account.3.codec.g726_16.priority =
account.3.codec.g723_63.priority =
account.3.codec.g723_63.enable =
account.3.codec.g723_53.priority =
account.3.codec.g723_53.enable =
account.3.codec.g729.enable = 1
account.3.codec.g729.priority = {$yealink_codec_3_priority}
account.3.codec.g722.enable = 1
account.3.codec.g722.priority = {$yealink_codec_2_priority}
account.3.codec.G722_1_24kpbs.priority =
account.3.codec.G722_1_24kpbs.enable =
account.3.codec.G722_1c_24kpbs.priority =
account.3.codec.G722_1c_24kpbs.enable =
account.3.codec.G722_1c_32kpbs.priority =
account.3.codec.G722_1c_32kpbs.enable =
account.3.codec.G722_1c_48kpbs.priority =
account.3.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.3.password) }
account.3.enable = 1
{else}
account.3.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.3.label = {$account.3.label}
2019-07-10 03:06:03 +02:00
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}
account.3.sip_server.1.address = {$account.3.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.3.nat.udp_update_enable = {if isset($account.3.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.3.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.3.nat.rport = {$yealink_rport}
account.3.dtmf.type = {$yealink_dtmf_type}
account.3.dtmf.info_type =
account.3.dtmf.dtmf_payload =
account.3.100rel_enable = {$yealink_retransmission}
account.3.subscribe_register =
account.3.cid_source = {$yealink_cid_source}
account.3.enable_user_equal_phone =
account.3.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
2021-09-10 23:09:33 +02:00
account.3.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.3.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.3.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.3.invite_with_pani_header.enable =
##V84 Add
account.3.invite_with_rpid_header.enable =
account.3.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.3.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.3.blf_list_call_parked_code =
account.3.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.3.bla_number =
account.3.bla_subscribe_period =
account.3.bla.notify_with_expire.enable =
account.3.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.3.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.3.acd.enable =
account.3.acd.available =
account.3.acd.unavailable_reason_enable =
account.3.acd.initial_state =
account.3.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.3.reason_code.1 =
account.3.reason_code_name.1 =
account.3.bw_disp_code.1 =
account.3.bw_disp_code_name.1 =
account.3.supervisor_info_code.1 =
account.3.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.3.call_center.call_info_enable =
account.3.call_center.show_call_info_time =
account.3.call_center.disp_code_enable =
account.3.call_center.trace_enable =
account.3.call_center.emergency_enable =
account.3.call_center.queue_status_enable =
account.3.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.3.hoteling.enable =
account.3.hoteling.user_id =
account.3.hoteling.password =
account.3.hoteling.expires =
account.3.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.3.xsi.user =
account.3.xsi.password =
account.3.xsi.host =
account.3.xsi.server_type =
account.3.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.3.direct_pickup_code =
account.3.group_pickup_code =
account.3.dialoginfo_callpickup =
account.3.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.3.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.3.conf_uri = {if $nway_conference == 'true'}nway{$account.3.user_id}@{$account.3.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.3.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.3.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.3.flexible_seating.enable =
account.3.hoteling.pin =
account.3.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.3.features.forward.feature_key_sync.local_processing.enable =
account.3.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.3.dnd.feature_key_sync.enable =
account.3.feature_key_sync.enable =
account.3.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.3.enable =
pstn.account.3.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.4.codec.pcmu.enable = 1
account.4.codec.pcmu.priority = {$yealink_codec_4_priority}
account.4.codec.opus.enable = 1
account.4.codec.opus.priority = {$yealink_codec_1_priority}
account.4.codec.opus.para =
account.4.codec.g726_40.enable =
account.4.codec.g726_40.priority =
account.4.codec.g726_32.enable =
account.4.codec.g726_32.priority =
account.4.codec.g726_24.enable =
account.4.codec.g726_24.priority =
account.4.codec.g726_16.enable =
account.4.codec.g726_16.priority =
account.4.codec.g723_63.priority =
account.4.codec.g723_63.enable =
account.4.codec.g723_53.priority =
account.4.codec.g723_53.enable =
account.4.codec.g729.enable = 1
account.4.codec.g729.priority = {$yealink_codec_3_priority}
account.4.codec.g722.enable = 1
account.4.codec.g722.priority = {$yealink_codec_2_priority}
account.4.codec.G722_1_24kpbs.priority =
account.4.codec.G722_1_24kpbs.enable =
account.4.codec.G722_1c_24kpbs.priority =
account.4.codec.G722_1c_24kpbs.enable =
account.4.codec.G722_1c_32kpbs.priority =
account.4.codec.G722_1c_32kpbs.enable =
account.4.codec.G722_1c_48kpbs.priority =
account.4.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.4.password) }
account.4.enable = 1
{else}
account.4.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.4.label = {$account.4.label}
2019-07-10 03:06:03 +02:00
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}
account.4.sip_server.1.address = {$account.4.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.4.nat.udp_update_enable = {if isset($account.4.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.4.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.4.nat.rport = {$yealink_rport}
account.4.dtmf.type = {$yealink_dtmf_type}
account.4.dtmf.info_type =
account.4.dtmf.dtmf_payload =
account.4.100rel_enable = {$yealink_retransmission}
account.4.subscribe_register =
account.4.cid_source = {$yealink_cid_source}
account.4.enable_user_equal_phone =
account.4.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
2021-09-10 23:09:33 +02:00
account.4.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.4.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.4.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.4.invite_with_pani_header.enable =
##V84 Add
account.4.invite_with_rpid_header.enable =
account.4.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.4.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.4.blf_list_call_parked_code =
account.4.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.4.bla_number =
account.4.bla_subscribe_period =
account.4.bla.notify_with_expire.enable =
account.4.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.4.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.4.acd.enable =
account.4.acd.available =
account.4.acd.unavailable_reason_enable =
account.4.acd.initial_state =
account.4.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.4.reason_code.1 =
account.4.reason_code_name.1 =
account.4.bw_disp_code.1 =
account.4.bw_disp_code_name.1 =
account.4.supervisor_info_code.1 =
account.4.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.4.call_center.call_info_enable =
account.4.call_center.show_call_info_time =
account.4.call_center.disp_code_enable =
account.4.call_center.trace_enable =
account.4.call_center.emergency_enable =
account.4.call_center.queue_status_enable =
account.4.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.4.hoteling.enable =
account.4.hoteling.user_id =
account.4.hoteling.password =
account.4.hoteling.expires =
account.4.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.4.xsi.user =
account.4.xsi.password =
account.4.xsi.host =
account.4.xsi.server_type =
account.4.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.4.direct_pickup_code =
account.4.group_pickup_code =
account.4.dialoginfo_callpickup =
account.4.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.4.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.4.conf_uri = {if $nway_conference == 'true'}nway{$account.4.user_id}@{$account.4.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.4.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.4.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.4.flexible_seating.enable =
account.4.hoteling.pin =
account.4.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.4.features.forward.feature_key_sync.local_processing.enable =
account.4.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.4.dnd.feature_key_sync.enable =
account.4.feature_key_sync.enable =
account.4.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.4.enable =
pstn.account.4.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.5.codec.pcmu.enable = 1
account.5.codec.pcmu.priority = {$yealink_codec_4_priority}
account.5.codec.opus.enable = 1
account.5.codec.opus.priority = {$yealink_codec_1_priority}
account.5.codec.opus.para =
account.5.codec.g726_40.enable =
account.5.codec.g726_40.priority =
account.5.codec.g726_32.enable =
account.5.codec.g726_32.priority =
account.5.codec.g726_24.enable =
account.5.codec.g726_24.priority =
account.5.codec.g726_16.enable =
account.5.codec.g726_16.priority =
account.5.codec.g723_63.priority =
account.5.codec.g723_63.enable =
account.5.codec.g723_53.priority =
account.5.codec.g723_53.enable =
account.5.codec.g729.enable = 1
account.5.codec.g729.priority = {$yealink_codec_3_priority}
account.5.codec.g722.enable = 1
account.5.codec.g722.priority = {$yealink_codec_2_priority}
account.5.codec.G722_1_24kpbs.priority =
account.5.codec.G722_1_24kpbs.enable =
account.5.codec.G722_1c_24kpbs.priority =
account.5.codec.G722_1c_24kpbs.enable =
account.5.codec.G722_1c_32kpbs.priority =
account.5.codec.G722_1c_32kpbs.enable =
account.5.codec.G722_1c_48kpbs.priority =
account.5.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.5.password) }
account.5.enable = 1
{else}
account.5.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.5.label = {$account.5.label}
2019-07-10 03:06:03 +02:00
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}
account.5.sip_server.1.address = {$account.5.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.5.nat.udp_update_enable = {if isset($account.5.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.5.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.5.nat.rport = {$yealink_rport}
account.5.dtmf.type = {$yealink_dtmf_type}
account.5.dtmf.info_type =
account.5.dtmf.dtmf_payload =
account.5.100rel_enable = {$yealink_retransmission}
account.5.subscribe_register =
account.5.cid_source = {$yealink_cid_source}
account.5.enable_user_equal_phone =
account.5.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
2021-09-10 23:09:33 +02:00
account.5.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.5.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.5.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.5.invite_with_pani_header.enable =
##V84 Add
account.5.invite_with_rpid_header.enable =
account.5.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.5.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.5.blf_list_call_parked_code =
account.5.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.5.bla_number =
account.5.bla_subscribe_period =
account.5.bla.notify_with_expire.enable =
account.5.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.5.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.5.acd.enable =
account.5.acd.available =
account.5.acd.unavailable_reason_enable =
account.5.acd.initial_state =
account.5.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.5.reason_code.1 =
account.5.reason_code_name.1 =
account.5.bw_disp_code.1 =
account.5.bw_disp_code_name.1 =
account.5.supervisor_info_code.1 =
account.5.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.5.call_center.call_info_enable =
account.5.call_center.show_call_info_time =
account.5.call_center.disp_code_enable =
account.5.call_center.trace_enable =
account.5.call_center.emergency_enable =
account.5.call_center.queue_status_enable =
account.5.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.5.hoteling.enable =
account.5.hoteling.user_id =
account.5.hoteling.password =
account.5.hoteling.expires =
account.5.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.5.xsi.user =
account.5.xsi.password =
account.5.xsi.host =
account.5.xsi.server_type =
account.5.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.5.direct_pickup_code =
account.5.group_pickup_code =
account.5.dialoginfo_callpickup =
account.5.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.5.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.5.conf_uri = {if $nway_conference == 'true'}nway{$account.5.user_id}@{$account.5.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.5.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.5.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.5.flexible_seating.enable =
account.5.hoteling.pin =
account.5.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.5.features.forward.feature_key_sync.local_processing.enable =
account.5.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.5.dnd.feature_key_sync.enable =
account.5.feature_key_sync.enable =
account.5.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.5.enable =
pstn.account.5.label =
#######################################################################################
## virtual_user ##
#######################################################################################
##V84 Add
bw.virtual_user.1.enable =
bw.virtual_user.1.label =
bw.virtual_user.1.xsi.dnd.enable =
bw.virtual_user.1.xsi.host =
bw.virtual_user.1.xsi.password =
bw.virtual_user.1.xsi.port =
bw.virtual_user.1.xsi.server_type =
bw.virtual_user.1.xsi.user =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.6.codec.pcmu.enable = 1
account.6.codec.pcmu.priority = {$yealink_codec_4_priority}
account.6.codec.opus.enable = 1
account.6.codec.opus.priority = {$yealink_codec_1_priority}
account.6.codec.opus.para =
account.6.codec.g726_40.enable =
account.6.codec.g726_40.priority =
account.6.codec.g726_32.enable =
account.6.codec.g726_32.priority =
account.6.codec.g726_24.enable =
account.6.codec.g726_24.priority =
account.6.codec.g726_16.enable =
account.6.codec.g726_16.priority =
account.6.codec.g723_63.priority =
account.6.codec.g723_63.enable =
account.6.codec.g723_53.priority =
account.6.codec.g723_53.enable =
account.6.codec.g729.enable = 1
account.6.codec.g729.priority = {$yealink_codec_3_priority}
account.6.codec.g722.enable = 1
account.6.codec.g722.priority = {$yealink_codec_2_priority}
account.6.codec.G722_1_24kpbs.priority =
account.6.codec.G722_1_24kpbs.enable =
account.6.codec.G722_1c_24kpbs.priority =
account.6.codec.G722_1c_24kpbs.enable =
account.6.codec.G722_1c_32kpbs.priority =
account.6.codec.G722_1c_32kpbs.enable =
account.6.codec.G722_1c_48kpbs.priority =
account.6.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.6.password) }
account.6.enable = 1
{else}
account.6.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.6.label = {$account.6.label}
2019-07-10 03:06:03 +02:00
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}
account.6.sip_server.1.address = {$account.6.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.6.nat.udp_update_enable = {if isset($account.6.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.6.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.6.nat.rport = {$yealink_rport}
account.6.dtmf.type = {$yealink_dtmf_type}
account.6.dtmf.info_type =
account.6.dtmf.dtmf_payload =
account.6.100rel_enable = {$yealink_retransmission}
account.6.subscribe_register =
account.6.cid_source = {$yealink_cid_source}
account.6.enable_user_equal_phone =
account.6.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
2021-09-10 23:09:33 +02:00
account.6.conf_type = {if $nway_conference == 'true'}2{elseif $nway_conference == 'false'}0{/if}
2019-07-10 03:06:03 +02:00
account.6.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.6.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.6.invite_with_pani_header.enable =
##V84 Add
account.6.invite_with_rpid_header.enable =
account.6.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.6.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.6.blf_list_call_parked_code =
account.6.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.6.bla_number =
account.6.bla_subscribe_period =
account.6.bla.notify_with_expire.enable =
account.6.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.6.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.6.acd.enable =
account.6.acd.available =
account.6.acd.unavailable_reason_enable =
account.6.acd.initial_state =
account.6.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.6.reason_code.1 =
account.6.reason_code_name.1 =
account.6.bw_disp_code.1 =
account.6.bw_disp_code_name.1 =
account.6.supervisor_info_code.1 =
account.6.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.6.call_center.call_info_enable =
account.6.call_center.show_call_info_time =
account.6.call_center.disp_code_enable =
account.6.call_center.trace_enable =
account.6.call_center.emergency_enable =
account.6.call_center.queue_status_enable =
account.6.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.6.hoteling.enable =
account.6.hoteling.user_id =
account.6.hoteling.password =
account.6.hoteling.expires =
account.6.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.6.xsi.user =
account.6.xsi.password =
account.6.xsi.host =
account.6.xsi.server_type =
account.6.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.6.direct_pickup_code =
account.6.group_pickup_code =
account.6.dialoginfo_callpickup =
account.6.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.6.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
2021-09-10 23:09:33 +02:00
account.6.conf_uri = {if $nway_conference == 'true'}nway{$account.6.user_id}@{$account.6.server_address}{/if}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.6.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.6.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.6.flexible_seating.enable =
account.6.hoteling.pin =
account.6.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.6.features.forward.feature_key_sync.local_processing.enable =
account.6.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.6.dnd.feature_key_sync.enable =
account.6.feature_key_sync.enable =
account.6.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.6.enable =
pstn.account.6.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.7.codec.pcmu.enable = 1
account.7.codec.pcmu.priority = {$yealink_codec_4_priority}
account.7.codec.opus.enable = 1
account.7.codec.opus.priority = {$yealink_codec_1_priority}
account.7.codec.opus.para =
account.7.codec.g726_40.enable =
account.7.codec.g726_40.priority =
account.7.codec.g726_32.enable =
account.7.codec.g726_32.priority =
account.7.codec.g726_24.enable =
account.7.codec.g726_24.priority =
account.7.codec.g726_16.enable =
account.7.codec.g726_16.priority =
account.7.codec.g723_63.priority =
account.7.codec.g723_63.enable =
account.7.codec.g723_53.priority =
account.7.codec.g723_53.enable =
account.7.codec.g729.enable = 1
account.7.codec.g729.priority = {$yealink_codec_3_priority}
account.7.codec.g722.enable = 1
account.7.codec.g722.priority = {$yealink_codec_2_priority}
account.7.codec.G722_1_24kpbs.priority =
account.7.codec.G722_1_24kpbs.enable =
account.7.codec.G722_1c_24kpbs.priority =
account.7.codec.G722_1c_24kpbs.enable =
account.7.codec.G722_1c_32kpbs.priority =
account.7.codec.G722_1c_32kpbs.enable =
account.7.codec.G722_1c_48kpbs.priority =
account.7.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.7.password) }
account.7.enable = 1
{else}
account.7.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.7.label = {$account.7.label}
2019-07-10 03:06:03 +02:00
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}
account.7.sip_server.1.address = {$account.7.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.7.nat.udp_update_enable = {if isset($account.7.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.7.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.7.nat.rport = {$yealink_rport}
account.7.dtmf.type = {$yealink_dtmf_type}
account.7.dtmf.info_type =
account.7.dtmf.dtmf_payload =
account.7.100rel_enable = {$yealink_retransmission}
account.7.subscribe_register =
account.7.cid_source = {$yealink_cid_source}
account.7.enable_user_equal_phone =
account.7.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
account.7.conf_type =
account.7.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.7.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.7.invite_with_pani_header.enable =
##V84 Add
account.7.invite_with_rpid_header.enable =
account.7.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.7.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.7.blf_list_call_parked_code =
account.7.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.7.bla_number =
account.7.bla_subscribe_period =
account.7.bla.notify_with_expire.enable =
account.7.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.7.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.7.acd.enable =
account.7.acd.available =
account.7.acd.unavailable_reason_enable =
account.7.acd.initial_state =
account.7.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.7.reason_code.1 =
account.7.reason_code_name.1 =
account.7.bw_disp_code.1 =
account.7.bw_disp_code_name.1 =
account.7.supervisor_info_code.1 =
account.7.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.7.call_center.call_info_enable =
account.7.call_center.show_call_info_time =
account.7.call_center.disp_code_enable =
account.7.call_center.trace_enable =
account.7.call_center.emergency_enable =
account.7.call_center.queue_status_enable =
account.7.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.7.hoteling.enable =
account.7.hoteling.user_id =
account.7.hoteling.password =
account.7.hoteling.expires =
account.7.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.7.xsi.user =
account.7.xsi.password =
account.7.xsi.host =
account.7.xsi.server_type =
account.7.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.7.direct_pickup_code =
account.7.group_pickup_code =
account.7.dialoginfo_callpickup =
account.7.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.7.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.7.conf_uri =
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.7.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.7.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.7.flexible_seating.enable =
account.7.hoteling.pin =
account.7.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.7.features.forward.feature_key_sync.local_processing.enable =
account.7.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.7.dnd.feature_key_sync.enable =
account.7.feature_key_sync.enable =
account.7.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.7.enable =
pstn.account.7.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
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 = {$yealink_codec_5_priority}
account.8.codec.pcmu.enable = 1
account.8.codec.pcmu.priority = {$yealink_codec_4_priority}
account.8.codec.opus.enable = 1
account.8.codec.opus.priority = {$yealink_codec_1_priority}
account.8.codec.opus.para =
account.8.codec.g726_40.enable =
account.8.codec.g726_40.priority =
account.8.codec.g726_32.enable =
account.8.codec.g726_32.priority =
account.8.codec.g726_24.enable =
account.8.codec.g726_24.priority =
account.8.codec.g726_16.enable =
account.8.codec.g726_16.priority =
account.8.codec.g723_63.priority =
account.8.codec.g723_63.enable =
account.8.codec.g723_53.priority =
account.8.codec.g723_53.enable =
account.8.codec.g729.enable = 1
account.8.codec.g729.priority = {$yealink_codec_3_priority}
account.8.codec.g722.enable = 1
account.8.codec.g722.priority = {$yealink_codec_2_priority}
account.8.codec.G722_1_24kpbs.priority =
account.8.codec.G722_1_24kpbs.enable =
account.8.codec.G722_1c_24kpbs.priority =
account.8.codec.G722_1c_24kpbs.enable =
account.8.codec.G722_1c_32kpbs.priority =
account.8.codec.G722_1c_32kpbs.enable =
account.8.codec.G722_1c_48kpbs.priority =
account.8.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.8.password) }
account.8.enable = 1
{else}
account.8.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.8.label = {$account.8.label}
2019-07-10 03:06:03 +02:00
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}
account.8.sip_server.1.address = {$account.8.server_address}
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 ##
################################################################
2022-02-11 21:10:23 +01:00
account.8.nat.udp_update_enable = {if isset($account.8.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.8.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.8.nat.rport = {$yealink_rport}
account.8.dtmf.type = {$yealink_dtmf_type}
account.8.dtmf.info_type =
account.8.dtmf.dtmf_payload =
account.8.100rel_enable = {$yealink_retransmission}
account.8.subscribe_register =
account.8.cid_source = {$yealink_cid_source}
account.8.enable_user_equal_phone =
account.8.srtp_encryption = {$yealink_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 = {$yealink_session_timer}
account.8.conf_type =
account.8.sip_server_type =
##V83 Add
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 = {$yealink_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 =
##V83 Add
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 =
2022-08-04 19:52:08 +02:00
account.8.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
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 =
##V83 Add
account.8.invite_with_pani_header.enable =
##V84 Add
account.8.invite_with_rpid_header.enable =
account.8.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.8.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## 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 =
##V84 Add
account.8.blf_list_call_parked_code =
account.8.blf_list_call_parked_list =
#######################################################################################
## 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 =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.8.bla_number =
account.8.bla_subscribe_period =
account.8.bla.notify_with_expire.enable =
account.8.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.8.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.8.acd.enable =
account.8.acd.available =
account.8.acd.unavailable_reason_enable =
account.8.acd.initial_state =
account.8.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.8.reason_code.1 =
account.8.reason_code_name.1 =
account.8.bw_disp_code.1 =
account.8.bw_disp_code_name.1 =
account.8.supervisor_info_code.1 =
account.8.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.8.call_center.call_info_enable =
account.8.call_center.show_call_info_time =
account.8.call_center.disp_code_enable =
account.8.call_center.trace_enable =
account.8.call_center.emergency_enable =
account.8.call_center.queue_status_enable =
account.8.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.8.hoteling.enable =
account.8.hoteling.user_id =
account.8.hoteling.password =
account.8.hoteling.expires =
account.8.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.8.xsi.user =
account.8.xsi.password =
account.8.xsi.host =
account.8.xsi.server_type =
account.8.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.8.direct_pickup_code =
account.8.group_pickup_code =
account.8.dialoginfo_callpickup =
account.8.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.8.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.8.conf_uri =
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.8.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.8.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.8.flexible_seating.enable =
account.8.hoteling.pin =
account.8.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.8.features.forward.feature_key_sync.local_processing.enable =
account.8.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.8.dnd.feature_key_sync.enable =
account.8.feature_key_sync.enable =
account.8.forward.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 =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.8.enable =
pstn.account.8.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
account.9.phone_setting.call_appearance.transfer_via_new_linekey =
#######################################################################################
## Conference ##
#######################################################################################
account.9.phone_setting.call_appearance.conference_via_new_linekey =
#######################################################################################
## Anonymous ##
#######################################################################################
account.9.anonymous_call.server_base_only =
account.9.send_anonymous_rejection_code =
account.9.anonymous_reject_offcode =
account.9.anonymous_reject_oncode =
account.9.reject_anonymous_call =
account.9.anonymous_call_offcode =
account.9.anonymous_call_oncode =
account.9.anonymous_call =
account.9.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.9.music_server_uri =
account.9.music_on_hold_type =
account.9.auto_label.rule =
account.9.auto_label.enable =
account.9.number_of_linekey =
account.9.phone_setting.call_appearance.calls_per_linekey =
#######################################################################################
## Codec ##
#######################################################################################
account.9.codec.ilbc_15_2kbps.priority =
account.9.codec.ilbc_15_2kbps.enable =
account.9.codec.ilbc_13_33kbps.priority =
account.9.codec.ilbc_13_33kbps.enable =
account.9.codec.pcma.enable = 1
account.9.codec.pcma.priority = {$yealink_codec_5_priority}
account.9.codec.pcmu.enable = 1
account.9.codec.pcmu.priority = {$yealink_codec_4_priority}
account.9.codec.opus.enable = 1
account.9.codec.opus.priority = {$yealink_codec_1_priority}
account.9.codec.opus.para =
account.9.codec.g726_40.enable =
account.9.codec.g726_40.priority =
account.9.codec.g726_32.enable =
account.9.codec.g726_32.priority =
account.9.codec.g726_24.enable =
account.9.codec.g726_24.priority =
account.9.codec.g726_16.enable =
account.9.codec.g726_16.priority =
account.9.codec.g723_63.priority =
account.9.codec.g723_63.enable =
account.9.codec.g723_53.priority =
account.9.codec.g723_53.enable =
account.9.codec.g729.enable = 1
account.9.codec.g729.priority = {$yealink_codec_3_priority}
account.9.codec.g722.enable = 1
account.9.codec.g722.priority = {$yealink_codec_2_priority}
account.9.codec.G722_1_24kpbs.priority =
account.9.codec.G722_1_24kpbs.enable =
account.9.codec.G722_1c_24kpbs.priority =
account.9.codec.G722_1c_24kpbs.enable =
account.9.codec.G722_1c_32kpbs.priority =
account.9.codec.G722_1c_32kpbs.enable =
account.9.codec.G722_1c_48kpbs.priority =
account.9.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.9.password) }
account.9.enable = 1
{else}
account.9.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.9.label = {$account.9.label}
2019-07-10 03:06:03 +02:00
account.9.display_name = {$account.9.display_name}
account.9.auth_name = {$account.9.auth_id}
account.9.password = {$account.9.password}
{if isset($account.9.server.1.address)}
account.9.user_name = {$account.9.user_id}@{$account.9.server_address}
{else}
account.9.user_name = {$account.9.user_id}
{/if}
account.9.sip_server.1.address = {$account.9.server_address}
account.9.sip_server.1.port = {$account.9.sip_port}
{if $account.9.sip_transport = = 'udp'}account.9.sip_server.1.transport_type = 0{/if}
{if $account.9.sip_transport = = 'tcp'}account.9.sip_server.1.transport_type = 1{/if}
{if $account.9.sip_transport = = 'tls'}account.9.sip_server.1.transport_type = 2{/if}
{if $account.9.sip_transport = = 'dns srv'}account.9.sip_server.1.transport_type = 3{/if}
account.9.sip_server.1.expires = {$account.9.register_expires}
account.9.sip_server.1.retry_counts = 3
account.9.sip_server.2.address = {$account.9.server.2.address}
account.9.sip_server.2.port = {$account.9.sip_port}
{if $account.9.sip_transport = = 'udp'}account.9.sip_server.2.transport_type = 0{/if}
{if $account.9.sip_transport = = 'tcp'}account.9.sip_server.2.transport_type = 1{/if}
{if $account.9.sip_transport = = 'tls'}account.9.sip_server.2.transport_type = 2{/if}
{if $account.9.sip_transport = = 'dns srv'}account.9.sip_server.2.transport_type = 3{/if}
account.9.sip_server.2.expires = {$account.9.register_expires}
account.9.sip_server.2.retry_counts = 3
account.9.outbound_proxy_enable = {if isset($account.9.outbound_proxy_primary)}1{else}0{/if}
account.9.outbound_proxy.1.address = {$account.9.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.9.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.9.outbound_proxy.1.port = {$account.9.sip_port}
{/if}
account.9.outbound_proxy.2.address = {$account.9.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.9.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.9.outbound_proxy.2.port = {$account.9.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.9.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.9.outbound_proxy_fallback_interval = 120
{/if}
account.9.nat.nat_traversal =
################################################################
# Account Basic ##
################################################################
account.9.auto_answer =
################################################################
# Account Advanced ##
################################################################
2022-02-11 21:10:23 +01:00
account.9.nat.udp_update_enable = {if isset($account.9.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.9.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.9.nat.rport = {$yealink_rport}
account.9.dtmf.type = {$yealink_dtmf_type}
account.9.dtmf.info_type =
account.9.dtmf.dtmf_payload =
account.9.100rel_enable = {$yealink_retransmission}
account.9.subscribe_register =
account.9.cid_source = {$yealink_cid_source}
account.9.enable_user_equal_phone =
account.9.srtp_encryption = {$yealink_srtp_encryption}
account.9.ptime = 20
account.9.register_line =
account.9.register_mac =
account.9.reg_fail_retry_interval =
account.9.unregister_on_reboot =
account.9.session_timer.refresher =
account.9.session_timer.expires =
account.9.session_timer.enable = {$yealink_session_timer}
account.9.conf_type =
account.9.sip_server_type =
##V83 Add
account.9.srtp.unencrypted_rtcp.enable =
account.9.srtp.unencrypted_rtp.enable =
account.9.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.9.outbound_proxy.1.register_on_enable =
account.9.outbound_proxy.1.failback_timeout =
account.9.outbound_proxy.1.failback_mode =
account.9.outbound_proxy.1.retry_counts =
account.9.outbound_proxy.1.only_signal_with_registered =
account.9.outbound_proxy.1.failback_subscribe.enable =
account.9.outbound_proxy.1.invite_retry_counts =
account.9.sip_server.1.register_on_enable = 0
account.9.sip_server.1.failback_timeout = 3600
account.9.sip_server.1.failback_mode = 0
account.9.sip_server.1.failback_subscribe.enable =
account.9.sip_server.1.only_signal_with_registered =
account.9.sip_server.1.invite_retry_counts =
account.9.outbound_proxy.2.register_on_enable =
account.9.outbound_proxy.2.failback_timeout =
account.9.outbound_proxy.2.failback_mode =
account.9.outbound_proxy.2.retry_counts =
account.9.outbound_proxy.2.only_signal_with_registered =
account.9.outbound_proxy.2.failback_subscribe.enable =
account.9.outbound_proxy.2.invite_retry_counts =
account.9.sip_server.2.register_on_enable =
account.9.sip_server.2.failback_timeout =
account.9.sip_server.2.failback_mode =
account.9.sip_server.2.failback_subscribe.enable =
account.9.sip_server.2.only_signal_with_registered =
account.9.sip_server.2.invite_retry_counts =
account.9.static_cache_pri =
account.9.dns_cache_type =
account.9.naptr_build =
account.9.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
account.9.fallback.redundancy_type =
account.9.reg_failed_retry_max_time =
account.9.reg_failed_retry_min_time =
account.9.redundancy_with_reg_fail.enable =
##V83 Add
account.9.sip_server.1.outbound_proxy_enable =
account.9.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.9.contact_take_line_param =
account.9.update_ack_while_dialing =
account.9.srtp_lifetime =
account.9.third_part_request_with_route.enable =
account.9.insert_outbound_in_route.enable =
account.9.path.enable =
account.9.sub_fail_retry_interval =
account.9.transfer_refer_to_contact_header.enable =
account.9.hold_use_inactive =
account.9.gruu.enable =
account.9.dial_tone =
account.9.call_id_mode =
account.9.subscribe_expires_overlap =
account.9.register_expires_overlap =
account.9.call_info =
account.9.custom_ua =
account.9.mwi_parse_terminated =
account.9.check_cseq.enable =
account.9.check_to_tag.enable =
account.9.vq_rtcpxr.collector_server_port =
account.9.vq_rtcpxr.collector_server_host =
account.9.vq_rtcpxr.collector_name =
account.9.compact_header_enable =
2022-08-04 19:52:08 +02:00
account.9.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
account.9.cid_source_ppi =
account.9.cid_source_privacy =
account.9.reg_with_pani_header.enable =
account.9.alert_info =
account.9.picture_info_enable =
##V83 Add
account.9.invite_with_pani_header.enable =
##V84 Add
account.9.invite_with_rpid_header.enable =
account.9.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.9.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Forward ##
#######################################################################################
account.9.timeout_fwd.off_code =
account.9.timeout_fwd.on_code =
account.9.timeout_fwd.timeout =
account.9.timeout_fwd.target =
account.9.timeout_fwd.enable =
account.9.busy_fwd.off_code =
account.9.busy_fwd.on_code =
account.9.busy_fwd.target =
account.9.busy_fwd.enable =
account.9.always_fwd.off_code =
account.9.always_fwd.on_code =
account.9.always_fwd.target =
account.9.always_fwd.enable =
#######################################################################################
## DND ##
#######################################################################################
account.9.dnd.enable =
account.9.dnd.off_code =
account.9.dnd.on_code =
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1 = {$voicemail_number}
account.9.subscribe_mwi =
account.9.subscribe_mwi_to_vm =
account.9.subscribe_mwi_expires =
account.9.display_mwi.enable =
#######################################################################################
## Auto Dial ##
#######################################################################################
account.9.auto_dial_enable =
account.9.auto_dial_num =
#######################################################################################
## Preference&Status ##
#######################################################################################
account.9.ringtone.ring_type =
#######################################################################################
## Digitmap ##
#######################################################################################
account.9.dialplan.digitmap.enable =
account.9.dialplan.digitmap.string =
account.9.dialplan.digitmap.no_match_action =
account.9.dialplan.digitmap.interdigit_short_timer =
account.9.dialplan.digitmap.interdigit_long_timer =
account.9.dialplan.digitmap.apply_to.press_send =
account.9.dialplan.digitmap.apply_to.forward =
account.9.dialplan.digitmap.apply_to.history_dial =
account.9.dialplan.digitmap.apply_to.directory_dial =
account.9.dialplan.digitmap.apply_to.on_hook_dial =
account.9.dialplan.digitmap.active.on_hook_dialing =
#######################################################################################
## Rings Settings ##
#######################################################################################
account.9.alert_info_url_enable =
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.9.blf.blf_list_uri =
account.9.blf_list_barge_in_code =
account.9.blf_list_code =
account.9.blf_list_retrieve_call_parked_code =
account.9.blf.subscribe_period =
account.9.blf.match_host.enable =
account.9.out_dialog_blf_enable =
account.9.blf.subscribe_event =
##V84 Add
account.9.blf_list_call_parked_code =
account.9.blf_list_call_parked_list =
#######################################################################################
## SCA ##
#######################################################################################
account.9.shared_line = {$shared_line_1}
account.9.line_seize.expires =
account.9.shared_line_one_touch_bargein.enable =
account.9.shared_line_one_touch_retrieve.enable =
account.9.sca_manage_interface_display_time =
account.9.shared_line_callpull_code =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.9.bla_number =
account.9.bla_subscribe_period =
account.9.bla.notify_with_expire.enable =
account.9.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.9.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.9.acd.enable =
account.9.acd.available =
account.9.acd.unavailable_reason_enable =
account.9.acd.initial_state =
account.9.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.9.reason_code.1 =
account.9.reason_code_name.1 =
account.9.bw_disp_code.1 =
account.9.bw_disp_code_name.1 =
account.9.supervisor_info_code.1 =
account.9.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.9.call_center.call_info_enable =
account.9.call_center.show_call_info_time =
account.9.call_center.disp_code_enable =
account.9.call_center.trace_enable =
account.9.call_center.emergency_enable =
account.9.call_center.queue_status_enable =
account.9.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.9.hoteling.enable =
account.9.hoteling.user_id =
account.9.hoteling.password =
account.9.hoteling.expires =
account.9.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.9.xsi.user =
account.9.xsi.password =
account.9.xsi.host =
account.9.xsi.server_type =
account.9.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.9.direct_pickup_code =
account.9.group_pickup_code =
account.9.dialoginfo_callpickup =
account.9.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.9.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.9.conf_uri =
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.9.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.9.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.9.flexible_seating.enable =
account.9.hoteling.pin =
account.9.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.9.features.forward.feature_key_sync.local_processing.enable =
account.9.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.9.dnd.feature_key_sync.enable =
account.9.feature_key_sync.enable =
account.9.forward.feature_key_sync.enable =
#######################################################################################
## ACD ##
#######################################################################################
account.9.acd.available_url =
account.9.acd.away_url =
account.9.acd.refresh_url =
account.9.acd.call_information =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.9.enable =
pstn.account.9.label =
#######################################################################################
2022-01-07 01:10:44 +01:00
## Transfer ##
2019-07-10 03:06:03 +02:00
#######################################################################################
account.10.phone_setting.call_appearance.transfer_via_new_linekey =
#######################################################################################
## Conference ##
#######################################################################################
account.10.phone_setting.call_appearance.conference_via_new_linekey =
#######################################################################################
## Anonymous ##
#######################################################################################
account.10.anonymous_call.server_base_only =
account.10.send_anonymous_rejection_code =
account.10.anonymous_reject_offcode =
account.10.anonymous_reject_oncode =
account.10.reject_anonymous_call =
account.10.anonymous_call_offcode =
account.10.anonymous_call_oncode =
account.10.anonymous_call =
account.10.send_anonymous_code =
#######################################################################################
## Call Configuration ##
#######################################################################################
account.10.music_server_uri =
account.10.music_on_hold_type =
account.10.auto_label.rule =
account.10.auto_label.enable =
account.10.number_of_linekey =
account.10.phone_setting.call_appearance.calls_per_linekey =
#######################################################################################
## Codec ##
#######################################################################################
account.10.codec.ilbc_15_2kbps.priority =
account.10.codec.ilbc_15_2kbps.enable =
account.10.codec.ilbc_13_33kbps.priority =
account.10.codec.ilbc_13_33kbps.enable =
account.10.codec.pcma.enable = 1
account.10.codec.pcma.priority = {$yealink_codec_5_priority}
account.10.codec.pcmu.enable = 1
account.10.codec.pcmu.priority = {$yealink_codec_4_priority}
account.10.codec.opus.enable = 1
account.10.codec.opus.priority = {$yealink_codec_1_priority}
account.10.codec.opus.para =
account.10.codec.g726_40.enable =
account.10.codec.g726_40.priority =
account.10.codec.g726_32.enable =
account.10.codec.g726_32.priority =
account.10.codec.g726_24.enable =
account.10.codec.g726_24.priority =
account.10.codec.g726_16.enable =
account.10.codec.g726_16.priority =
account.10.codec.g723_63.priority =
account.10.codec.g723_63.enable =
account.10.codec.g723_53.priority =
account.10.codec.g723_53.enable =
account.10.codec.g729.enable = 1
account.10.codec.g729.priority = {$yealink_codec_3_priority}
account.10.codec.g722.enable = 1
account.10.codec.g722.priority = {$yealink_codec_2_priority}
account.10.codec.G722_1_24kpbs.priority =
account.10.codec.G722_1_24kpbs.enable =
account.10.codec.G722_1c_24kpbs.priority =
account.10.codec.G722_1c_24kpbs.enable =
account.10.codec.G722_1c_32kpbs.priority =
account.10.codec.G722_1c_32kpbs.enable =
account.10.codec.G722_1c_48kpbs.priority =
account.10.codec.G722_1c_48kpbs.enable =
################################################################
# Account Register ##
################################################################
{if isset($account.10.password) }
account.10.enable = 1
{else}
account.10.enable = 0
{/if}
2021-12-15 22:41:12 +01:00
account.10.label = {$account.10.label}
2019-07-10 03:06:03 +02:00
account.10.display_name = {$account.10.display_name}
account.10.auth_name = {$account.10.auth_id}
account.10.password = {$account.10.password}
{if isset($account.10.server.1.address)}
account.10.user_name = {$account.10.user_id}@{$account.10.server_address}
{else}
account.10.user_name = {$account.10.user_id}
{/if}
account.10.sip_server.1.address = {$account.10.server_address}
account.10.sip_server.1.port = {$account.10.sip_port}
{if $account.10.sip_transport = = 'udp'}account.10.sip_server.1.transport_type = 0{/if}
{if $account.10.sip_transport = = 'tcp'}account.10.sip_server.1.transport_type = 1{/if}
{if $account.10.sip_transport = = 'tls'}account.10.sip_server.1.transport_type = 2{/if}
{if $account.10.sip_transport = = 'dns srv'}account.10.sip_server.1.transport_type = 3{/if}
account.10.sip_server.1.expires = {$account.10.register_expires}
account.10.sip_server.1.retry_counts = 3
account.10.sip_server.2.address = {$account.10.server.2.address}
account.10.sip_server.2.port = {$account.10.sip_port}
{if $account.10.sip_transport = = 'udp'}account.10.sip_server.2.transport_type = 0{/if}
{if $account.10.sip_transport = = 'tcp'}account.10.sip_server.2.transport_type = 1{/if}
{if $account.10.sip_transport = = 'tls'}account.10.sip_server.2.transport_type = 2{/if}
{if $account.10.sip_transport = = 'dns srv'}account.10.sip_server.2.transport_type = 3{/if}
account.10.sip_server.2.expires = {$account.10.register_expires}
account.10.sip_server.2.retry_counts = 3
account.10.outbound_proxy_enable = {if isset($account.10.outbound_proxy_primary)}1{else}0{/if}
account.10.outbound_proxy.1.address = {$account.10.outbound_proxy_primary}
{if isset($outbound_proxy_1_port)}
account.10.outbound_proxy.1.port = {$outbound_proxy_1_port}
{else}
account.10.outbound_proxy.1.port = {$account.10.sip_port}
{/if}
account.10.outbound_proxy.2.address = {$account.10.outbound_proxy_secondary}
{if isset($outbound_proxy_1_port)}
account.10.outbound_proxy.2.port = {$outbound_proxy_2_port}
{else}
account.10.outbound_proxy.2.port = {$account.10.sip_port}
{/if}
{if isset($outbound_proxy_fallback_interval)}
account.10.outbound_proxy_fallback_interval = {$outbound_proxy_fallback_interval}
{else}
account.10.outbound_proxy_fallback_interval = 120
{/if}
account.10.nat.nat_traversal =
################################################################
# Account Basic ##
################################################################
account.10.auto_answer =
################################################################
# Account Advanced ##
################################################################
2022-02-11 21:10:23 +01:00
account.10.nat.udp_update_enable = {if isset($account.10.password)}{if isset($yealink_udp_update_enable)}{$yealink_udp_update_enable}{else}3{/if}{else}1{/if}{""}
account.10.nat.udp_update_time = 30
2019-07-10 03:06:03 +02:00
account.10.nat.rport = {$yealink_rport}
account.10.dtmf.type = {$yealink_dtmf_type}
account.10.dtmf.info_type =
account.10.dtmf.dtmf_payload =
account.10.100rel_enable = {$yealink_retransmission}
account.10.subscribe_register =
account.10.cid_source = {$yealink_cid_source}
account.10.enable_user_equal_phone =
account.10.srtp_encryption = {$yealink_srtp_encryption}
account.10.ptime = 20
account.10.register_line =
account.10.register_mac =
account.10.reg_fail_retry_interval =
account.10.unregister_on_reboot =
account.10.session_timer.refresher =
account.10.session_timer.expires =
account.10.session_timer.enable = {$yealink_session_timer}
account.10.conf_type =
account.10.sip_server_type =
##V83 Add
account.10.srtp.unencrypted_rtcp.enable =
account.10.srtp.unencrypted_rtp.enable =
account.10.sip_server_mode =
################################################################
# SIP Backup Server ##
################################################################
account.10.outbound_proxy.1.register_on_enable =
account.10.outbound_proxy.1.failback_timeout =
account.10.outbound_proxy.1.failback_mode =
account.10.outbound_proxy.1.retry_counts =
account.10.outbound_proxy.1.only_signal_with_registered =
account.10.outbound_proxy.1.failback_subscribe.enable =
account.10.outbound_proxy.1.invite_retry_counts =
account.10.sip_server.1.register_on_enable = 0
account.10.sip_server.1.failback_timeout = 3600
account.10.sip_server.1.failback_mode = 0
account.10.sip_server.1.failback_subscribe.enable =
account.10.sip_server.1.only_signal_with_registered =
account.10.sip_server.1.invite_retry_counts =
account.10.outbound_proxy.2.register_on_enable =
account.10.outbound_proxy.2.failback_timeout =
account.10.outbound_proxy.2.failback_mode =
account.10.outbound_proxy.2.retry_counts =
account.10.outbound_proxy.2.only_signal_with_registered =
account.10.outbound_proxy.2.failback_subscribe.enable =
account.10.outbound_proxy.2.invite_retry_counts =
account.10.sip_server.2.register_on_enable =
account.10.sip_server.2.failback_timeout =
account.10.sip_server.2.failback_mode =
account.10.sip_server.2.failback_subscribe.enable =
account.10.sip_server.2.only_signal_with_registered =
account.10.sip_server.2.invite_retry_counts =
account.10.static_cache_pri =
account.10.dns_cache_type =
account.10.naptr_build =
account.10.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
account.10.fallback.redundancy_type =
account.10.reg_failed_retry_max_time =
account.10.reg_failed_retry_min_time =
account.10.redundancy_with_reg_fail.enable =
##V83 Add
account.10.sip_server.1.outbound_proxy_enable =
account.10.sip_server.2.outbound_proxy_enable =
################################################################
# SIP Basic config ##
################################################################
account.10.contact_take_line_param =
account.10.update_ack_while_dialing =
account.10.srtp_lifetime =
account.10.third_part_request_with_route.enable =
account.10.insert_outbound_in_route.enable =
account.10.path.enable =
account.10.sub_fail_retry_interval =
account.10.transfer_refer_to_contact_header.enable =
account.10.hold_use_inactive =
account.10.gruu.enable =
account.10.dial_tone =
account.10.call_id_mode =
account.10.subscribe_expires_overlap =
account.10.register_expires_overlap =
account.10.call_info =
account.10.custom_ua =
account.10.mwi_parse_terminated =
account.10.check_cseq.enable =
account.10.check_to_tag.enable =
account.10.vq_rtcpxr.collector_server_port =
account.10.vq_rtcpxr.collector_server_host =
account.10.vq_rtcpxr.collector_name =
account.10.compact_header_enable =
2022-08-04 19:52:08 +02:00
account.10.cp_source = {$yealink_cp_source}
2019-07-10 03:06:03 +02:00
account.10.cid_source_ppi =
account.10.cid_source_privacy =
account.10.reg_with_pani_header.enable =
account.10.alert_info =
account.10.picture_info_enable =
##V83 Add
account.10.invite_with_pani_header.enable =
##V84 Add
account.10.invite_with_rpid_header.enable =
account.10.auto_answer_mute_enable
#######################################################################################
## History ##
#######################################################################################
2022-05-31 00:37:38 +02:00
account.10.missed_calllog = {$yealink_missed_calllog}
2019-07-10 03:06:03 +02:00
#######################################################################################
## Forward ##
#######################################################################################
account.10.timeout_fwd.off_code =
account.10.timeout_fwd.on_code =
account.10.timeout_fwd.timeout =
account.10.timeout_fwd.target =
account.10.timeout_fwd.enable =
account.10.busy_fwd.off_code =
account.10.busy_fwd.on_code =
account.10.busy_fwd.target =
account.10.busy_fwd.enable =
account.10.always_fwd.off_code =
account.10.always_fwd.on_code =
account.10.always_fwd.target =
account.10.always_fwd.enable =
#######################################################################################
## DND ##
#######################################################################################
account.10.dnd.enable =
account.10.dnd.off_code =
account.10.dnd.on_code =
#######################################################################################
## Voice Mail ##
#######################################################################################
voice_mail.number.1 = {$voicemail_number}
account.10.subscribe_mwi =
account.10.subscribe_mwi_to_vm =
account.10.subscribe_mwi_expires =
account.10.display_mwi.enable =
#######################################################################################
## Auto Dial ##
#######################################################################################
account.10.auto_dial_enable =
account.10.auto_dial_num =
#######################################################################################
## Preference&Status ##
#######################################################################################
account.10.ringtone.ring_type =
#######################################################################################
## Digitmap ##
#######################################################################################
account.10.dialplan.digitmap.enable =
account.10.dialplan.digitmap.string =
account.10.dialplan.digitmap.no_match_action =
account.10.dialplan.digitmap.interdigit_short_timer =
account.10.dialplan.digitmap.interdigit_long_timer =
account.10.dialplan.digitmap.apply_to.press_send =
account.10.dialplan.digitmap.apply_to.forward =
account.10.dialplan.digitmap.apply_to.history_dial =
account.10.dialplan.digitmap.apply_to.directory_dial =
account.10.dialplan.digitmap.apply_to.on_hook_dial =
account.10.dialplan.digitmap.active.on_hook_dialing =
#######################################################################################
## Rings Settings ##
#######################################################################################
account.10.alert_info_url_enable =
#######################################################################################
## BLF/BLF List ##
#######################################################################################
account.10.blf.blf_list_uri =
account.10.blf_list_barge_in_code =
account.10.blf_list_code =
account.10.blf_list_retrieve_call_parked_code =
account.10.blf.subscribe_period =
account.10.blf.match_host.enable =
account.10.out_dialog_blf_enable =
account.10.blf.subscribe_event =
##V84 Add
account.10.blf_list_call_parked_code =
account.10.blf_list_call_parked_list =
#######################################################################################
## SCA ##
#######################################################################################
account.10.shared_line = {$shared_line_1}
account.10.line_seize.expires =
account.10.shared_line_one_touch_bargein.enable =
account.10.shared_line_one_touch_retrieve.enable =
account.10.sca_manage_interface_display_time =
account.10.shared_line_callpull_code =
##V83 Add
account.x.share_line.barge_in.enable
#######################################################################################
## BLA ##
#######################################################################################
account.10.bla_number =
account.10.bla_subscribe_period =
account.10.bla.notify_with_expire.enable =
account.10.bla.subscribe_uri_build_type =
#######################################################################################
## Call Park ##
#######################################################################################
account.10.callpark_enable =
#######################################################################################
## Broadsoft ACD ##
#######################################################################################
account.10.acd.enable =
account.10.acd.available =
account.10.acd.unavailable_reason_enable =
account.10.acd.initial_state =
account.10.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.10.reason_code.1 =
account.10.reason_code_name.1 =
account.10.bw_disp_code.1 =
account.10.bw_disp_code_name.1 =
account.10.supervisor_info_code.1 =
account.10.supervisor_info_code_name.1 =
#######################################################################################
## Broadsoft Call Center ##
#######################################################################################
account.10.call_center.call_info_enable =
account.10.call_center.show_call_info_time =
account.10.call_center.disp_code_enable =
account.10.call_center.trace_enable =
account.10.call_center.emergency_enable =
account.10.call_center.queue_status_enable =
account.10.call_center.queue_status_light_enable =
#######################################################################################
## Broadsoft Hoteling ##
#######################################################################################
account.10.hoteling.enable =
account.10.hoteling.user_id =
account.10.hoteling.password =
account.10.hoteling.expires =
account.10.hoteling.auto_login_enable =
#######################################################################################
## Broadsoft XSI ##
#######################################################################################
account.10.xsi.user =
account.10.xsi.password =
account.10.xsi.host =
account.10.xsi.server_type =
account.10.xsi.port =
#######################################################################################
## Call Pickup ##
#######################################################################################
account.10.direct_pickup_code =
account.10.group_pickup_code =
account.10.dialoginfo_callpickup =
account.10.refresh_remote_id.enable =
#######################################################################################
## Broadsoft Call Recording ##
#######################################################################################
account.10.call_recording.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.10.conf_uri =
#######################################################################################
## Broadsoft Call Decline ##
#######################################################################################
account.10.features.call_decline.enable =
#######################################################################################
## Broadsoft Security Classification ##
#######################################################################################
account.10.security_classification.enable =
#######################################################################################
## Broadsoft Flexible Seating ##
#######################################################################################
account.10.flexible_seating.enable =
account.10.hoteling.pin =
account.10.hoteling.mode =
#######################################################################################
## Features Sync ##
#######################################################################################
account.10.features.forward.feature_key_sync.local_processing.enable =
account.10.features.dnd.feature_key_sync.local_processing.enable =
##V84 Add
account.10.dnd.feature_key_sync.enable =
account.10.feature_key_sync.enable =
account.10.forward.feature_key_sync.enable =
#######################################################################################
## ACD ##
#######################################################################################
account.10.acd.available_url =
account.10.acd.away_url =
account.10.acd.refresh_url =
account.10.acd.call_information =
#######################################################################################
## PSTN ##
#######################################################################################
pstn.account.10.enable =
pstn.account.10.label =