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

Compare with Current View Page History

« Previous Version 7 Next »



Introduction

This page describes how to start the DECT registration window via auto-provisioning.



Web-interface



Auto-provisioning
ParameterDescription
update_dmProcedure updating existing Dect Manager entry. Attribute of XML Oper, value is required as a parameter of updateDectManager operation.
Where value is treated as Identifier of the Dect Manager. (Name)
RegStartRegistration start time: must be typed as UNIX timestamp.
RegDurationTime period in seconds.
DMPpasswdDECT Manager Password

Example:

Start time 31-May-2018 14:59

Duration 300 seconds.

Password DECT manager: Gigaset

<oper name="update_dm" value="local" >

<param name="RegStart" value="1527771540" />
<param name="RegDuration" value="300" />
<param name="DMPpasswd" value="Gigaset" />

<!-- Below an example how to configure the firmware update URL -->

<param name="FwUpdateUrl" value="http://192.168.178.200/firmware/n870/einstein-albert-V2.14.1+build.1bf2d44.update.bin" />

</oper>

If the start-time time is in the past and the end-time (Start time + Duration) is not passed then the registration window is still open.

Important

Please add this code to the end of the Provisioning template, else you will get error message that provisioning failed.

  • No labels