Update {$mac}.cfg
This commit is contained in:
parent
35760f4243
commit
d138880c88
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in New Issue