Added SCA settings (#4007)

This commit is contained in:
The-Operator
2019-02-27 09:06:09 +01:00
committed by FusionPBX
parent 6e360176a1
commit a43c92195e

View File

@@ -272,6 +272,21 @@ account.1.dnd.enable =
account.1.sip_trust_ctrl = 1
#######################################################################################
## BLA/SCA ##
#######################################################################################
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
{if isset($account.1.shared_line) }
account.1.shared_line = {$account.1.shared_line}
{else}
account.1.shared_line = 0
{/if}
#Configure BLA number for account1 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
account.1.bla_number =
account.1.bla_subscribe_period = 300
#######################################################################################
## Account2 Settings ##
#######################################################################################
@@ -530,6 +545,21 @@ account.2.dnd.enable =
account.2.sip_trust_ctrl = 1
#######################################################################################
## BLA/SCA ##
#######################################################################################
#Assign account2 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
{if isset($account.2.shared_line) }
account.2.shared_line = {$account.2.shared_line}
{else}
account.2.shared_line = 0
{/if}
#Configure BLA number for account2 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
account.2.bla_number =
account.2.bla_subscribe_period = 300
#######################################################################################
## Account3 Settings ##
#######################################################################################
@@ -788,6 +818,21 @@ account.3.dnd.enable =
account.3.sip_trust_ctrl = 1
#######################################################################################
## BLA/SCA ##
#######################################################################################
#Assign account3 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
{if isset($account.3.shared_line) }
account.3.shared_line = {$account.3.shared_line}
{else}
account.3.shared_line = 0
{/if}
#Configure BLA number for account3 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
account.3.bla_number =
account.3.bla_subscribe_period = 300
#######################################################################################
## Account4 Settings ##
#######################################################################################
@@ -1048,6 +1093,21 @@ account.4.dnd.enable =
account.4.sip_trust_ctrl = 1
#######################################################################################
## BLA/SCA ##
#######################################################################################
#Assign account4 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
{if isset($account.4.shared_line) }
account.4.shared_line = {$account.4.shared_line}
{else}
account.4.shared_line = 0
{/if}
#Configure BLA number for account4 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
account.4.bla_number =
account.4.bla_subscribe_period = 300
#######################################################################################
## Account5 Settings ##
#######################################################################################
@@ -1308,6 +1368,21 @@ account.5.sip_trust_ctrl = 1
voice_mail.number.1 = {$voicemail_number}
#######################################################################################
## BLA/SCA ##
#######################################################################################
#Assign account5 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
{if isset($account.5.shared_line) }
account.5.shared_line = {$account.5.shared_line}
{else}
account.5.shared_line = 0
{/if}
#Configure BLA number for account5 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
account.5.bla_number =
account.5.bla_subscribe_period = 300
#######################################################################################
## Network ##
#######################################################################################