home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / dcom / modems / 13147 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!bu.edu!decwrl!decwrl!ogicse!emory!mnopltd!neal
  2. From: neal@mnopltd.UUCP
  3. Newsgroups: comp.dcom.modems
  4. Subject: UNIX based Tone Recognition System?
  5. Message-ID: <253@mnopltd.UUCP>
  6. Date: 7 Sep 92 20:26:04 GMT
  7. Reply-To: emory!mnopltd!neal
  8. Organization: MNOP Ltd., Atlanta, Ga.
  9. Lines: 44
  10.  
  11.  
  12. ->In article <l983gbINN67f@jethro.Corp.Sun.COM> fins@radgumbo.Corp.Sun.COM writes:
  13. ->
  14. ->   I would like to hear about any products or boards that implement 
  15. ->   a menu based front end system that works via tones entered from 
  16. ->   a phone call. Basically, one in which someone calls, gets a greeting
  17. ->   and some options, works through the menu by entering digits on
  18. ->   their phone to select certain data.  
  19. ->
  20. ->I'm quite sure you could do this using the ZyXEL voice mode.  It
  21. ->returns special codes when it detects DTMF in the voice stream.
  22. ->Note that you need the BETA 5.00 EPROMS for voice.
  23. ->
  24. ->-russ <nelson@crynwr.com>  I'm proud to be a humble Quaker!
  25.  
  26. How many lines you want to run may also determine your approach.   We are
  27. running 16 phone lines into a bank providing deposit information.   The 
  28. overhead of sending out digitized voice data for that many lines threatened
  29. to swamp the application processing going on.  Ergo, we implemented a 
  30. PC which caught all the line traffic, then multiplexed it down to a single
  31. line into the unix server, which then split it out to application 
  32. transactions.    The conversion between the unix system and the PC was 
  33. simple:
  34.         PC        Unix
  35.         
  36.         2#        
  37.                 3
  38.  
  39.         1#
  40.                 $13432.45
  41.  
  42. And the PeeCee took care of retrieving the voice data, synthesizing the
  43. messages ("thirteen thousand, four hundred and thirty two dollars and ...")
  44. and spitting out the result.    If I remember right, some of those prompts
  45. took 40k to store away.  I wouldn't want to shoot that data down a serial
  46. line. 
  47.  
  48. The hardware we used was built by Rhetorix. 
  49.  
  50. ------------------------------------------------------------------------------
  51. Neal Rhodes                       MNOP Ltd                     (404)- 972-5430
  52. President                Lilburn (atlanta) GA 30247             Fax:  978-4741
  53.                              emory!mnopltd!neal 
  54. ------------------------------------------------------------------------------
  55.