Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator


Panel
titleBGColor#F0F0F0
titleValid for N610 / N670 / N870 / N870E.

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

Info
iconfalse
titleFeatures
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleProvisioning parameters
ParameterDescription

<oper name="add_bs" value="589ec60d90ca">

</oper>

oper command to add an DECT base station with MAC address: 589ec60d90ca
DectManager

The name of the DECT manager where the base connects to.

  • "local" when using an all-in-one system
  • "dm1"/ "dm2" / ... when using an Integrator system
nameThe base station name
ipMode1 = DHCP / 2 = Static
ipIn case ipMode = 2 then the IP address is configured here
ucSyncLevelThe SYNC level of the base station 
ucClusterThe cluster 1 - 15
bSyncLanMaster1 = LAN master / 0 = LAN Master disabled
bActivateCellActivate base station
ucSyncModeSlaveD = DECT sync / L = LAN sync
ucTxPower1 = Reduce power  / 0 (default) = Do not reduce power 

Other example:

If you want to change the base station settings after it has been added to the system, you need to use the Parameter "ConfirmedBaseStations" and the MAC address of the DECT Base, see the example below.
dm.<DM ID>.ScheduledRebootDays

<DM ID> possibilities

  • dm1 for DECT Manager 1
  • dm2 for DECT manager 2
  • dm... for DECT manager...
  • local
  • @ for all DECT managers 

We advise to use local and @ for small systems

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 for all DECT managers
<param name="dm.@.ScheduledRebootDays" value="never"/>
  • never = Off (default)
  • 0 = Sunday
  • 1 = Monday
  • 2 = Tuesday
  • 3 = Wednesday
  • 4 = Thursday
  • 5 = Friday
  • 6 = Saturday
dm.<DM ID>.ScheduledRebootTime<DM ID> possibilities see above
<param name="dm.dm1.ScheduledRebootTime" value="1:00"/>
  • Time = HH:MM (4:00 = default time)



Code Block
languagexml
titleProvisioning example enable or disable automatic reboot
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">



<nvm>

<!-- Default = never. Off = never, days of the week: 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday. value is , separated  -->
<!-- define the wanted DM (X) dm.X.Schedul… @ = all -->
<param name="dm.@.ScheduledRebootDays" value="never"/>
<!-- Default is 4:00. Time = HH:MM -->
<param name="dm.@.ScheduledRebootTime" value="12:38"/>

</nvm>
</provisioning>