FAQ - Auto provisioning: Enable/disable internal telephony
Valid for: |
| N610 | N670 |
|
|
|
|
|
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>
<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>
<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!!!