Valid for:

N610

N670

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
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>
  • No labels