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

Compare with Current View Page History

« Previous Version 2 Next »

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Valid for N610 / N670 / N870 / N870E.

Via auto-provisioning it is possible to set an automatic reboot (version => 2.57.1).


Provisioning parameters
ParameterDescription
Example: To reboot DECT manager 1
<param name="dm.dm1.ScheduledRebootDays" value="0,1,2,3,4,5,6"/>
Example: To reboot DECT manager 2
<param name="dm.dm2.ScheduledRebootDays" value="0,1,2,3,4,5,6"/>
Example: To reboot all DECT managers
<param name="dm.@.ScheduledRebootDays" value="0,1,2,3,4,5,6"/>

Example to disable automatic reboot
<param name="dm.@.ScheduledRebootDays" value="never"/>
  • never = Off
  • 0 = Sunday
  • 1 = Monday
  • 2 = Tuesday
  • 3 = Wednesday
  • 4 = Thursday
  • 5 = Friday
  • 6 = Saturday
<param name="dm.dm1.ScheduledRebootTime" value="1:00"/>
Time = HH:MM



  • No labels