home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / answer.zip / readme.1st < prev   
Text File  |  1996-03-06  |  3KB  |  75 lines

  1. This is a very early alpha release of my answering
  2. machine for OS/2. I started building it because of
  3. lack of other such software that supported my modem.
  4. I also wanted more features than the existing 
  5. DOS/Windows software came with. In particular,
  6. fax forwarding and remote control.
  7. Since either my modem, or the DOS/Windows software
  8. that came with it, was very unreliable, I felt a
  9. need to improve on that too. Especially annoying
  10. is to come back and find the line still engaged,
  11. because a connection was not properly terminated.
  12.  
  13. Right now, only the answering function is implemented,
  14. but I wanted to see if there would be any interest
  15. for this thing at all. Not that it will influence
  16. development, which will continue regardless.
  17. What I would like to know though, is if it functions
  18. with similar modems. The modem commands can be
  19. configured, so other type modems should be supported
  20. as well, but right now, the part that reads those
  21. settings is not done.
  22. To see if your modem is a candidate for this software
  23. it must support the following commands:
  24.  
  25.  
  26. DTE                  DCE                   Comment
  27. -----------------------------------------------------------------------
  28. AT+FCLASS=8   ->                           Enter voice mode
  29.               <-     OK
  30. AT+VLS=2      ->                           Connect voice to line
  31.               <-     VCON
  32. AT+VTX        ->                           Start speaking
  33.               <-     CONNECT
  34. <DATA>        ->
  35. <DLE><ETX>    ->
  36.               <-     VCON                  Return to command mode
  37. AT+VTS=[933,0,12] ->                       Beep
  38.               <-     OK
  39. AT+VRX        ->                           Start recording
  40.               <-     CONNECT
  41.               <-     <DATA>
  42.               <-     <DLE>b                Busy detected
  43.                or
  44.               <-     <DLE>q                Silence detected
  45. Q             ->                           Stop recording
  46.               <-     <DATA>                Data left in buffer
  47.               <-     <DLE><ETX>            DLE ETX signals end of data stream
  48.               <-     VCON                  Return to command mode
  49. AT+VLS=0      ->                           Disconnect line
  50.               <-     OK
  51. AT+FCLASS=0   ->                           Return to data mode
  52.               <-     OK
  53.  
  54.  
  55. What I would like to know from you, is what features
  56. you would like to see in a software answering machine
  57. and what you would be willing to pay for it.
  58. As soon as it is in a state to be released, it will
  59. be done so as shareware, but I do not want it to
  60. be uninteresting due to too steep pricing.
  61.  
  62. Planned features
  63.  
  64. - fax forwarding (on demand or automatic)
  65. - remote control for messages
  66. - remote launching of software through DTMF tones
  67. - MMPM/2 integration
  68. - anything else you or I might come up with
  69.  
  70. Please contact me at:
  71.  
  72.   linstee@dutecaj.et.tudelft.nl
  73.                or
  74.   vlinstee@metropolis.nl
  75.