Product specifications
Table Of Contents
- Contents
- 1 Product Overview
- 2 Installing the VoIP V3 Indoor Intercom
- 2.1 Parts List
- 2.2 Intercom Components
- 2.3 Intercom Setup
- 2.4 Configure the Intercom Parameters
- 2.4.1 Factory Default Settings
- 2.4.2 Intercom Web Page Navigation
- 2.4.3 Log in to the Configuration Home Page
- 2.4.4 Configure the Device
- 2.4.5 Configure the Network Parameters
- 2.4.6 Configure the SIP Parameters
- 2.4.7 Configure the Nightringer Parameters
- 2.4.8 Configure the Sensor Configuration Parameters
- 2.4.9 Configure the Multicast Parameters
- 2.4.10 Configure the Audio Configuration Parameters
- 2.4.11 Configure the Event Parameters
- 2.4.12 Configure the Autoprovisioning Parameters
- 2.5 Upgrade the Firmware and Reboot the Intercom
- 2.6 Command Interface
- Appendix A: Mounting the Indoor Intercom
- Appendix B: Setting up a TFTP Server
- Appendix C: Troubleshooting/Technical Support
- Index

Operations Guide 930500E CyberData Corporation
55
Installing the VoIP V3 Indoor Intercom
Configure the Autoprovisioning Parameters
2.4.12.1 Autoprovisioning
Enable
Autoprovisioning
Option
With autoprovisioning enabled, the board will get its configuration from a remote TFTP server on
startup or periodically on a scheduled delay. Autoprovisioned values will override values stored in
on-board memory and will be visible on the web page. The board gets its autoprovisioning
information from an XML-formatted file hosted from a TFTP server. CyberData will provide a
template for this XML file and the user can modify it for their own use.
To use autoprovisioning, create a copy of the autoprovisioning template with the desired settings and
name this file with the mac address of the device to configure (for example: 0020f7350058.config).
Put this file into your TFTP server directory and manually set the TFTP server address on the board.
It is not necessary to set every option found in the autoprovisioning template. As long as the XML is
valid, the file can contain any subset. Options not autoprovisioned will default to the values stored in
the on board memory. For example if you only wanted to modify the device name, the following
would be a valid autoprovisioning file:
<?xml version="1.0" encoding="utf-8" ?>
<specific>
<MiscSettings>
<DeviceName>auto Intercom</DeviceName>
</MiscSettings>
</specific>
Networking
The board will only apply networking settings or firmware upgrades after a reboot.
Get
Autoprovisioning
from DHCP
When this option is checked, the device will automatically fetch its autoprovisioning server address
from the DHCP server. The device will use the address specified in OPTION 150 (TFTP-server-
name) or OPTION 66. If both options are set, the device will use OPTION 150.
Refer to the documentation of your DHCP server for setting up OPTION 150.