Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

From software 2.36 we have added the option to hide the SIP passwords via a provisioning parameter.

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
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-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>

Info

We suggest when you use this feature to also hide the provisioning page to avoid the SIP password making visible via provisioning again.