There is an internal dialer in SafeFire Links. It has 3 working modes
Working mode can be set using port.script.mode configuration variables that has three possible values:
In DIAL mode there are two dialing phases:
SLATTACH mode script is taken from the port.script configuration variable. It consists of send - receive commands separated by spaces. The first command is send command.
Example:
port.script=ATZ OK ATDP1234567 CONNECT ogin: \U sword: \P
For dial mode this script can be shortened to:
port.script=\c ogin: \U sword: \P
For details about special characters see special characters below
In REXX mode you must specify REXX script file name in port.script variable. Script files must have .CMD extension. Format of script files is similar to OS/2 standard PPP.EXE script files format and you can use any script file supplied with OS/2 or created by third party.
Each send command is send as CR-terminated line. It may contain sequences of characters which has special meaning. This sequences will be replaced with something other, depending from the sequence. These sequences are called escape sequences. Full list of escape sequences follows:
NOTE 1: No special characters will be replaced in the receive command. NOTE 2: Escape sequences are interpreted in port.modem.init as well. For example if modem init string contains \T sequence it should be replaced with \\T to avoid expanding it into phone number.
Return to documentation index | SafeFire Links (C) Link Guard Solutions 1999, 2000 |