Update {$mac}.cfg (#3444)
This commit is contained in:
parent
a7f5532c6a
commit
03c8f6f1b3
|
|
@ -195,7 +195,7 @@ account.2.codec.g722.enable=
|
|||
################################################################
|
||||
# Account Register ##
|
||||
################################################################
|
||||
{if isset($account.1.user_password) }
|
||||
{if isset($account.1.password) }
|
||||
account.1.enable = 1
|
||||
{else}
|
||||
account.1.enable = 0
|
||||
|
|
@ -203,7 +203,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.user_password}
|
||||
account.1.password = {$account.1.password}
|
||||
account.1.user_name = {$account.1.user_id}
|
||||
|
||||
account.1.sip_server.1.address= {$account.1.server.1.address}
|
||||
|
|
|
|||
Loading…
Reference in New Issue