home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / dial.zip / dial.txt < prev    next >
Text File  |  1994-04-14  |  3KB  |  65 lines

  1. Dial.cmd is a free program written by Helge Hafting.  
  2. Please include this text when distributing it.
  3.  
  4. Dial is a phone dialling program for those that don't have
  5. a modem capable of doing it.  It requires os/2, rexx, and 
  6. mmpm with the rexx interface.  The program plays dialling 
  7. tones through whatever sound equipment the computer has.  
  8. Turn the volume up sufficiently and hold the phone near 
  9. the speaker.
  10.  
  11. Using the program is simple, just type dial and then the
  12. phone number.  Alphabetic characters are converted to numbers,
  13. using the american conversion scheme where ABC=2, DEF=3, etc.
  14. Non-alphanumeric characters are ignored, this allows number 
  15. formats like this: (345) 56-12 679.
  16. The characters "*" and "#" are also transmitted, making it possible 
  17. to use automatic phone services.
  18. The comma "," is used as a pause character, it provides a pause
  19. of one second before the next number is dialled.  Enter several
  20. commas if you want a longer pause.
  21.  
  22. The program support some parameters.  Parameters has to be entered
  23. before the phone number.  Start the parameters with a slash "/"
  24. and one or more parameter characters.  Supported parameters:
  25. D -> Don't display the characters as they are dialled.
  26. # -> Convert characters (ABC->2...) before displaying them.
  27. S -> Don't produce dialling tones.  Use it with the "#" parameter
  28.      in order to convert numbers.
  29. F -> force dialling even if the mmpm API seems to be missing.  
  30.      mmpm is considered detected when the MMBASE environment 
  31.      variable is set.  
  32.  
  33. Possible uses for the program:
  34.  
  35. 1. Phoning someone.  Using the buttons on the phone is just as easy as 
  36.    using the keyboard, but the keyboard has certain advantages:
  37.     a. You can easily dial the same number(s) over and over again.
  38.        Some phones has this capability, but not all.
  39.     b. You can see the number, so you can edit it and be sure it is correct.
  40.        This is especially useful for long numbers.
  41.  
  42. 2. Using tone dialling when you have an old phone that use pulse dialling.
  43.    Useful if you need the "*" and "#" functionality.
  44.  
  45. 3. Using this program as the 'automatic dialling part' of a phone directory
  46.    program.
  47.  
  48. 4. Composing obscure melodies :-)
  49.  
  50. Revision history:
  51.  
  52. Ver 1.1:
  53. Added the parameters S, D, #, and F
  54. Added support for waiting in the middle of a phone number
  55. Corrected a bug translation from characters to numbers. Thanks
  56. to Timothy F. Sipples for providing wishes and a bug report.
  57.  
  58. dial now works even if it is started from another directory, provided
  59. that the program isn't renamed.  The sound files still has to be in 
  60. the same directory as dial.cmd
  61.  
  62. Ver 1.0:
  63. Released the program capable of playing dialling tones.
  64.  
  65.