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):
<?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> |