parent
ce88177534
commit
815826c1a1
|
|
@ -670,7 +670,11 @@ account.2.out_dialog_blf_enable = 0
|
|||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.2.shared_line =
|
||||
{if isset($shared_line_2) }
|
||||
account.2.shared_line = {$shared_line_2}
|
||||
{else}
|
||||
account.2.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.2.bla_number =
|
||||
|
|
@ -1175,7 +1179,11 @@ account.3.out_dialog_blf_enable = 0
|
|||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.3.shared_line =
|
||||
{if isset($shared_line_3) }
|
||||
account.3.shared_line = {$shared_line_3}
|
||||
{else}
|
||||
account.3.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.3.bla_number =
|
||||
|
|
@ -1663,7 +1671,11 @@ account.4.out_dialog_blf_enable = 0
|
|||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.4.shared_line =
|
||||
{if isset($shared_line_4) }
|
||||
account.4.shared_line = {$shared_line_4}
|
||||
{else}
|
||||
account.4.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.4.bla_number =
|
||||
|
|
@ -2149,7 +2161,11 @@ account.5.out_dialog_blf_enable = 0
|
|||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.5.shared_line =
|
||||
{if isset($shared_line_5) }
|
||||
account.5.shared_line = {$shared_line_5}
|
||||
{else}
|
||||
account.5.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.5.bla_number =
|
||||
|
|
@ -2634,7 +2650,11 @@ account.6.out_dialog_blf_enable = 0
|
|||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.6.shared_line =
|
||||
{if isset($shared_line_6) }
|
||||
account.6.shared_line = {$shared_line_6}
|
||||
{else}
|
||||
account.6.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.6.bla_number =
|
||||
|
|
|
|||
Loading…
Reference in New Issue