Installing the InformaCast Enabled Paging Adapter
Upgrade the Firmware
Operations Guide
931767B
CyberData Corporation
78
2.7 Command Interface
Some functions on the device can be activated using simple POST commands to the web interface.
The examples in
use the free unix utility,
wget commands
. However, any program that
can send HTTP POST commands to the device should work.
2.7.1 Command Interface Post Commands
The commands in
require an authenticated session (a valid username and password to
work).
Table 2-17. Command Interface Post Commands
Device Action
HTTP Post Command
a
Reboot
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=reboot"
Place call to extension (example: extension 600)
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=call&extension=600"
Terminate a call
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=terminate"
Test Relay
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=test_relay"
Activate Relay
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=activate_relay"
Deactivate Relay
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=deactivate_relay"
Speak IP Address
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=speak_ip_address"
Test Audio
wget --user admin --password admin --auth-no-challenge --quiet -O
/dev/null --no-check-certificate "https://10.10.1.247/command" --
post-data "request=test_audio"
Swap Boot partitions
wget --user admin --password admin --auth-no-challenge --no-
check-certificate --quiet -O /dev/null "https://10.10.1.81/command" --
post-data "request=swap_boot_partition"
a.Type and enter all of each http POST command on one line.