User's Manual
30
Document #: LTRT-65422
MP-11x & MP-124
c.
Dial the new Default Gateway address (e.g., 192*168*0*1), and then press
#
to
finish.
d.
Review the new Default Gateway address, and then press
1
to save.
7.
Hang up (on-hook) the handset.
Alternatively, initial configuration may be performed using an HTTP server. The Voice
Menu may be used to specify the configuration URL.
To set a configuration URL:
1.
Obtain the IP address of the configuration HTTP server (e.g., 36.44.0.6).
2.
Connect a telephone to one of the FXS ports.
3.
Lift the handset and dial
***12345
(three stars followed by the digits 1, 2, 3, 4, and 5).
4.
Wait for the "configuration menu" voice prompt to be played.
5.
Dial
31
followed by the
#
key; the current IP address is played.
6.
To change the IP address:
a.
Press the
#
key.
b.
Dial the configuration server's IP address. Use the star (*) key instead of dots
("."), e.g., 36*44*0*6, and then press
#
to finish.
c.
Review the configuration server's IP address, and then press
1
to save.
7.
Dial
32
followed by the
#
key, and then do 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.
a.
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";
Содержание Media Pack MP-124
Страница 2: ......
Страница 14: ...User s Manual 14 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 18: ...User s Manual 18 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 23: ...Part I Getting Started with Initial Connectivity...
Страница 24: ......
Страница 32: ...User s Manual 32 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 33: ...Part II Management Tools...
Страница 34: ......
Страница 36: ...User s Manual 36 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 86: ...User s Manual 86 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 88: ...User s Manual 88 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 93: ...Part III General System Settings...
Страница 94: ......
Страница 103: ...Part IV General VoIP Configuration...
Страница 104: ......
Страница 130: ...User s Manual 130 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 164: ...User s Manual 164 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 174: ...User s Manual 174 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 199: ...Part V Gateway Application...
Страница 200: ......
Страница 202: ...User s Manual 202 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 240: ...User s Manual 240 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 286: ...User s Manual 286 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 287: ...Part VI Stand Alone Survivability Application...
Страница 288: ......
Страница 296: ...User s Manual 296 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 319: ...Part VII Maintenance...
Страница 320: ......
Страница 326: ...User s Manual 326 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 359: ...Part VIII Status Performance Monitoring and Reporting...
Страница 360: ......
Страница 389: ...Part IX Diagnostics...
Страница 390: ......
Страница 404: ...User s Manual 404 Document LTRT 65422 MP 11x MP 124...
Страница 417: ...Part X Appendix...
Страница 418: ......
Страница 580: ...User s Manual 580 Document LTRT 65422 MP 11x MP 124 Reader s Notes...
Страница 584: ...User s Manual Ver 6 6 www audiocodes com...