home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
DOOR
/
CLBKV372.ZIP
/
3.SWI
< prev
next >
Wrap
Text File
|
1994-02-03
|
4KB
|
102 lines
; SWI file for MYCALBK Version 3.xx
; Any line with a ; are considered comments
; All switches MUST be on a line by themselves with NO ; on the line!
; Removal of all ; lines will speed up loading process
; Any blank line MUST be a ;!
; Here we go!
; ==========================================================
; Use this switch for extended logging in your .LOG file.
; once you have the system up and running, you will probably
; want to comment this out to save some HD space in your .LOG
; file.
;DEBUG
; Use one of these (not both!) to force the use or non use of your
; FOSSIL driver.
; This is more a lessa kludge, but some folks requested it, so...
; Not needed if your RBBS is passing the FOSSIL info correctly!
;FOSSIL=OFF
;FOSSIL=ON
; This is used in case MYCALBK just DOESN'T seem to want
; to talk to your modem! Use ONLY if you are NOT using a FOSSIL!
;USE_ALTERNATE_PORT_PARMS
; Use this if MYCALBK seems to have trouble dialing out during a
; busy time of day
BUSY
; Number of retries to re-dial on NO CARRIER or BUSY for a
; LOCAL call!
LOCAL_RETRIES=7
; Number of retries to re-dial on NO CARRIER or BUSY
; on a LONG DISTANCE call!
LONG_DISTANCE_RETRIES=3
; When it has been determined that this user is calling from a
; duplicate number, use this to just hang up on them!
DUMP
; If you do not need to dial a 1 in your areacode, use this!
;NO-1
; I know, I know, but some folks still have pulse dialing in thier
; area!
;PULSE
; This is if you are REALLY in a wierd phone area and you HAVE to
; dial your areacode to dial Long Distance
;NEED-AC
; Sets how long between calls MYCALBK will re-dial
; Set this to 1 or 2 and use the BUSY switch on a busy system!
REDIALTIME=5
; Used if you want to call back with your calling card
; Replace the #'s with your card number.
;PREFIX=###-#######-###
; Same as above but allows it at the end of the number
;SUFFIX=###-#######
; Number of seconds to wait after hanging up on caller to start
; dialing back
WAIT=7
; Sometimes HST's are REAL stubborn!
;HST
; If you want to print out what happens during a callback session.
; Can be network printer, doesn't matter!
;LPT=
; If you are running COM3 on IRQ 5 or any other intterrupt OTHER
; than "the standard" COM1,COM3 COM2,COM4 setup, put the IRQ here!
;IRQ=3
; ==========================================================
; The following switches are so you can control passage or
; failures depending on the situation.
;
; -1 means failed to verify.
; 0 means ignore.
; 1 means pass verification.
;
; If you are not calling thier areacode, consider it failed.
Bad.Ac=-1
; The number they entered was already verified.
Verified.Number=-1
; Didn't answer the phone.
No.Answer=-1
; They dropped carrier.
Hang.Up=-1
; They aborted the callback.
Aborted=-1
; Not the specified time to call them back long distance.
Not.Time=-1
; They entered 911, 976, 900 or 555!
Entered.911=-1
; How long they can sit without pressing a key in seconds
Inactivity.Timeout=120
; If they fall asleep, pass or fail (Default = Fail)
Fell.Asleep=-1
;
; Please refer to the DOCS for your BBS type!
;
BBS.Type=1
;
;User.Info.Path=\wcwork\node1\
;
;Pass.Name=Verified
;
;LD.Pass.Name=LDVerified
;
;Fail.Name=unverified
;
;LD.Fail.Name=LDUnVerified
;