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
50
Installing the VoIP V3 Indoor Intercom
Configure the Event Parameters
2.4.11.1 Example Packets for Events
The server and port are used to point to the listening server and the 'Remote Event Server URL' is
the destination URL (typically the script running on the remote server that's used to parse and
process the POST events).
Note The XML is URL-encoded before transmission so the following examples are not completely
accurate.
Here are example packets for every event:
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
User-Agent: CyberData/1.0.0
Content-Length: 197
Content-Type: application/x-www-form-urlencoded
<?xml version="1.0" encoding="ISO-8859-1"?>
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'>
<event>POWERON</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
User-Agent: CyberData/1.0.0
Content-Length: 199
Content-Type: application/x-www-form-urlencoded
<?xml version="1.0" encoding="ISO-8859-1"?>
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'>
<event>HEARTBEAT</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
User-Agent: CyberData/1.0.0
Content-Length: 196
Content-Type: application/x-www-form-urlencoded
<?xml version="1.0" encoding="ISO-8859-1"?>
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'>
<event>BUTTON</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
User-Agent: CyberData/1.0.0
Content-Length: 201
Content-Type: application/x-www-form-urlencoded
<?xml version="1.0" encoding="ISO-8859-1"?>
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'>
<event>CALL_ACTIVE</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79










