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

Compare with Current View Page History

Version 1 Next »

Introduction

From software 2.36 we have added the option to hide the SIP passwords via 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>

  • No labels