Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleWeb-
page:FAQ N870 - Auto provisioning Start DECT registration
interface

Image Added



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
ParameterDescription
update_dm

Procedure 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)

If you do not know the name or would to address all DECT managers behind an Integrator you can use the @ Sign.

RegStartRegistration start time:
 must
 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

Info
iconfalse

<!-- If you do not know the DECT manager name or you are using an Integrator you can use the @ sign to address all DECT managers
Example: <oper

<oper

name="update_dm" value="

local

@" > -->

<param

<oper name="

RegStart

update_dm" value="

1527771540

local"

/

>

<param name="

RegDuration

RegStart" value="

300

1527771540" />
<param name="

DMPpasswd

RegDuration" value="

Gigaset

300" />

</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.


Info
titleImportant

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

Info
iconfalse

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

<!-- If RegStart value = 1 then Registration starts now. You do not need to calculate the UNIX time stamp -->

<param name="RegStart" value="1" />
<param name="RegDuration" value="300" />

</oper>

Info
iconfalse

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

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

<param name="FwUpdateUrl" value="http://192.168.178.200/firmware/n870/N870-V2.20.0.update.bin" />

<param name="FwUpdateStart" value="Epoch time" />

<!-- Value for this parameter is Epoch time so i.e. 2019-01-18 15:27:00 is 1547821560. It's for local time not GMT. -->

</oper>