home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / scid120.zip / SENTRY.CFG < prev    next >
Text File  |  1996-04-01  |  4KB  |  118 lines

  1.  
  2. ; ▄█████▄ ▄██████ ▄█████▄ ███████ ██████▄ ██   ██     ▄█████▄ ▐██▌ ██████▄ ██
  3. ; ██▄▄▄▄  ██▄▄▄▄  ██   ██   ▐█▌   ██   ██ ██▄ ▄██ ▄▄▄ ██       ██  ██   ██ ██
  4. ;  ▀▀▀▀██ ██▀▀▀▀  ██   ██   ▐█▌   ██████   ▀███▀  ▀▀▀ ██       ██  ██   ██ ▀▀
  5. ; ▀█████▀ ▀██████ ██   ██   ▐█▌   ██  ▀██   ▐█▌       ▀█████▀ ▐██▌ ██████▀ ██
  6. ;
  7. ;
  8. ;              B B S     C A L L E R - I D     I N T E R F A C E
  9. ;                        VERSION 1.00 - First Release!
  10. ;
  11. ;                    Copyright (c) 1996 by Jason Hendriks
  12. ;                             ALL RIGHTS RESERVED
  13. ;                      "Power Software for Lazy People"
  14.  
  15.  
  16.  
  17. ; // SENTRY.CFG
  18. ; // SENTRYCID V1.00+ CONFIGURATION FILE
  19.  
  20.  
  21.  
  22. ; ** SENTRY-CID FILE CONFIGURATION **
  23.  
  24. ; LogLevel is the amount of detail in Sentry's log (0-none 5-LOTS)
  25. ; SentryCIDLog is the file to log Sentry's activities
  26. ; PhoneList is the file containing phone aliases
  27. ; MailerLogFile is the mailer logfile containing the CID data from the modem
  28. ; User_BBS is the MAXIMUS BBS userfile
  29. ; Load_BBS is the command to run your bbs
  30. ; Batch is the batchfile which will start your bbs - Run it after Sentry!
  31. ; Output is a file containing just the caller's phonenumber (registered)
  32.  
  33. LogLevel        2
  34. SentryCIDLog    Sentry.LOG
  35. PhoneList       Sentry.FON
  36. MailerLogFile   \Bink\Binkley.LOG
  37. User_BBS        \Max\User.BBS    ; comment this line out if you do not run Maximus
  38. Load_BBS        \Max\MaxP.exe -s%1 -b%2 -p%3 -t%4 -L\MAX\LOGS\MAX%Node%.LOG -N%Node%   ; the %Node% environment variable is suggested for multi-node systems
  39. Batch           LoadBBS.BAT      ; or LOADBBS.CMD for OS/2 !!
  40. Output          CID.DAT
  41.  
  42.  
  43.  
  44. ; ** SENTRY-CID VALIDATOR FILE CONFIGURATION **
  45.  
  46. ; BBSNumber is the file containing the user's number written by the bbs for
  47. ;    validation
  48. ; OK_Validation is the semaphore file writte on successful phone matches
  49.  
  50. BBSNumber       \Max\Phone.DAT
  51. OK_Validation   \Max\Valid.FLG
  52.  
  53.  
  54.  
  55. ; ** SENTRY-CID GENERAL SETTINGS **
  56.  
  57. ; Max_Back is the maximum number of lines from the end of the logfile to read
  58. ; Country_Code is your country's phonecode
  59. ; Area_Code is your region's areacode
  60. ; Allow_Private allows blocked calls in (hangs up otherwise)
  61. ; AutoLogin supplies the user's name to a MAXIMUS BBS (*SEMI* login)
  62. ; AutoPassword supplies the user's password to a MAXIMUS BBS (*FULL* login)
  63. ; APW_KeyToggle is the MAXIMUS user's KEY(s) which toggle(s) the
  64. ;    AutoPassword setting
  65. ; ForceList only logs on users listed in the phonelist
  66. ; ForceUserBBS only logs on users listed in the BBS userfile
  67.  
  68. Max_Back        9
  69. Country_Code    1
  70. Area_Code       613
  71.  
  72. Allow_Private
  73. AutoLogin       
  74. AutoPassword       ; Unless AutoLogin is set, AutoPassword has no effect
  75. APW_KeyToggle   l  ; Unless AutoPassword is set, APW_KeyToggle has no effect
  76. ; ForceList
  77. ; ForceUserBBS
  78.  
  79.  
  80.  
  81. ; ** SENTYR-CID REGISTERED-ONLY FEATURES!! **
  82. ; Please register Sentry-CID!
  83.  
  84. ; Auto-settime sets the system clock to the CID data!
  85. ; NoSysOpLogin in case someone else is calling from the asstsysop+'s line
  86. ; LastCall_Age catches users who haven't called in a while by asking for a
  87. ;    password from users who haven't called in this many days
  88.  
  89. ; SysOp
  90. ; Registration
  91. AutoSetTime
  92. NoSysOpLogin
  93. LastCall_Age    30      ; comment out to disable
  94.  
  95.  
  96.  
  97. ; ** SENTRY-CID ADVANCED SETTINGS **
  98. ; Most users will not need to alter these
  99.  
  100. ; NoSound determines whether Sentry beeps on errors via PC Speaker
  101. ; Mailer_Dif is the time discrepancy (in mins) allowed between the mailer
  102. ;    log and the current time for the mailer log to be considered accurate
  103. ; CID_Dif_Low is the minimum time discrepancy (in mins) allowed between
  104. ;    the CID time and mailer time for the CID time to be considered accurate
  105. ; CID_Dif_High is the maximum time discrepancy (in mins) allowed between
  106. ;    the CID time and mailer time for the CID time to be considered accurate
  107. ; Ignore_Restrictions logs on users/sets time w/o checking timestamps
  108. ;    and position limits (for debugging)
  109. ; Read_From is the position in bytes from the end of the file where the log
  110. ;    is read 
  111.  
  112. ; NoSound
  113. ; Mailer_Dif      1.5
  114. ; CID_Dif_Low     1.0
  115. ; CID_Dif_High    65.0
  116. ; Ignore_Restrictions
  117. ; ReadFrom        1500
  118.