mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -76,12 +76,16 @@ account.1.codec.g722.enable=
|
||||
################################################################
|
||||
# Account Register ##
|
||||
################################################################
|
||||
account.1.enable=
|
||||
account.1.label=
|
||||
account.1.display_name=
|
||||
account.1.auth_name=
|
||||
account.1.user_name=
|
||||
account.1.password=
|
||||
{if isset($user_password_1) }
|
||||
account.1.enable = 1
|
||||
{else}
|
||||
account.1.enable = 0
|
||||
{/if}
|
||||
account.1.label = {$display_name_1}
|
||||
account.1.display_name = {$display_name_1}
|
||||
account.1.auth_name = {$auth_id_1}
|
||||
account.1.password = {$user_password_1}
|
||||
account.1.user_name = {$user_id_1}
|
||||
account.1.sip_server.1.address=
|
||||
account.1.sip_server.1.port=
|
||||
account.1.sip_server.1.transport_type=
|
||||
|
||||
Reference in New Issue
Block a user