Versions Compared

Key

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

From software 2.21 it is possible to remove the handset menu's. 

  • Select Services
    • Next Call Anonymous
    • Call Divert
    • Call Waiting
    • Do Not Disturb
    • Ringback Off


Info

The disable Select Services menu must be done before the handset is registered. Else the menu is still visible. This is because the (top)menu structure is send to the handset during registration. The sub-menu's enable/disable can always be used.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto provisioning
ParameterValue
DmGlobal.0.HSMenuSettingsSELSER=1,CW=1,CF=1,NCAN=1,DND=1,RBOFF=1

Example

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

<nvm>

<!--HS menu settings: -->
<!-- SELSER Select Service grid menu icon (re-subscription necessary) -->
<!-- CW Select Service, Call Waiting menu on/off ('1','0') -->
<!-- CF Select Service, Call Divert menu on/off ('1','0') -->
<!-- NCAN Select Service, Next Call Anonymous menu on/off ('1','0') -->
<!-- DND Select Service, Do Not Disturb on/off ('1','0') -->
<!-- RBOFF Select Service, Ring Back Off on/off ('1','0') →


<param name="DmGlobal.0.HSMenuSettings" value="SELSER=1,CW=1,CF=1,NCAN=1,DND=1,RBOFF=1" />

</nvm>
</provisioning>