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

Compare with Current View Page History

Version 1 Next »

Valid for N670 / N870 / N870E but not supported by N610. Software 2.52 or higher is needed.

The system can inform the Alarm (MQTT) server in case of:

  • DECT Manager and or DECT Base - Push notification
    • Single DECT base up/down
    • Single DECT manager up/down
  • DECT Manager and or DECT Base - Status information
    • Status of DECT base stations up/down
    • Status of DECT managers up/down
  • DECT Handset - Push notification
    • In/out of charger
  1. DECT Manager and or DECT Base - Push notification
  2. How to subscribe for notifications

1. DECT Manager and or DECT Base - Push notification

Scroll to top


By default, the system will notify the Alarm server if an DECT Manager and/or DECT base is down after 9 minutes outage. This value can be changed via auto-provisioning.


Example of xml file which changes DropoutNotificationTimeout to 60 seconds.
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
   <nvm>
      <param name="AmlGlobal.0.DropoutNotificationTimeout" value="60"/>
   </nvm>
</provisioning>
To disable functionality DropoutNotificationTimeout needs to be set to value 0.
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
   <nvm>
      <param name="AmlGlobal.0.DropoutNotificationTimeout" value="0"/>
   </nvm>
</provisioning>

1. How to subscribe for notifications

Scroll to top


  • No labels