mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update {$mac}.cfg (#1847)
Update outbound proxy support in the Yealink templates. cp860
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#######################################################################################
|
||||
## Account 1 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_1) }
|
||||
account.1.enable = 1
|
||||
@@ -19,7 +19,7 @@ account.1.password = {$user_password_1}
|
||||
account.1.user_name = {$user_id_1}
|
||||
account.1.sip_server_host = {$server_address_1}
|
||||
account.1.sip_server_port = {$sip_port_1}
|
||||
account.1.outbound_proxy_enable =
|
||||
|
||||
account.1.outbound_host = {$outbound_proxy_1}
|
||||
account.1.outbound_port = 5060
|
||||
account.1.sip_listen_port = 5060
|
||||
@@ -29,11 +29,26 @@ account.1.sip_listen_port = 5060
|
||||
{if $sip_transport_1 == 'tls'}account.1.transport = 2{/if}
|
||||
{if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if}
|
||||
|
||||
account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1}
|
||||
account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
|
||||
account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
|
||||
|
||||
{if isset($outbound_proxy_1_port)}
|
||||
account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
|
||||
{else}
|
||||
account.1.outbound_proxy.1.port = 5060
|
||||
{/if}
|
||||
{if isset($outbound_proxy_1_port)}
|
||||
account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
|
||||
{else}
|
||||
account.1.outbound_proxy.2.port = 5060
|
||||
{/if}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.1.reregister_enable = 0
|
||||
@@ -87,7 +102,7 @@ account.1.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -139,7 +154,7 @@ account.1.nat.rport = {$yealink_rport_1}
|
||||
#######################################################################################
|
||||
## AccountX Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -154,7 +169,7 @@ voice_mail.number.1 = {$voicemail_number}
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.1.subscribe_mwi = 1
|
||||
@@ -169,7 +184,7 @@ account.1.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -186,7 +201,7 @@ account.1.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
@@ -466,7 +481,7 @@ account.1.xsi.port =
|
||||
#######################################################################################
|
||||
## Account 2 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_2) }
|
||||
account.2.enable = 1
|
||||
@@ -480,7 +495,7 @@ account.2.password = {$user_password_2}
|
||||
account.2.user_name = {$user_id_2}
|
||||
account.2.sip_server_host = {$server_address_2}
|
||||
account.2.sip_server_port = {$sip_port_2}
|
||||
account.2.outbound_proxy_enable =
|
||||
|
||||
account.2.outbound_host = {$outbound_proxy_2}
|
||||
account.2.outbound_port = 5060
|
||||
account.2.sip_listen_port = 5060
|
||||
@@ -490,11 +505,15 @@ account.2.sip_listen_port = 5060
|
||||
{if $sip_transport_2 == 'tls'}account.2.transport = 2{/if}
|
||||
{if $sip_transport_2 == 'dns srv'}account.2.transport = 3{/if}
|
||||
|
||||
account.2.outbound_proxy.1.address = {$outbound_proxy_primary_2}
|
||||
account.2.outbound_proxy.2.address = {$outbound_proxy_secondary_2}
|
||||
account.2.outbound_proxy_enable = {if isset($outbound_proxy_primary_2)}1{else}0{/if}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.2.reregister_enable = 0
|
||||
@@ -544,7 +563,7 @@ account.2.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -596,7 +615,7 @@ account.2.nat.rport = {$yealink_rport_2}
|
||||
#######################################################################################
|
||||
## Account2 Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -611,7 +630,7 @@ voice_mail.number.2 = *97
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.2.subscribe_mwi = 1
|
||||
@@ -626,7 +645,7 @@ account.2.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -643,7 +662,7 @@ account.2.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
@@ -960,7 +979,7 @@ network.internet_port.gateway =
|
||||
#######################################################################################
|
||||
## Account 3 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_3) }
|
||||
account.3.enable = 1
|
||||
@@ -974,7 +993,7 @@ account.3.password = {$user_password_3}
|
||||
account.3.user_name = {$user_id_3}
|
||||
account.3.sip_server_host = {$server_address_3}
|
||||
account.3.sip_server_port = {$sip_port_3}
|
||||
account.3.outbound_proxy_enable =
|
||||
|
||||
account.3.outbound_host = {$outbound_proxy_3}
|
||||
account.3.outbound_port = 5060
|
||||
account.3.sip_listen_port = 5060
|
||||
@@ -984,10 +1003,15 @@ account.3.sip_listen_port = 5060
|
||||
{if $sip_transport_3 == 'tls'}account.3.transport = 2{/if}
|
||||
{if $sip_transport_3 == 'dns srv'}account.3.transport = 3{/if}
|
||||
|
||||
account.3.outbound_proxy.1.address = {$outbound_proxy_primary_3}
|
||||
account.3.outbound_proxy.2.address = {$outbound_proxy_secondary_3}
|
||||
account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.3.reregister_enable = 0
|
||||
@@ -1037,7 +1061,7 @@ account.3.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -1089,7 +1113,7 @@ account.3.nat.rport = {$yealink_rport_3}
|
||||
#######################################################################################
|
||||
## Account3 Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -1104,7 +1128,7 @@ voice_mail.number.3 = *97
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.3.subscribe_mwi = 1
|
||||
@@ -1119,7 +1143,7 @@ account.3.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -1136,7 +1160,7 @@ account.3.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
@@ -1444,7 +1468,7 @@ network.internet_port.gateway =
|
||||
#######################################################################################
|
||||
## Account 4 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_4) }
|
||||
account.4.enable = 1
|
||||
@@ -1458,7 +1482,7 @@ account.4.password = {$user_password_4}
|
||||
account.4.user_name = {$user_id_4}
|
||||
account.4.sip_server_host = {$server_address_4}
|
||||
account.4.sip_server_port = {$sip_port_4}
|
||||
account.4.outbound_proxy_enable =
|
||||
|
||||
account.4.outbound_host = {$outbound_proxy_4}
|
||||
account.4.outbound_port = 5060
|
||||
account.4.sip_listen_port = 5060
|
||||
@@ -1468,10 +1492,14 @@ account.4.sip_listen_port = 5060
|
||||
{if $sip_transport_4 == 'tls'}account.4.transport = 2{/if}
|
||||
{if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if}
|
||||
|
||||
account.4.outbound_proxy.1.address = {$outbound_proxy_primary_4}
|
||||
account.4.outbound_proxy.2.address = {$outbound_proxy_secondary_4}
|
||||
account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.4.reregister_enable = 0
|
||||
@@ -1521,7 +1549,7 @@ account.4.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -1573,7 +1601,7 @@ account.4.nat.rport = {$yealink_rport_4}
|
||||
#######################################################################################
|
||||
## Account4 Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -1588,7 +1616,7 @@ voice_mail.number.4 = *97
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.4.subscribe_mwi = 1
|
||||
@@ -1603,7 +1631,7 @@ account.4.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -1620,7 +1648,7 @@ account.4.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
@@ -1926,7 +1954,7 @@ network.internet_port.gateway =
|
||||
#######################################################################################
|
||||
## Account 5 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_5) }
|
||||
account.5.enable = 1
|
||||
@@ -1940,7 +1968,7 @@ account.5.password = {$user_password_5}
|
||||
account.5.user_name = {$user_id_5}
|
||||
account.5.sip_server_host = {$server_address_5}
|
||||
account.5.sip_server_port = {$sip_port_5}
|
||||
account.5.outbound_proxy_enable =
|
||||
|
||||
account.5.outbound_host = {$outbound_proxy_5}
|
||||
account.5.outbound_port = 5060
|
||||
account.5.sip_listen_port = 5060
|
||||
@@ -1950,10 +1978,14 @@ account.5.sip_listen_port = 5060
|
||||
{if $sip_transport_5 == 'tls'}account.5.transport = 2{/if}
|
||||
{if $sip_transport_5 == 'dns srv'}account.5.transport = 3{/if}
|
||||
|
||||
account.5.outbound_proxy.1.address = {$outbound_proxy_primary_5}
|
||||
account.5.outbound_proxy.2.address = {$outbound_proxy_secondary_5}
|
||||
account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.5.reregister_enable = 0
|
||||
@@ -2003,7 +2035,7 @@ account.5.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -2055,7 +2087,7 @@ account.5.nat.rport = {$yealink_rport_5}
|
||||
#######################################################################################
|
||||
## Account5 Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -2070,7 +2102,7 @@ voice_mail.number.5 = *97
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.5.subscribe_mwi = 1
|
||||
@@ -2085,7 +2117,7 @@ account.5.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -2102,7 +2134,7 @@ account.5.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
@@ -2408,7 +2440,7 @@ network.internet_port.gateway =
|
||||
#######################################################################################
|
||||
## Account 6 Basic Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_6) }
|
||||
account.6.enable = 1
|
||||
@@ -2422,7 +2454,7 @@ account.6.password = {$user_password_6}
|
||||
account.6.user_name = {$user_id_6}
|
||||
account.6.sip_server_host = {$server_address_6}
|
||||
account.6.sip_server_port = {$sip_port_6}
|
||||
account.6.outbound_proxy_enable =
|
||||
|
||||
account.6.outbound_host = {$outbound_proxy_6}
|
||||
account.6.outbound_port = 5060
|
||||
account.6.sip_listen_port = 5060
|
||||
@@ -2432,10 +2464,14 @@ account.6.sip_listen_port = 5060
|
||||
{if $sip_transport_6 == 'tls'}account.6.transport = 2{/if}
|
||||
{if $sip_transport_6 == 'dns srv'}account.6.transport = 3{/if}
|
||||
|
||||
account.6.outbound_proxy.1.address = {$outbound_proxy_primary_6}
|
||||
account.6.outbound_proxy.2.address = {$outbound_proxy_secondary_6}
|
||||
account.6.outbound_proxy_enable = {if isset($outbound_proxy_primary_6)}1{else}0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.6.reregister_enable = 0
|
||||
@@ -2485,7 +2521,7 @@ account.6.static_cache_pri = 0
|
||||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
@@ -2514,7 +2550,7 @@ account.6.reg_fail_retry_interval =
|
||||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
@@ -2536,7 +2572,7 @@ account.6.nat.rport = {$yealink_rport_6}
|
||||
#######################################################################################
|
||||
## Account6 Advance Settings ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
@@ -2551,14 +2587,14 @@ voice_mail.number.6 = *97
|
||||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.6.subscribe_mwi = 1
|
||||
account.6.subscribe_mwi = 0
|
||||
account.6.subscribe_mwi_expires = 3600
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.6.subscribe_mwi_to_vm = 1
|
||||
account.6.subscribe_mwi_to_vm = 0
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
@@ -2566,7 +2602,7 @@ account.6.subscribe_acd_expires= 3600
|
||||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
@@ -2583,7 +2619,7 @@ account.6.out_dialog_blf_enable = 0
|
||||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## X ranges from 1 to 6;
|
||||
ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
||||
Reference in New Issue
Block a user