home *** CD-ROM | disk | FTP | other *** search
/ TAP YIPL / TAP_and_YIPL_Collection_CD.iso / PHREAK / BOXES / TONELOC.ZIP / TONES.CFG < prev    next >
Text File  |  1992-02-27  |  6KB  |  218 lines

  1. ;
  2. ; Toneloc (c) 1992 by Minor Threat & Mucho Maas
  3. ;
  4. ; *** SUGGESTED configuration for TONE SCANNING ***
  5. ;
  6. ; ToneLoc config file.  You may create multiple config files if you
  7. ; wish.  To use different config files with ToneLoc, run:
  8. ;
  9. ; TONELOC [Mask] /C:[ConfigFilename]
  10. ;
  11. ; Otherwise the default config filename is TONELOC.CFG.
  12.  
  13. ;
  14. ; This is the COM port to use.  '1' = COM1, '2' = COM2, etc.
  15. ;
  16. Port          2
  17.  
  18. ;
  19. ; This is the baud rate to send the modem commands at.
  20. ;
  21. Baud           38400
  22.  
  23. ;
  24. ; This indicates whether the speaker should start ON or OFF.
  25. ; 0 = off, 1 = on.
  26. ;
  27. Speaker       1
  28.  
  29. ;
  30. ; This sets whether ToneLoc should use a stupid sound effect
  31. ; when a tone is found. 0 = off, 1 = on.
  32. ;
  33. FoundSound        1
  34.  
  35. ;
  36. ; This can be used to disable all sounds. 0 = no sound, 1 = only
  37. ; enabled sounds.
  38. ;
  39. Sound             1
  40.  
  41. ;
  42. ; These set the color attributes of the windows and text.
  43. ;
  44. ScreenBack           3           ; Color of screen background (not a window)
  45. StatusWindow         3           ; Color of status window border
  46. StatusText           5           ; Color of text in status window
  47. ModemWindow         15           ; Color of modem window border
  48. ModemText            2           ; Color of text in modem window
  49. FoundTText          10           ; Color of text for a found tone
  50. FoundCText          12           ; Color of text for a found carrier
  51. ActivityWindow      11           ; Color of the activity window border
  52. ActivityItems        3           ; Color of the activity window items
  53. ActivityText        15           ; Color of the activity window text (numbers)
  54. MeterBackground      1           ; Color of the meter background
  55. MeterForeground     14           ; Color of the meter foreground
  56.  
  57. ;
  58. ; This is the modem init string.  '|' means send [Enter], and '~'
  59. ; means wait for 1/2 of a second.
  60. InitString    ATZ|~~~ATX7|~
  61.  
  62. ; This is what your modem should send back after sending the init string
  63. ; As long as this string is found anywhere in the return string,
  64. ; things will be Ok.
  65. InitResponse  OK
  66.  
  67. ; This is the dial string.  Usually "ATDT".  You should put any "*70"
  68. ; type things here, or if you have to dial 9 to get out, put "ATDT9",
  69. ; "ATDT9W", or "ATDT9," to wait 2 seconds after 9 (slow).
  70. DialString    ATDT
  71.  
  72. ;
  73. ; These are the strings to turn the speaker on and off.
  74. ;
  75. SpeakOn       ATM1
  76. SpeakOff      ATM0
  77.  
  78. ;
  79. ; Strings that adjust the volume to various levels. Could also be used
  80. ; for macros or adjustments during dials.
  81. ;
  82. Volume0      ATL0
  83. Volume1      ATL1
  84. Volume2      ATL2
  85. Volume3      ATM3
  86. Volume4      ATL4
  87. Volume5      ATL5
  88. Volume6      ATL6
  89. Volume7      ATL7
  90. Volume8      ATS11=60
  91. Volume9      ATS11=40
  92.  
  93. ;
  94. ; This is the string to hang up the modem.
  95. ;
  96. Hangup        ATH0
  97.  
  98. ;
  99. ; This is the log file to use.  Everything that ToneLoc does is logged
  100. ; here.
  101. LogFile       TONE.LOG
  102.  
  103. ;
  104. ; This is the amount of time (in milliseconds) to wait between commands.
  105. ; Shouldn't need adjusting, but it's here just in case.
  106. ;
  107. CommandDelay  125
  108.  
  109. ;
  110. ; This is the amount of time (in milliseconds) to wait between calls.
  111. ; If you have 3-way calling, you should set this higher.
  112. ; (1000 = 1 second)
  113. ;
  114. BetweenDelay      150
  115.  
  116. ;
  117. ; This sets whether ToneLoc should do a fancy wipe of the meter between calls
  118. ; during the BetweenDelay time. 1 = wipe edges to middle, 2 = middle to edges,
  119. ; 3 = wipe backwards, 4 = no wipe
  120. ;
  121. BetweenWipe        1
  122.  
  123. ;
  124. ; This is the amount of time (in milliseconds) to wait for a dial tone
  125. ; for each call.  Usually about 15000.  (1000 = 1 second)
  126. ;
  127. WaitDelay         15000
  128.  
  129. ;
  130. ; This specifies whether or not ToneLoc should keep a .DAT file to
  131. ; prevent dialing the same number twice between runs.  Comment this
  132. ; out if you don't want the .DAT files saved.
  133. ;
  134. NoDupes
  135.  
  136. ;
  137. ; Number of rings to allow before aborting current dial attempt.
  138. ; 0 = do not abort.
  139. ;
  140. MaxRing 2
  141.  
  142. ;
  143. ; Sets the response ToneLoc will scan for. 0 = tone, 1 = carrier
  144. ;
  145. ScanType  0
  146.  
  147. ;
  148. ; Sets whether ToneLoc should ignore or use the Carrier Detect line of
  149. ; the RS-232 port to detect a carrier. Useful if you have your modem set
  150. ; to always detect a carrier.
  151. ;
  152. IgnoreCD  1
  153.  
  154. ;
  155. ; Sets the interval in minutes for an automatic save of the .dat file.
  156. ; Useful if your machine or power source is undependable. If set to
  157. ; 0 ToneLoc will only save the .dat file on exiting.
  158.  
  159. AutoSave      20
  160.  
  161. ;
  162. ; Sets the name of the found file. All numbers that respond with a tone
  163. ; or carrier are recorded here so you don't have to search through the
  164. ; log file.
  165.  
  166. FoundFile    FOUND.LOG
  167.  
  168. ;
  169. ; This is a list of numbers ToneLoc will not dial - a personal
  170. ; blacklist. Good numbers would be your own number(s), your
  171. ; friend's numbers, the police station and fire department,
  172. ; etc.
  173. Blacklist    BLACK.LST
  174.  
  175. ;
  176. ; ToneLoc can dial 3 ways: Random, Forward sequential, or Backward
  177. ; sequential. Keywords are:  Random, Forward, & Backward. (Default = Random)
  178. ;
  179. Random
  180.  
  181. ;
  182. ; Use this to enable or disable the log file ToneLoc keeps of scans.
  183. ; 0 = off, 1 = on.
  184. ;
  185. Logging     1
  186.  
  187. ;
  188. ; Use this to tell ToneLoc to exit to DOS if it gets a "NO DIALTONE"
  189. ; message from the modem too many times IN A ROW (if your line dies)
  190.  
  191. NoToneAbort 50
  192.  
  193. ;
  194. ; GetDelay - if you are having problems with ToneLoc recognizing
  195. ; repsonses from your modem, try increasing this value by 50 until
  196. ; it works.  If you get up to 400 or so, then look elsewhere for the
  197. ; problem.  Once you get it working, you should "tweak" it; get it
  198. ; as low as you can, and still have it work.
  199.  
  200. GetDelay 50
  201.  
  202. ;
  203. ; AltScreen - This is in case your parents or someone other danger
  204. ; comes in to see your computer.  This is the filename of the screen
  205. ; to display as your "parent screen".  Press "B" to toggle between it
  206. ; and the normal ToneLoc screen.  If the file is not found, the screen
  207. ; is simply blanked.  Create with TheDraw, and save in <B>inary Mode.
  208.  
  209. AltScreen TONELOC.BIN
  210.  
  211. ;
  212. ; SoundBlaster
  213. ; if you want SoundBlaster support, remove the semicolon (;) from
  214. ; the line below.   You must have SPUT.COM in your path.
  215. ;
  216.  
  217. ;SoundBlaster
  218.