home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Toneloc (p) 1991 by Minor Threat & Mucho Maas
- ;
- ; ToneLoc config file. You may create multiple config files if you
- ; wish. To use different config files with ToneLoc, run:
- ;
- ; TONELOC [Mask] /C[ConfigFilename]
- ;
- ; Otherwise the default config filename is TONELOC.CFG.
-
- ;
- ; This is the COM port to use. '1' = COM1, '2' = COM2, etc.
- ;
- Port 2
-
- ;
- ; This is the baud rate to send the modem commands at.
- ;
- Baud 9600
-
- ;
- ; This indicates whether the speaker should start ON or OFF.
- ; 0 = off, 1 = on.
- ;
- Speaker 0
-
- ;
- ; This sets whether ToneLoc should use a stupid sound effect
- ; when a tone is found. 0 = off, 1 = on.
-
- FoundSound 0
-
- ;
- ; This can be used to disable all sounds. 0 = no sound, 1 = only
- ; enabled sounds.
- ;
- Sound 0
-
- ;
- ; These set the color attributes of the windows and text.
- ;
- ScreenBack 3 ; Color of screen background (not in a window)
- StatusWindow 12 ; Color of status window border
- StatusText 11 ; Color of text in status window
- ModemWindow 9 ; Color of modem window border
- ModemText 3 ; Color of text in modem window
- FoundTText 10 ; Color of text for a found tone
- FoundCText 12 ; Color of text for a found carrier
- ActivityWindow 15 ; Color of the activity window border
- ActivityItems 9 ; Color of the activity window items
- ActivityText 14 ; Color of the activity window text (numbers)
- MeterBackground 9 ; Color of the meter background
- MeterForeground 14 ; Color of the meter foreground
-
- ;
- ; This is the modem init string. '|' means send [Enter], and '~'
- ; means wait for 1/2 of a second.
- InitString ~ATZ~|~~S27=0~~|
-
- l
- ; As long as this string is found anywhere in the return string,
- ; things will be Ok.
- InitResponse OK
-
- ; This is the dial string. Usually "ATDT". You should put any "*70"
- ; type things here, or if you have to dial 9 to get out, put "ATDT9",
- ; "ATDT9W", or "ATDT9," to wait 2 seconds after 9 (slow).
- DialString ATDT
-
- ;
- ; These are the strings to turn the speaker on and off.
- ;
- SpeakOn ATM1
- SpeakOff ATM0
-
-
- ; Strings that adjust the volume to various levels. Could also be used
- ; for macros or adjustments during dials.
- ;
- Volume0 ATL0
- Volume1 ATL1
- Volume2 ATL2
- Volume3 ATM3
- Volume4 ATL4
- Volume5 ATL5
- Volume6 ATL6
- Volume7 ATL7
- Volume8 ATS11=60
- Volume9 ATS11=40
-
- ;
- ; This is the string to hang up the modem.
- ;
- Hangup ATH0
-
- ;
- ; This is the log file to use. Everything that ToneLoc does is logged
- ; here.
- LogFile TONE.LOG
-
- ;
- ; This is the amount of time (in milliseconds) to wait between commands.
- ; Shouldn't need adjusting, but it's here just in case.
- ;
- CommandDelay 175
-
- ;
- ; This is the amount of time (in milliseconds) to wait between calls.
- ; If you have 3-way calling, you should set this higher.
- ; (1000 = 1 second)
- ;
- BetweenDelay 250
-
- ;
- ; This sets whether ToneLoc should do a fancy wipe of the meter between calls
- ; during the BetweenDelay time. 1 = wipe edges to middle, 2 = middle to edges,
- ; 3 = wipe backwards, 4 = no wipe
- ;
- BetweenWipe 1
-
- ;
- ; This is the amount of time (in milliseconds) to wait for a dial tone
- ; for each call. Usually about 16000. (1000 = 1 second)
- ;
- WaitDelay 17000
-
- ;
- ; This specifies whether or not ToneLoc should keep a .DAT file to
- ; prevent dialing the same number twice between runs. Comment this
- ; out if you don't want the .DAT files saved.
- ;
- NoDupes
-
- ;
- ; Number of rings to allow before aborting current dial attempt.
- ; 0 = do not abort. Usually 2 for tone scanning, 4 for carrier scanning
- ;
- MaxRing 2
-
- ;
- ; Number of times to try busy numbers (doesn't work yet)
- ; maximum = 9
- ;
- BusyTries 2
-
- ;
- ; Sets the response ToneLoc will scan for.
- ; 0 = tone, 1 = carrier
- ;
- ScanType 0
-
- ;
- ; Sets whether ToneLoc should ignore or use the Carrier Detect line of
- ; the RS-232 port to detect a carrier. Useful if you have your modem set
- ; to always detect a carrier.
- ;
- IgnoreCD 1
-
- ;
- ; Sets the interval in minutes for an automatic save of the .dat file.
- ; Useful if your machine or power source is undependable. If set to
- ; 0 ToneLoc will only save the .dat file on exiting.
-
- AutoSave 20
-
- ;
- ; Sets the name of the found file. All numbers that respond with a tone
- ; or carrier are recorded here so you don't have to search through the
- ; log file.
-
- FoundFile FOUND.LOG
-
- ;
- ; This is a list of numbers ToneLoc will not dial - a personal
- ; blacklist. Good numbers would be your own number(s), your
- ; friend's numbers, the police station and fire department,
- ; etc.
- Blacklist BLACK.LST
-
- ;
- ; ToneLoc can dial 3 ways: Random, Forward sequential, or Backward
- ; sequential. Keywords are: Random, Forward, & Backward. (Default = Random)
- ;
- Random
-
- ;
- ; Use this to enable or disable the log file ToneLoc keeps of scans.
- ; 0 = off, 1 = on.
- ;
- Logging 1
-
- ;
- ; Use this to tell ToneLoc to exit to DOS if it gets a "NO DIALTONE"
- ; message from the modem too many times IN A ROW (if your line dies)
- ;
- NoToneAbort 50
-