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
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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

Only supported by:

  • N610
  • N670
Panel
titleColor#F85404
titleBGColor#F0F0F0
title...Auto-provisioning

Disable:

Code Block
<?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:

Code Block
<?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>