home *** CD-ROM | disk | FTP | other *** search
- #
- # The following lines are ACUs
- #
- ACU cua cua 1200 dn11
- ACU ttyb ttyb 1200 ventel
- ACU ttyb ttyb 2400 ventel
- #
- # For hayes smartmodems, specify 'hayestone' for touch tone,
- # 'hayespulse' for pulse dialing. 'hayes' means 'hayespulse'
- #
- ACU ttya unused 1200 hayestone
-
- #
- # The following port is to a Develcon DataSwitch.
- # The 'DIR' line is used to talk to other machines on the switch.
- # See how it is used in L.sys.
- # The 'ACU' line is used to talk to a call-out modem on the switch.
- # In this case the modem is a hayes. The 'chat' script
- # makes the connection to the modem so the normal hayes modem code
- # in condevs.c can be used. Here the chat script
- # 'expects nothing', 'sends a return', 'expects uest:'
- # (the DataSwitch's prompt), 'sends outmodem',
- # and expects control-g (the DataSwitch's connection prompt).
- # Note, it is a current nit that the control-g has to be typed as is
- # rather than as ^g or as \07. Sorry.
- #
- DIR ttya unused 9600 direct
- ACU cua unused 1200 hayespulse "" "" uest: outmodem
- #
- #
- # PC Pursuit line
- #
- # callback_modem is the device that you have connected to
- # callback_number. callback_number is the phone number of your
- # modem that PCPursuit will call back on.
- # their_phone is the number of PC Pursuits computer
- # my_baud is the baudrate to call them at (it is assumed the
- # callback will be at the same rate)
- # my_modem_type is the brand of modem you are using on the
- # callback number. This is used to hang up the modem in case of
- # error.
- #
- # Currently, the outgoing call is made on an available ACU.
- #
- # PCP callback_modem their_phone my_baud my_modem_type my_callback_number
- PCP ttyb 6592863 1200 hayes 5281234
- PCP ttyb 6592881 1200 hayes 5281234
-