Installation Manual
38
Document #: LTRT-83505
Mediant
1000
7.
Dial
32
followed by the
#
key, and then perform the following to change the
configuration file name pattern:
a.
Press the
#
key.
b.
Select one of the patterns listed in the table below (
aa.bb.cc.dd
denotes the IP
address of the configuration server):
#
Configuration File Name Pattern
Description
1 http://aa.bb.cc.dd/config.ini
Standard
config.ini.
2 https://aa.bb.cc.dd/config.ini
Secure
HTTP.
3 http://aa.bb.cc.dd/audiocodes/<MAC>.ini
The device's MAC address is appended to the
file name (e.g.,
http://36.44.0.6/audiocodes/00908f012300.ini).
4
http://aa.bb.cc.dd:8080/config.ini
HTTP on port 8080.
5
http://aa.bb.cc.dd:1400/config.ini
HTTP on port 1400.
6
http://aa.bb.cc.dd/cgi-
bin/acconfig.cgi?mac=<MAC>&ip=<IP>
Generating configuration per IP/MAC address
dynamically, using a CGI script. See perl
example below.
c.
Press the selected pattern code, and then press
#
to finish.
8.
Press
1
to save, and then hang up the handset. The device retrieves the configuration
from the HTTP server.
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:
#!/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
EOF
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
1
IP address.
2
Subnet mask.
3
Default Gateway IP address.
Содержание Mediant 1000
Страница 1: ...Document LTRT 83505 June 2009 Installation Manual Version 5 8 ...
Страница 2: ......
Страница 10: ...Installation Manual 10 Document LTRT 83505 Mediant 1000 Reader s Notes ...
Страница 56: ...Installation Manual 56 Document LTRT 83505 Mediant 1000 Reader s Notes ...
Страница 61: ...Version 5 8 61 June 2009 Installation Manual 4 Monitoring the Device Reader s Notes ...
Страница 62: ...Installation Manual Version 5 8 www audiocodes com ...