home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / misc / 19492 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.9 KB

  1. Xref: sparky comp.sys.amiga.misc:19492 comp.sys.amiga.programmer:18192
  2. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  3. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!hunnas!bath
  4. From: bath@hunnas (David Bath)
  5. Subject: Re: Here's an idea for a different ring-detect
  6. Message-ID: <1993Jan6.015600.10745@nntpd.lkg.dec.com>
  7. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  8. Organization: Digital Equipment Corp.
  9. X-Newsreader: Tin 1.1 PL4
  10. References: <C0D48B.3Ly@mentor.cc.purdue.edu>
  11. Date: Wed, 6 Jan 1993 01:56:00 GMT
  12. Lines: 27
  13.  
  14.  
  15. I wrote a small program to achieve this.  However it's very specific to
  16. my local conditions, and not generally fit for public consumption.
  17.  
  18. All I did was monitor the Carrier Detect signal every 10ms.  If it glitches,
  19. I let out a tone through one of the audio channels.  
  20.  
  21. I can then decide how important what I'm doing is, and hang up the modem
  22. to take the incoming call.  This only works well if:
  23.  
  24.  you've got an error correcting modem
  25.  your modem drops CD when it hears the tone
  26.  you can tell your modem not to give up unless CD has dropped for an
  27.   extended period (I think I set mine to about 10 secs).
  28.  
  29. It still suffers from false alarms sometimes (i.e. sometimes line noise will
  30. also make the modem drop CD) but for the most part, whenever I hear the tone,
  31. I just hit the "hang up" button on the modem and voila .... the phone rings
  32. with the new incoming call.
  33. --
  34.  
  35. +-------------------------------+---------------------------------------------+
  36. | David Bath            | bath@ozrock.enet.dec.com                    |
  37. | Networks and Communications   | The views expressed are my own, etc...      |
  38. | Digital Equipment Corporation | "Pink rubber gloves with black frilly bits" |
  39. | Gold Coast, Australia         |                                             |
  40. +-------------------------------+---------------------------------------------+
  41.