mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Update {$mac}.cfg (#3440)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user