mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-12 19:48:22 +00:00
committed by
FusionPBX
parent
afac57b6c7
commit
f365d1b080
@@ -8,7 +8,7 @@
|
||||
#######################################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_1) }
|
||||
{if isset($account.1.user_password) }
|
||||
account.1.enable = 1
|
||||
{else}
|
||||
account.1.enable = 0
|
||||
@@ -202,7 +202,7 @@ account.1.out_dialog_blf_enable = 0
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
{if isset($shared_line_1) }
|
||||
{if isset($account.1.shared_line) }
|
||||
account.1.shared_line = {$account.1.shared_line}
|
||||
{else}
|
||||
account.1.shared_line = 0
|
||||
|
||||
Reference in New Issue
Block a user