Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

It is possible to hide the DECT handset menu's. 

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


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.

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>