home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 574.lha / SuperDial_v1.0 / SuperDial.Doc next >
Text File  |  1991-11-12  |  6KB  |  246 lines

  1.  
  2.  
  3.                        S u p e r D i a l    V 1 . 0
  4.                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5.                              By Michael Pendec
  6.  
  7.                         Copyright 1991 InTelCoSoft
  8.                         --------------------------
  9.                        Release Date  17. March 1991
  10.                        ----------------------------
  11.  
  12. Introduction.
  13. -------------
  14. SuperDial for the Amiga.
  15. SuperDial is a kind of a Wardialer which can be used to call phonenumbers
  16. and detect what is at the other end.
  17.  
  18. SuperDial is developed in ASMONE assembler..
  19.  
  20.  
  21.                            Short Reference Guide
  22.                            ---------------------
  23.  
  24.                   1.0      Information about Superdial....
  25.                   1.1      The Windows....................
  26.                   2.0      WarDialer......................
  27.                   2.1      WarDialer Results..............
  28.                   3.0      Configuration Load/Save........
  29.                   3.1      Modem BaudRate.................
  30.                  10.0      Don't forget to Register!!!....
  31.  
  32.  
  33.  1.0
  34.  ---
  35. Superdial can detect several commands, depending on your Modem setup.
  36. In this Early release only the Wardialer is supported,
  37. More about this in chapter " Don't forget to Register ".
  38. Superdial can save informations given by the modem about results in calls.
  39.  
  40.  Example!!
  41.  ----------
  42.  
  43. You want to call a BBS number, and you have forgotten a part of the
  44. number.
  45.  
  46. i'll leave the rest to you!..
  47.  
  48.  
  49.  
  50. -------------------------------------------------------------------------
  51.  1.1
  52.  ---
  53. Windows.
  54. ^^^^^^^^
  55.  
  56. - Modem Command Window
  57. ----------------------
  58.  by Clicking in this window, you can enter a modem string which,
  59.  
  60.  1. will be Sent to modem... Exam.  ATZ e.t.c....
  61.     Use 'Execute Modem String' to Send modem string, or Amiga 's' ....
  62.  
  63.  2. A modem Initialize string which will be used every time you Enter
  64.     SuperDial or when you change Modem baud rate.
  65.     Use 'Set Initialize String' to Set modem init string...
  66.  
  67.  
  68.  
  69.  
  70. - Capture Filename window
  71. -------------------------
  72.  
  73.  Name of output file to be used by Wardial Command.
  74.  If no name is specified , the program will not save any results,
  75.  and only show them on screen.
  76.  
  77.  
  78. - DTR delay window
  79. ------------------
  80.  
  81.  Some modem needs longer delays to hangup modem..
  82.  
  83.  Default = 250000
  84.  
  85. - Hangup Delay window
  86. ---------------------
  87.  
  88.  This value can be set between 1-99 seconds.
  89.  It is used when the modem is calling a number, and waits for a result.
  90.  SuperDial hangs up modem, when Hangup delay counts zero.
  91.  
  92.  Default = 20 secs.
  93.  
  94.  
  95. - MODEM extend string
  96. ---------------------
  97.  
  98.  If you want the modem to detect something else after it have called a
  99.  number , type in the string here.
  100.  
  101.  Example.   W0123456789@ 11,,, (Maybe a Password)
  102.  
  103.  Extend string is selected in Menu 2.
  104.  Default = none.
  105.  
  106. -------------------------------------------------------------------------
  107.  2-0
  108.  ---
  109. Wardialer.
  110. ==========
  111.  
  112.  
  113.  Prefix number.
  114.  --------------
  115.  
  116.  This is an value which stands as a default callnumber.
  117.  If prefix number is used, the number is placed before the startnumber.
  118.  no value here means no prefix number.
  119.  
  120.  Example.   Prefix number + startnumber are equal to current number.
  121.  
  122.  Maximum numbers here can be 8 figures
  123.  
  124.  Start number.
  125.  -------------
  126.  
  127.  This is the phonenumber to count from.
  128.  Start number have to be set before starting wardial.
  129.  
  130.  Maximum numbers here can be 8 figures
  131.  
  132.  Endnumber.
  133.  ----------
  134.  
  135.  This is the phonenumber to end at.
  136.  Endnumber have to be set before starting wardial.
  137.  Endnumber is not called.
  138.  
  139.  Maximum numbers here can be 8 figures
  140.  
  141.  Add to number.
  142.  --------------
  143.  
  144.  This value is added to the current(start) number and used for next call.
  145.  Addnumber have to be set before starting wardial.
  146.  
  147.  
  148.  other.
  149.  ------
  150.  
  151.  Phone number to be dialed is equal :
  152.  
  153.      (Prefix number) + Startnumber + Extend string(if set)
  154.  
  155. -------------------------------------------------------------------------
  156.  2.1
  157.  ---
  158.  
  159.  DIAL TONES
  160.  ----------
  161.   if you call a number which gives you a new dial tone,
  162.   this program detects these lines.
  163.  
  164.   Result will be saved to file.
  165.  
  166.  VOICE
  167.  -----
  168.  Result will not be saved to file.
  169.  
  170.  BUSY
  171.  ----
  172.   Result will be saved to file.
  173.  
  174.  
  175.  CONNECT 300-9600 (ARQ)
  176.  ----------------------
  177.   Result will be saved to file.
  178.  
  179.  RINGING
  180.  -------
  181.  if modem says ringing 3 times, Superdial disconnect line.
  182.  
  183.  Result will be not be saved to file.
  184.  
  185.  NO CARRIER
  186.  ----------
  187.  Result will not be saved to file.
  188.  Superdial will ignore result and continue.
  189.  
  190.  NO DIAL TONE
  191.  ------------
  192.  Result will be saved to file.
  193.  
  194.  
  195.  3.0
  196.  ---
  197.  Configuration Load/Save
  198.  -----------------------
  199.  
  200.  A config file can be saved.
  201.  Configuration file is placed in your S: directory, and will be loaded
  202.  is the start..
  203.  Configuration file is called SDialII.cfg
  204.  the configuration file is editable and Superdial Reports if any errors
  205.  occur in file.
  206.  
  207.  
  208.  3.1
  209.  ---
  210.  Modem Baudrate
  211.  --------------
  212.  
  213.  The modem baudrate can be set in the menu..
  214.  
  215.  BAUD ranges from 300-19200.
  216.  
  217.  Default = 1200
  218.  
  219.  
  220.  10.0
  221.  ----
  222.  Don't forget to Register
  223.  ------------------------
  224.  SuperDial is only a part of a bigger project,
  225.  Want to hear more about SuperDial???
  226.  
  227.  Mail $15 CASH!! and your address,maybe suggestions to other functions..
  228.  to InTelCoSoft (address below) or call our support bbs to see whats new.
  229.  When you register, you'll get special access on the support bbs,
  230.  here can you get all the new programs and modem utilities from InTelCoSoft.
  231.  Nonregistered users have a limited access!..
  232.  
  233.  Address:
  234.  
  235.   InTelCoSoft/Michael Pendec
  236.   Poppelvej 17
  237.   2791 Dragør
  238.   Denmark
  239.   --------------------------
  240.  
  241.   Support BBS  Phone +45 31 390 392
  242.   ---------------------------------
  243.   Online 24 hours running at 2400 baud
  244.  
  245. ------------------------------------------------------------------------
  246.