You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Valid for N610 / N670 / N870 / N870E.

From software 2.36 we have added the option to hide the SIP passwords via auto-provisioning.

When this feature is enabled it will:

  • Prevents sending passwords to web-browser
  • Prevents exporting passwords during handsets export
  • Prevents importing passwords during handsets import
Auto-provisioning
ParameterValue
SystemSettings.global.HideSipAccountsPasswords

0 = Passwords are visible (default)

1 = Passwords are hidden

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">


<nvm>

<param name="SystemSettings.global.HideSipAccountsPasswords" value="1"/>

</nvm>
</provisioning>



We suggest when you use this feature to also hide the provisioning page to avoid that the SIP passwords can be enabled again via provisioning.

  • No labels