Installing the VoIP V3 Indoor Intercom 50
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
Here are example packets for every event:
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
<?xml version="1.0"
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'> <event>POWERON</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
<?xml version="1.0"
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'> <event>HEARTBEAT</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
<?xml version="1.0"
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'> <event>BUTTON</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1
Host: 10.0.3.79
<?xml version="1.0"
<cyberdata NAME='CyberData VoIP Device' MAC='0020f70015b6'> <event>CALL_ACTIVE</event>
</cyberdata>
POST xmlparse_engine HTTP/1.1 Host: 10.0.3.79
Operations Guide | 930500E | CyberData Corporation |