c. Press the selected pattern code, and then press #
8. Press
to finish.
1
The following is an example perl CGI script, suitable for most Apache-based HTTP servers
for generating configuration dynamically per pattern #6 above. Copy this script to
/var/www/cgi-bin/acconfig.cgi on your Apache server and edit it as required:
to save, and then hang up the handset. The device retrieves the configuration
from the HTTP server.
#!/usr/bin/perl
use CGI;
$query = new CGI;
$mac = $query->param('mac');
$ip = $query->param('ip');
print "Content-type: text/plain\n\n";
print "; INI file generator CGI\n";
print "; Request for MAC=$mac IP=$ip\n\n";
print <<"EOF";
SyslogServerIP = 36.44.0.15
EnableSyslog = 1
SSHServerEnable = 1
The table below lists the configuration parameters that can be queried or modified using the
voice menu:
Table 3-2: Configuration Parameters Available via the Voice Menu
Item Number at
Menu Prompt
Description
IP address.
1
Subnet mask.
2
Default Gateway IP address.
3
Primary DNS server IP address.
4
DHCP enable / disable.
7
Configuration server IP address.
31
Configuration file name pattern.
32
Voice menu password (initially 12345).
99 Note: The voice menu password can also be changed using the Web interface
or ini file parameter VoiceMenuPassword (refer to the User's Manual
).