VOIP-500
Series Phone
Configuration and Operation Manual
Page
10
of
90
Copyright 2012 Talk-A-Phone Co.
• 7530 North Natchez Avenue • Niles, Illinois 60714 • Phone 773.539.1100 • [email protected] • www.talkaphone.com.
All prices and specifications are subject to change without notice. Talk-A-Phone, Scream Alert, WEBS and WEBS Contact are registered trademarks of Talk-A-Phone Co. All rights reserved.
3.3. Configuration Using the Serial Console
Basic settings can be configured on VOIP-500 Series Phones through a serial console connection.
Knowledge of Linux shell commands is recommended for serial console configuration.
Most commonly, the serial console connection can be used to set the IP address, as described below.
1.
Connect a straight-through serial cable (DB9 Male to DB9 Female) from the serial port on the phone to an
available COM port on the PC, noting which port was utilized.
2.
Open your preferred serial console application (e.g., HyperTerminal or TeraTerm) on the PC and specify
the following settings:
Communications Port:
<Determined in Step 1>
Baud rate (bits per second):
115200
Data bits:
8
Parity:
None
Stop bits:
1
Flow control:
None
3.
Once connected, you will be presented with the following prompt:
root:/>
4.
The /flash directory contains persistent files. It is highly recommended to switch to the /flash directory by
entering the following command, and pressing
Enter
.
Note the space between ‘cd’ and ‘/flash’:
root:/>
cd /flash
5.
Create a file where configuration parameters can be entered. For example, we create the config.txt file by
entering the following command, and pressing
Enter
.
Note the sp
ace between ‘vi’ and ‘config.txt’:
root:flash/>
vi config.txt
6.
While in the vi application, press
i
to force vi into “Insert Mode.”
7.
The body of the config.txt file can now be created.
To set a new static IP address enter the following data:
NetworkMode = 3
IPAddress = <IP address, e.g. 192.168.1.10>
Netmask = <netmask, e.g. 255.255.255.0>
Gateway = <default gateway, e.g. 192.168.1.1>
8.
Once the configuration options are entered, save the changes and exit vi by pressing
Escape
, then
entering
:wq
To exit without saving changes press
Escape
, then enter
:q!