home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1356 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.6 KB

  1. Xref: sparky comp.unix.sys5.r4:1356 comp.unix.pc-clone.32bit:1248
  2. Path: sparky!uunet!olivea!news.bbn.com!mips2!cass.ma02.bull.com!catfish.az05.bull.com!cibecue!pls
  3. From: pls@cibecue.az05.bull.com (Paul Schauble)
  4. Newsgroups: comp.unix.sys5.r4,comp.unix.pc-clone.32bit
  5. Subject: Auto-login from modem conntect dialog
  6. Message-ID: <1993Jan22.193533.19239@catfish.az05.bull.com>
  7. Date: 22 Jan 93 19:35:33 GMT
  8. Sender: news@catfish.az05.bull.com (placeholder for future)
  9. Organization: Bull HN Information Systems, Inc., Phoenix Product Division
  10. Lines: 26
  11.  
  12. The subject refers to smart modems, like the ZyXel. This modem can decode
  13. selective ringing prior to answering the incoming call by sending RING, or
  14. RING2 to the host. It can also determine if the incoming call is data or
  15. fax by sending different CONNECT messages and can include caller ID info with
  16. the CONNECT.
  17.  
  18. I have two problems:
  19.  1. I need to set up a Unix system so that an incoming fax call, as determined
  20.     by the CONNECT message, will automatically log in a pre-configured user
  21.     whose .login will start an application to receive the fax.
  22.  
  23.     I also need to do the same thing based on the selective ring. IOW, if the
  24.     modem said RING2 prior to connect then autologin a different pre-configured
  25.     user.
  26.  
  27.     Normal data calls get given a normal login.
  28.  
  29. 2.  In any case, _including for a normal data call_, I want to capture the
  30.     caller ID information and make it available to the process after login.
  31.  
  32. I can see how to do these IF I have the source for login, and perhaps getty.
  33. Someone on comp.bbs commented that it could be done without the source.
  34.  
  35. How???
  36.  
  37.     ++PLS
  38.