mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update {$mac}.cfg
Add shared_line_1 variable.
This commit is contained in:
@@ -205,7 +205,11 @@ account.1.out_dialog_blf_enable = 0
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
account.1.shared_line =
|
||||
{if isset($shared_line_1) }
|
||||
account.1.shared_line = {$shared_line_1}
|
||||
{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 =
|
||||
|
||||
Reference in New Issue
Block a user