User Manual

Modems Modem Profiles
9-4
9.3.2.1 Examine the Profile
Display the modem profile by entering the List Port Modem command.
Figure 9-3: Displaying Modem Configuration
A series of settings will be displayed. For example, the Attention string may be currently set to at, and Error
Correction may be enabled. Read through the configuration options discussed in Typical Modem
Configuration on page 9-13 and determine which options youll need to enable or disable to meet your
needs. Consult your modems documentation for the appropriate strings.
9.3.2.2 Edit the Init String
The Init string configures your modem at initialization. This string should do the following:
Note: The example strings given in Table 9-1 are not for all modems: consult your
documentation for appropriate commands.
If the Init string in your profile needs to be edited, use the Define Ports Modem Init command. The
following example uses the example strings from Table 9-1.
Figure 9-4: Sending Initialization String
Often, initialization commands are sent individually, prefaced by the modems Command Prefix string
(commonly at). In order for the SCS to correctly send the information to your modem, all commands must
be sent in one string. Do not include the Command Prefix string in the init string.
Note: DSR should always be on.
Local>> LIST PORT 3 MODEM
Table 9-1: Commands in Initialization String
Command Should Example String
Set the modem to factory defaults. &f
Set the modem to ignore any character that may force it to
return to command mode (for example, +++).
s2=128
Set carrier detect (DCD) to "follow carrier." &cl
Set the modem to hang up phone and return to command mode
when the DTR signal is dropped.
&d2
Set the modem to use hardware ow control &k3
Set the modem to determine its serial speed from the Attention
command (rather than using a constant serial speed).
s20=0
Set the modem to return as many result codes as possible
(known as "all progress"). Result codes will be returned in text
rather than numbers.
w1
If desired, set the modem to pass Caller-ID information to the
SCS.
%ccid=1
Local>> DEFINE PORT 3 MODEM INIT "&fs2=128&c1&d2&k3s20=0w1"