Update {$mac}.cfg (#3440)
This commit is contained in:
parent
f946bf6f0c
commit
f179cae1d6
|
|
@ -8,7 +8,7 @@
|
|||
#######################################################################################
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($account.1.user_password) }
|
||||
{if isset($account.1.password) }
|
||||
account.1.enable = 1
|
||||
{else}
|
||||
account.1.enable = 0
|
||||
|
|
@ -16,7 +16,7 @@ account.1.enable = 0
|
|||
account.1.label = {$account.1.display_name}
|
||||
account.1.display_name = {$account.1.display_name}
|
||||
account.1.auth_name = {$account.1.auth_id}
|
||||
account.1.password = {$account.1.account.1.password}
|
||||
account.1.password = {$account.1.password}
|
||||
account.1.user_name = {$account.1.user_id}
|
||||
account.1.sip_server_host = {$account.1.server_address}
|
||||
account.1.sip_server_port = {$account.1.sip_port}
|
||||
|
|
|
|||
Loading…
Reference in New Issue