Add the admin_name, admin_password, user_name, and user_password variables to the Yealink w52p.
This commit is contained in:
parent
ebc19b06b9
commit
e67177828f
|
|
@ -183,8 +183,18 @@ bw.feature_key_sync =
|
|||
security.trust_certificates =
|
||||
|
||||
#Set the password of the user or the administrator, the value format is: user:password or admin:password;
|
||||
#security.user_password = admin:admin
|
||||
security.user_password =
|
||||
{if isset($user_name) }
|
||||
security.user_name.user = {$user_name}
|
||||
security.user_password = {$user_name}:{$user_password}
|
||||
{/if}
|
||||
{if isset($admin_name) }
|
||||
security.user_name.admin = {$admin_name}
|
||||
security.user_password = {$admin_name}:{$admin_password}
|
||||
{/if}
|
||||
{if isset($var_name) }
|
||||
security.user_name.var = {$var_name}
|
||||
security.user_password = {$var_name}:{$var_password}
|
||||
{/if}
|
||||
|
||||
base.pin_code =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue