Update {$mac}.cfg (#3405)

* Update {$mac}.cfg

* Update {$mac}.cfg
This commit is contained in:
AlexanderDCrane 2018-09-12 15:26:42 -06:00 committed by FusionPBX
parent afac57b6c7
commit f365d1b080
1 changed files with 2 additions and 2 deletions

View File

@ -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