Valid for:

N530

N610

N670

N770

N870

N870E

Embedded Integrator

Virtual Integrator

Introduction

From software 2.62 or higher, Internal telephony can be enabled/disabled via auto-provisioning.

Only supported by:

  • N610
  • N670

Standard, the N610/N670 has internal telephony disabled. When you enable internal telephony via auto-provisioning, the device will reboot and will be factory default. When the same provisioning file is send again, the device already has internal telephony enabled and the setting will be ignored. No factory reset is done. It is allowed to have the parameter always in the provisioning file, as only the first time the setting is enabled/disabled a factory reset is done

Auto-provisioning

Disable:

<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0" productID="e2">
<oper name="set_uci">
    <param name="vdm.localpbx.mode" value="0" />
</oper>
</settings>


Enable:

<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0" productID="e2">
<oper name="set_uci">
    <param name="vdm.localpbx.mode" value="1" />
</oper>
</settings>
Auto-provisioning using GRAPE

Search for the Setting: Enable/disable internal telephony

When you change the role then the device will be factory default after the role change!!!



  • No labels