head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     86.03.03.11.32.30;  author root;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#
# $Header$
#
# $Log$
#
#
# General dialer definitions used below
#
tmpX|1200 Baud Ventel attributes:\
	:dv=/dev/tty0:br#1200:at=ventel:
tmp1200|1200 Baud Ventel attributes:\
	:dv=/dev/ttyhe:br#1200:at=ventel:
raw1200|1200 Baud Hayes attributes:\
	:dv=/dev/ttyd1:br#1200:at=hayes:
raw1200tst|1200 Baud Hayes attributes:\
	:dv=/dev/tty0:br#1200:at=hayes:
dial1200|1200 Baud Hayes attributes:\
	:dv=/dev/ttyd1:br#1200:at=hayes:du:
dial300|300 Baud Ventel attributes:\
	:dv=/dev/cul0:br#300:cu=/dev/cul0:at=ventel:du:
hard9600|9600 Baud Hardwired attributes:\
	:dv=/dev/ttyh2:br#9600:
hard4800|4800 Baud Hardwired attributes:\
	:dv=/dev/ttyh2:br#4800:
hayes1200|1200 Baud Hayes Smartmodem attributes:\
        :dv=/dev/smartmodem:br#1200:cu=/dev/smartmodem:at=hayes:du:

#
# TELEX system definitions
#
TELEX-1200|1200 Baud dial-out to Timetran TELEX system:\
	:el=^S^Q:hd:oe=.....:ol=\r\n:pa=zero:pn=4159562025:\
	:ra:sc:re=script:tb:tc=dial1200:
#
# UNIX system definitions
#
UNIX-1200|1200 Baud dial-out to another UNIX system:\
	:el=^U^C^R^O^D^S^Q@@:ie=#%$:oe=^D:tc=dial1200:
UNIX-300|300 Baud dial-out to another UNIX system:\
	:el=^U^C^R^O^D^S^Q@@:ie=#%$:oe=^D:tc=dial300:
UNIX-9600|9600 Baud connect to another UNIX system:\
	:el=^U^C^R^O^D^S^Q:ie=#%$^D:oe=^D:tc=hard9600:
UNIX-4800|4800 Baud connect to another UNIX system:\
	:el=^U^C^R^O^D^S^Q:ie=#%$^D:oe=^D:tc=hard4800:
tip0|tip1200:tc=UNIX-1200:
tip300:tc=UNIX-300:
tip9600:tc=UNIX-9600:
#cu0|cu300:tc=UNIX-300:
cu0|cu300:tc=dial1200:
cu1200:tc=UNIX-1200:
ISron|ron|isi:tc=UNIX-9600:
#ISron|ron|isi:tc=UNIX-4800:
tmp:tc=tmp1200
world:tc=raw1200
worldtst:tc=raw1200tst
telex:tc=TELEX-1200
dialer:dv=/dev/cul0:br#1200:
pal:dv=/dev/pal:br#9600:
hal:pn=3684560:tc=hayes1200:
arpa:pn=2-7750:tc=UNIX-1200:
#--------------------------------------------------------------------
#The attributes are:
#
#dv	device to use for the tty
#el	EOL marks (default is NULL)
#du	make a call flag (dial up)
#pn	phone numbers (@@ =>'s search phones file; possibly taken from
#			      PHONES environment variable)
#at	ACU type
#ie	input EOF marks	(default is NULL)
#oe	output EOF string (default is NULL)
#cu	call unit (default is dv)
#br	baud rate (defaults to 300)
#fs	frame size (default is BUFSIZ) -- used in buffering writes
#	  on receive operations
#tc	to continue a capability
@
