; ; Configuration file, CBV.CNF for CBV.EXE ; Automated Call Back Verification System version 2.26 ; Copyright (C) 1989, 1990, Jim Baldwin ; ; Command Format: ; KeyWord Value ; ; Neither KeyWord nor Value may contain any spaces, but must be ; seperated by one or more spaces or tabs (whitespace) ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Text foreground colors: ; ; Colors: ; 0 Black 8 Dark gray ; 1 Blue (very dark) 9 Light Blue ; 2 Green 10 Light Green ; 3 Cyan (blue-aqua) 11 Light Cyan ; 4 Red (also dark) 12 Light Red ; 5 Magenta (purple) 13 Light Magenta ; 6 Brown 14 Yellow ; 7 White 15 Bright White ; Normal text Normal 14 ; Alternate text Alternate 13 ; High intensity/bold High 12 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Communications and Modem ; Some timing values are in milliseconds (msec); 1000 msec = 1 second ; FOSSIL Port to communicate with modem. ; 0 = com1 ; 1 = com2 Port 1 ; Delay to wait with phone off hook after disconnecting (in msec) HangupDelay 12000 ; Delay to pause between characters when initializing modem (in msec) TxDelay 100 ; Baudrate to send commands to modem at ModemBaud 19200 ; Uncomment the next keyword if output to modem should be ; buffered (ie for high speed modems or multitasking systems) BufferOutput ; String to initialize modem. ; 1) MODEM MUST RETURN NUMERIC RESULT CODES (Q0V0) ; 2) MODEM MUST NOT ECHO COMMANDS BACK (E0) ; Do not use spaces in any of the modem command strings. ; Try adding more delays after the ATZ and/or end if having problems. ; Try setting X1 instead of X4 also. ; | = C/R ; ~ = 1/2 second delay ModemInit AT&A0E0H0M1Q0V0X6|~~~~ ; Command to take modem off-hook ModemOffHook ATM0H1| ; Command prefix to wait for dialtone and dial number ; Modem MUST wait for dialtone before dialing ; Important! Some modems automaticaly check for dialtone, and ; some don't recognize the W in the dialing command. Check your ; manual, or experiment. Some modems can't detect dialtone, ; but they will still work. ModemDial1 ATDT ; Command to send after number in dial string ModemDial2 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Security Levels ; Note: Security Level and flags will only be updated if user has ; NewUserSec. ; Level given to new users (before verification) NewUserSec 5 ; Level given to regular members (after verification) MemberSec 60 ; Flag masks to be applied to user after verification ; X = turn flag on ; - = turn flag off ; ? = leave flag alone ; Example: ; FLAG A before verification: XXXX---- ; MaskA.....................: X-?X-?X- ; FLAG A after verification.: X-XX--X- ; Comment out or leave all question marks to disable ; 12345678 MaskA ???????? MaskB ???????? MaskC ???????? MaskD ???????? ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Miscellaneous ; ;CheckNumber ; If present, CBV will check the phone number(s) according to ; the US digit formats. We suggest you add this keyword to ; ; DupeCheck n ; Configures duplicate number checking. ; ; n is one of the following: ; ; 0 (do not check for duplicates) ; 1 (check only the called number) ; 2 (check both numbers) ; ; We suggest using either ; DupeCheck 2 -or- DupeCheck 1 ; ; ;CodeWord ; ; If present in CBV.CNF, CBV will generate a random CODEWORD ; before the caller is disconnected. The caller must write ; down the code word, and re-enter it before proceeding. When ; reconnecting for verification, the caller must enter the ; CODEWORD in addition to the login password. This feature ; has two functions: it effectively disables script files, ; and it provides more security to prevent "pre-arranged" ; verification. ; ; Comment out the next KeyWord out if you do NOT want the caller to resume ; the QuickBBS session after successful verification. ResumeQBBS