home *** CD-ROM | disk | FTP | other *** search
- # [ put this file in /etc/default/uugetty.<line> ]
- #
- # sample uugetty configuration file for a Hayes compatible modem to allow
- # incoming modem connections
- #
- # this config file sets the modem to autoanswer.
-
- # alternate lockfile to check... if this lockfile exists, then uugetty is
- # restarted so that the modem is re-initialized
- ALTLOCK=cua2
-
- # timeout to disconnect if idle...
- TIMEOUT=60
-
- # modem initialization string... Sets the modem to auto-answer
- #
- # format: <expect> <send> ... (chat sequence)
- INIT="" \d+++\dAT\r OK\r\n ATH0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sX4\sS0=1\r OK\r\n
-
- # this line sets the time to delay before sending the login banner
- DELAY=1
-