home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / GETTY / _GETTY.TAR / etc / default / uugetty.ttyS0-sample < prev    next >
Encoding:
Text File  |  1994-05-19  |  1.5 KB  |  50 lines

  1. # [ put this file in /etc/uugetty.<line> ]
  2. #
  3. # sample uugetty configuration file for a Hayes compatible modem to allow
  4. # incoming modem connections
  5. #
  6. # this config file sets up uugetty to use the RINGBACK feature for
  7. # answering calls.
  8.  
  9. # ringback enable.  The defaults are trusted here (and are pretty sane).
  10. # first, one to three rings, then hangup and call back within 6 and 60
  11. # seconds.
  12. RINGBACK=YES
  13.  
  14. MINRBTIME = 7
  15. MAXRBTIME = 21
  16. INTERRING = 6
  17. MINRINGS = 1
  18. MAXRINGS = 2
  19.  
  20. # line to use to do initialization.  All INIT, OFF, and WAITFOR functions
  21. # are handled on this line.  If this line is not specified, any other
  22. # program that wants to share the line (like kermit, uucp, seyon) will 
  23. # fail.  This line will also be checked for lockfiles.
  24. #
  25. # format: <line> (without the /dev/)
  26. INITLINE=cua3
  27.  
  28. # timeout to disconnect if idle...
  29. TIMEOUT=60
  30.  
  31. # modem initialization string... Sets the modem not to auto-answer
  32. #
  33. # format: <expect> <send> ... (chat sequence)
  34. INIT="" \d+++\dAT\r OK\r\n ATH0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sX4\sS0=0\r OK\r\n
  35.  
  36. # waitfor string... if this sequence of characters is received over the line,
  37. # a call is detected.
  38. WAITFOR=RING
  39.  
  40. # this line is the connect chat sequence.  This chat sequence is performed
  41. # after the WAITFOR string is found.  The \A character automatically sets
  42. # the baudrate to the characters that are found, so if you get the message
  43. # CONNECT 2400, the baud rate is set to 2400 baud.
  44. #
  45. # format: <expect> <send> ... (chat sequence)
  46. CONNECT="" ATA\r CONNECT\s\A
  47.  
  48. # this line sets the time to delay before sending the login banner
  49. DELAY=1
  50.