home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CLIPDL11.ZIP / READ.ME < prev   
Encoding:
Text File  |  1987-11-26  |  2.4 KB  |  48 lines

  1.   This is the first released version of my Clipdial intelligent dialer.
  2.   It takes as an argument a complete 10-digit phone number in the format
  3.   (999) 999-9999.     From this number Clipdial extracts the area code 
  4.   and exchange information and uses this to determine whether the number
  5.   is local or long distance.     For a local call, Clipdial strips off the
  6.   area code information and dials the 7-digit local number.     For a long
  7.   distance number, Clipdial prefixes the number with "1-", and then dials the
  8.   complete long distance number.     Simple modifications would also allow
  9.   the program to alert the user if a requested call will be long distance.
  10.  
  11.   Clipdial was developed and tested on a PCs Limited 286 computer with a
  12.   Packard-Bell 1200+ external modem.     It performs the initialization of
  13.   the PC serial port (which many dialers don't do) and also provides a
  14.   function call for checking the Data Set Ready line to determine rather or
  15.   not the modem is available (i.e. on).     Clipdial should work with any PC
  16.   compatible and Hayes-compatible modem.
  17.  
  18.   This copy of Clipdial is currently configured for the metro Washington
  19.   D.C. area.     However, it is easy to reconfigure for any other area of 
  20.   the country.     Directions for doing this are in the comments in
  21.   Dialer.prg.
  22.  
  23.   To conserve space and download time, I have not included an executable
  24.   version of the demo program (Clipdial.prg).     However, a make file
  25.   (for Microsoft's Make utility) which will produce an executable demo 
  26.   from the included source and object files has been included.     MAKE
  27.   CLIPDIAL will generate the simple Clipdial demo.
  28.  
  29.   I hope to eventually make this package the basis of a much more complete
  30.   set of serial communications utilities for Clipper.     Your questions,
  31.   comments, and suggestions are encouraged.     Messages for me may be left
  32.   on Compuserve (71121,352) or on the Contech (301-840-0227), Kwibble 
  33.   (703-243-4820), or Tech-Connect (703-430-0091) boards (all D.C. metro).
  34.      
  35.  
  36.   For support, comments, questions or whatever, contact :
  37.            
  38.                              Glendon Todd
  39.                              312 Van Buren St.
  40.                              Falls Church, VA    22046
  41.                              Compuserve 71121,352
  42.                              Voice (703) 532-8191   
  43.  
  44.   Enjoy!
  45.         
  46.         Glen
  47.  
  48.