home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / callwait.zip / CALLWAIT.DOC < prev    next >
Text File  |  1986-12-04  |  3KB  |  55 lines

  1. IBMSIG - The Source - Updated:  4 December 1986
  2.  
  3. Call Waiting and Modems
  4.  
  5. The call-waiting feature found in many homes and offices can pose a real
  6. problem for the person using data communication.  If you are on the modem
  7. when another call comes in, you will lose the carrier.  This is particuarly
  8. annoying if you are nearly done with a large file transfer.
  9.  
  10. The BASIC program used with this procedure is the product of many people's
  11. work.  This latest update involved changing the COM parameters so that a
  12. device timeout would not be generated.  It was also compiled with the
  13. QuickBASIC Compiler from Microsoft and LINKed with the GWCOM.OBJ file
  14. provided by Microsoft.  It should work on any MS-DOS machine for COM1.  If
  15. you are using COM2 then you will have to use the BASIC program and change the
  16. communication parameters on line 150 of the program from COM1 to COM2.  If
  17. you make changes and re-compile the program, don't forget to LINK it with the
  18. GWCOM.OBJ or IBMCOM.OBJ file or it will not function properly.
  19.  
  20. This short program will set the Hayes Smartmodem or a Hayes compatible modem
  21. so that it will not detect the incoming call.  You should run this program
  22. before making the modem call.  You may get a few bad blocks or some messed up
  23. screens but your connection will not be dropped.
  24.  
  25. If you find that your communication program resets the modem when it starts,
  26. you will have to start your communication program first and then exit to DOS
  27. to run CW.
  28.  
  29. Some phone systems provide the means to temporarily disable call waiting.
  30. Check with your telephone business office for the availablility of that
  31. capability in your area and instructions on how to use it.  If it is
  32. available, it is probably a better alternative than using this procedure.
  33.  
  34. If you are using ProComm you may be able to simply add the parameter S=200 to
  35. your Modem initialization string to accomplish the task.  It will depend on
  36. your modem and your telephone system.  This has been tried with the U.S.
  37. Robotics, Courier 2400 modem with a GTE phone system with some success.
  38. Please share your experiences if you find any of these methods work or you
  39. find a better way to circumvent the problems of Call Waiting.
  40.  
  41. If you have a modem that is not Hayes compatible and you find a way to make
  42. it work, share your experience.  In addition to making your information
  43. available to the members of the IBMSIG on The Source, a previous author
  44. involved with this program has requested any information so that it may be
  45. shared.  He is Jeffrey Morley, SysOp of The Help Screen BBS at (703)524-3982,
  46. 24 Hours a Day, 7 Days a Week.
  47.  
  48. Questions, suggestions and comments are welcomed in the IBMSIG Post Messages
  49. or the "IBMSIG EXCHANGE" or "IBMSIG HELP" topics in PARTI on The Source.  See
  50. you there...
  51.  
  52. Mike Todd
  53. SysOp, IBMSIG
  54. Source ID:  SIG003
  55.