Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

By default the handset shows the Internal number of the Handset with the Name, for example: 11 Sales Office

Via provisioning we allow to change this to (Software 2.68 or higher):

  • Number Name (Default)
  • Name only
  • Number only


Web-interface

Mobile devices page - Show on mobile device display

Image Added

Auto-provisioning


Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
        <param name="DmGlobal.0.InternalNameDisplayFormat" value="0" />
        <!--  0 - number name, 1 - name only, 2 - number only -->
    </nvm>
</provisioning>