home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CL15S1G.ZIP / CALLS.CNF next >
Text File  |  1994-06-12  |  15KB  |  432 lines

  1. ;
  2. ; Configuration file for CALLS v15s1g.
  3. ; Anything following ";" is a comment.
  4. ; Keywords may appear in any order.
  5. ; Default values will be used for keywords not specified in the config file.
  6. ;
  7.  
  8. ;number of nodes to scan (1=single node mode) - Default = 1
  9. NODES   1
  10.  
  11. ;list of nodes (in order of desired scan, NODES should equal the number of
  12. ;nodes included in the list. If no list provided then all nodes will be
  13. ;scanned from 1 to NODES)
  14. ;NODES 3
  15. ;NODELIST 5 3 1
  16.  
  17. ;full name of caller input file (or NUL) - Default = CALLER
  18. INFILE  C:\PCB\MAIN\CALLER
  19.  
  20. ;output file to produce - Default = BLT99
  21. OUTFILE C:\PCB\GEN\BLT11
  22.  
  23. ;input file of a Header to precede report - Default = NUL
  24. ;HEADER C:\PCB\GEN\BLT11.HD
  25.  
  26. ;file for saved history information (or NUL) - Default = CALLS.SAV
  27. SAVEFILE CALLS.SAV
  28.  
  29. ;Don't Update the CALLS.SAV file  - Default = NO
  30. ;READONLY YES
  31.  
  32. ;report subtitle (for Report A, Systems Statistics)
  33. ;SUBTITLE My BBS Activity Report
  34.  
  35. ;file for outputting any unknown line for study (or NUL) - Default = NUL
  36. UNKNOWNFILE UNKNOWN.TXT
  37.  
  38. ;include all unknown lines in unknown file - Default = YES
  39. UNKNOWNREPORT YES
  40.  
  41. ;include all Junk lines in unknown file - Default = NO
  42. ;junk lines are those recognized by CALLS and skipped over.
  43. JUNKREPORT YES
  44.  
  45. ;include all Door Unknown, Catchall and Junk lines in unknown file
  46. ;This refers to only those doors known to CALLS - Default = YES
  47. DOORJUNKREPORT YES
  48.  
  49. ;include all Catchall lines in unknown file - Default = NO
  50. ;Catchall lines are those recognized by CALLS in the Catchall routine which
  51. ;picks up lines missed by the normal scan (some just have to be done this way)
  52. CATCHALLREPORT YES
  53.  
  54. ;include all Door lines in unknown file - Default = NO
  55. DOORREPORT NO
  56.  
  57. ;include all Unknown Door lines in unknown file - Default = YES
  58. ;This refers to all Doors that are not known to CALLS.
  59. UNKNOWNDOORREPORT YES
  60.  
  61. ;List of Doors for CALLS to consider known. (separate doors with '/')
  62. ; Lines must not exceed 80 characters, use multiple lines which will be
  63. ; added together up to 255 characters. (end previous line or begin next
  64. ; line with '/')
  65. ;KNOWNDOORS REMOTE/LOTTO
  66.  
  67. ;List of Doors for CALLS to consider chat doors. (separate doors with '/')
  68. ; Same line restrictions as KNOWNDOORS
  69. ;CHATDOORS TALK2ME/CHATDOOR/HELLO!
  70.  
  71. ;list of reports to produce from the following list
  72. ; Default = A+N#STB~CXO!RPD{E[><]\VU^-F=GY1Y2Y3Y4Y5Y6Y7Y8Y9Y10Y11HIJKL&::1M
  73. ;
  74. ;   A - System Statistics            B - Graphic Modes
  75. ;   C - Baud Rates                   D - Hourly Usage
  76. ;   E - Conferences Joined           F - Bulletins Read
  77. ;   G - Doors Opened                 H - Download Protocols
  78. ;   I - Download Efficiency          J - Upload Protocols
  79. ;   K - Upload Efficiency            L - Batch Sizes
  80. ;   M - Files Downloaded             N - Security Statistics
  81. ;   O - Security Level Counters      P - Connect Type Analysis
  82. ;   Q - Free Downloads *Not PCB*     R - Minutes Used by Security
  83. ;   S - Sysop Statistics             T - User Statistics
  84. ;   U - User Messages                V - Conf Messages
  85. ;   W - Event Report                 X - Language Report
  86. ;   Y#- Door Report (needs a no.)    Z - Insert a Blank Line
  87. ;   @ - Insert a @MORE@ Prompt       $ - Insert a @PAUSE@ Prompt
  88. ;   % - Insert a @WAIT@ Prompt       * - Insert a @CLS@
  89. ;   | - Insert a FormFeed            . - Do Nothing (just a space filler)
  90. ;   ! - Last Called In Report        # - Message Statistics
  91. ;   = - Time Spent in Doors Report   ^ - User Uploads
  92. ;   - - Callers Hanging Up           & - Caller ID Report
  93. ;   + - File Transfer Statistics     ~ - Logoff Statistics
  94. ;   ( - Voting Issues                ) - Voting Comments
  95. ;   _ - Page Door Reasons            / - Short Bulletin
  96. ;   > - Downloads in Conferences     < - Uploads in Conferences
  97. ;   [ - Time Spent in Conferences    ] - File Scan in Conferences
  98. ;   \ - Conference Reports           { - Daily Usage
  99. ;   :#- PPE Report (takes a no.)
  100. ;
  101. ; Door Reports are followed by number - ie. Y6 Y11 etc
  102. ;   1 - InstaReg                     2 - PCBVerify
  103. ;   3 - Callback                     4 - Depository
  104. ;   5 - MailDoor (Generic)           6 - QMail
  105. ;   7 - MarkMail                     8 - User Definable
  106. ;   9 - Voter Plus                  10 - Swop
  107. ;  11 - PCBPage & Emergency Pager
  108. ;
  109. ; PPE Reports are followed by number - ie. :1 :2 etc
  110. ;   1 - EDSBack PPE              alone - Misc PPE Report
  111. ;
  112.  
  113. REPORTS *A+ZX#ZBZ~NSZTCD{O!RPE[><]\VU^-F=GY1ZY2Y3ZY4Y5ZY6Y7ZY8Y9Y10Y11HIJKL&::1MW%
  114.  
  115. ;Exclude accumulation of Data for graph reports - Default - None
  116. ;Allowable entries are CEFGLMOPQRUVWX!=^-&~()_[><]
  117. ;REPORTEXCLUDE CPX
  118.  
  119. ;Action to perform after each section - Default - Z
  120. ;Allowable entries are (Z@$%*|)
  121. REPORTACTION Z%*
  122.  
  123. ;Type of report to output, ASCII, ANSI, BOTH or PCBOARD - Default - BOTH
  124. REPORTTYPE PCBOARD
  125.  
  126. ;peak hours to report
  127. ;                  11111111112222
  128. ;        012345678901234567890123
  129. ;PEAK    YNNNNNNNNNNNNNNNNYYYYYYY
  130.  
  131. ;determine peak 6 hours automatically (or number of hours specified)
  132. ;PEAK AUTO 8
  133. PEAK AUTO
  134.  
  135. ;shorten graph to just percentage used - Default = no
  136. ;NO/YES/or the minimum percent to start at
  137. SHORTENGRAPH 50
  138.  
  139. ;expand graph to full 20 divisions with variable steps - Default = no
  140. ;EXPANDGRAPH YES
  141.  
  142. ;full name of Sysop or SYSOP
  143. SYSOPNAME GARY MEEKER
  144.  
  145. ;Conference(s) to include in Conference Report
  146. ; up to 50 entries are allowed and are specified by NAME (Case sensitive)
  147. ;  each entry may only specify one conference
  148. ;CONFERENCE Main Board
  149.  
  150. ;PPE Name(s) to ignore (just stops them from showing up in UNKNOWN.TXT)
  151. ; up to 50 entries are allowed and are specified by NAME (Case insensitive)
  152. ;  each entry may only specify one ppe (don't include path)
  153. ;PPENAME DIR-L.PPE
  154.  
  155. ;First Name to Exclude from stats (RNET.EXE is always excluded)
  156. ; up to 10 entries are allowed (this is not for USER names!)
  157. ;EXCLUDENAME RNET.EXE
  158.  
  159. ;Full User Name to exclude from stats (User Messages Left, Uploads and
  160. ; Caller Hungup Reports). Up to 50 entries are allowed.
  161. ; Adding '*' as first character of name will flag User as a NetUser.
  162. ;EXCLUDEUSER GARY MEEKER
  163.  
  164. ;Conferences to exclude from stats (Bulletins Read, Conferences Joined and
  165. ; Time Spent in Conference, Conferences Uploaded to, Conferences Downloaded
  166. ; from, Conference Files Scanned & Conference messages left)
  167. ; Up to 50 entries are allowed and are specified by NUMBER
  168. ;EXCLUDECONFERENCE 12
  169.  
  170. ;Security Levels to exclude from stats (Number of Calls and Hours Used)
  171. ; Up to 50 entries are allowed.
  172. ;EXCLUDESECLEVEL 120
  173.  
  174. ;Door to exclude from stats (Doors Opened and Time Spent in Doors)
  175. ; Up to 50 entries are allowed.
  176. EXCLUDEDOOR REMOTE
  177.  
  178. ;Label given to the Doors that are excluded. - Default = Unlisted
  179. ;NONDOORNAME Unlisted
  180.  
  181. ;Area Code for CALLER ID Report. If matched then is considered a Local Call.
  182. ; multiple Area Codes maybe included and must be seperated by '/'
  183. ;AREACODE 404/706
  184.  
  185. ;Caller ID type or phone number position on log entry - Default = 0
  186. ;1-10 will search for key field as listed below:
  187. ;1 = 'NMBR = '      4 = undefined      7 = undefined     10 = undefined
  188. ;2 = 'NUMBER: '     5 = undefined      8 = undefined
  189. ;3 = undefined      6 = undefined      9 = undefined
  190. CALLERID 1
  191.  
  192. ;Save filenames & counts in the history information file YES (default) or NO
  193. FILENAMES YES
  194.  
  195. ;File mask of files to be ignored completely, wildcards allowed
  196. ; up to 10 entries are allowed (wildcard '#' matches any digit)
  197. FILTERFILES *.GIF
  198. FILTERFILES *.TIF
  199. FILTERFILES *.PIC
  200. FILTERFILES #####?.ZIP
  201. FILTERFILES #####?.CAP
  202.  
  203. ;number of "User Messages Left" to report
  204. MAXUSERS 30
  205.  
  206. ;number of "User Uploads" to report
  207. MAXUL 30
  208.  
  209. ;number of "Callers Hanging Up" to report
  210. MAXHANGUP 30
  211.  
  212. ;number of "Conference Messages Left" to report
  213. MAXMSGS 20
  214.  
  215. ;number of "free downloads" to report
  216. MAXFREE 10
  217.  
  218. ;maximum number of conferences to report
  219. MAXCONF 20
  220.  
  221. ;maximum number of conference time spent to report
  222. MAXCONFTIME 20
  223.  
  224. ;maximum number of conferences downloaded from to report
  225. MAXCONFDLS 20
  226.  
  227. ;maximum number of conferences uploaded from to report
  228. MAXCONFULS 20
  229.  
  230. ;maximum number of conference files scanned to report
  231. MAXCONFSCAN 20
  232.  
  233. ;maximum number of bulletins to report
  234. MAXBLT  20
  235.  
  236. ;maximum number of doors to report
  237. MAXDOOR 20
  238.  
  239. ;maximum number of batch sizes to report
  240. MAXBATCH 5
  241.  
  242. ;minimum d/l's to include a file in report
  243. MINDL   2
  244.  
  245. ;break points for d/l's (1-4) - Default = 2, 6, 12 & 24
  246. ;This is relative to MINDL, ie. MINDL 2 means 0-4, 5-8, 9-14, 15-26 & 27+
  247. ;                                                  *    **    ***     ****
  248. ;DL_LEVEL 3 18
  249.  
  250. ;redefine name of Conference 0 - Default = 'Main Board'
  251. ;CONFERENCE0 Main Board
  252.  
  253. ;redefine protocol names
  254.  
  255. PROTOCOL A Ascii (Non-Binary)
  256. PROTOCOL X Xmodem (Checksum)
  257. PROTOCOL C Xmodem (CRC)
  258. PROTOCOL O 1K-Xmodem (Ymodem)
  259. PROTOCOL F 1K-Xmodem-G(Ymodem/G)
  260. PROTOCOL Y Ymodem  (PCB Batch)
  261. PROTOCOL G Ymodem/G(PCB Batch)
  262. PROTOCOL D Ymodem  (DSZ Batch)
  263. PROTOCOL H Ymodem/G(DSZ Batch)
  264. PROTOCOL Z Zmodem  (DSZ Batch)
  265. PROTOCOL N None
  266.  
  267. ;redefine Door Names   -  (I,V,C,D,G,Q,M,U,O,S,P)
  268. ;corresponds to report - Y(1,2,3,4,5,6,7,8,9,10,11)
  269. ;
  270. ; A '/' may be used to separate Multiple Door Names for the Same Door
  271. ;  (Note: No spaces allowed)     ie. DOOR I INSTAREG/RENEW
  272. ;
  273. DOOR I INSTAREG
  274. DOOR V VERIFY
  275. DOOR C CALLBACK
  276. DOOR D DEPOSIT/BANK
  277. DOOR G MAIL/MAILDOOR
  278. DOOR Q QMAIL/QMAIL4
  279. DOOR M MM-2/MM2/MARKMAIL
  280. DOOR U REGISTER/BLIST
  281. DOOR O VOTE
  282. DOOR S SWOP
  283. DOOR P PAGE
  284.  
  285. ;Text to be added before the Security Level - Default = Level
  286. SECLABEL Security Level
  287.  
  288. ;Text to be added before the Security Level - Default = ''
  289. ;if blank then line will not be printed
  290. NOSECLABEL No Security Level
  291.  
  292. ;Maximum item length for variable length items - Default = 20
  293. ; (variable length items are defined by ITEMLEN of -1)
  294. ;
  295. ;ITEMMAX 25
  296.  
  297. ;Item length for graphs, If set to -1 then will be set to longest item
  298. ;ITEMLEN C 10
  299. ;ITEMLEN P -1
  300.  
  301. ;Report Title for any Report
  302. ;  Generic Mail Door - Default = Your Mail Door
  303. ;User Definable Door - Default = Any Door
  304. ;REPORTTITLE A Here's a Title
  305. REPORTTITLE Y5 Cam-Mail Door
  306. REPORTTITLE Y8 Register/XferStat/BList Doors
  307.  
  308. ;Report Header for any Report
  309. ;the file specified will be copied to the report after the Title
  310. ;REPORTHEADER U C:\PCB\GEN\USERMSGS
  311.  
  312. ;Report Text for Reports (ANSU+# and Y1-Y10)
  313. ;REPORTTEXT A 2 Number of Calls Rcvd
  314.  
  315. ;redefine User Definable Door Text - (1-20)
  316. ;DEFDOOR 1 FIND THIS TEXT
  317. ;
  318. ; If not defined then the entry will not be scanned for regardless of
  319. ; DEFDOORTYPE or DEFREPORT entry. If defined then the text will be
  320. ; scanned for anywhere in the line. Order of variables can be important.
  321. ;
  322. DEFDOOR 1 ADJUSTED
  323. DEFDOOR 2 ONLY NEW USERS
  324. DEFDOOR 5 SEARCHING FOR (
  325. DEFDOOR 9 FILE READ:
  326. DEFDOOR 11 CARRIER LOST
  327. DEFDOOR 12 KEYBOARD TIMEOUT
  328.  
  329. ;redefine User Definable Door Variable Type - (1-20)
  330. ;DEFDOORTYPE 1 1
  331. ;
  332. ; When DEFDOOR is defined:
  333. ; Bit 2 means Carrier lost, Doesn't count if Door Logged User Off
  334. ; Bit 4 means Door Logged User Off
  335. ; Bit 8 means Line contains HH:MM entry to stop Door Timing
  336. ;
  337. ; When DEFREPORT is NOT defined:
  338. ; Assigning a  1 means show '  .......................       '
  339. ; Assigning a -1 means show '                                '
  340. ;
  341. DEFDOORTYPE 1 1
  342. DEFDOORTYPE 2 1
  343. DEFDOORTYPE 3 -1
  344. DEFDOORTYPE 4 -1
  345. DEFDOORTYPE 5 1
  346. DEFDOORTYPE 6 1
  347. DEFDOORTYPE 7 -1
  348. DEFDOORTYPE 8 -1
  349. DEFDOORTYPE 9 1
  350. DEFDOORTYPE 10 1
  351. DEFDOORTYPE 11 2
  352. DEFDOORTYPE 12 1
  353.  
  354. ;redefine User Definable Door Report Text - (1-20)
  355. ;DEFREPORT 1 Found the text
  356. ;
  357. ; If not defined then the entry will not be Reported, unless DEFDOORTYPE
  358. ; is defined in which case a blank entry will be reported.
  359. ;
  360. DEFREPORT 1 Security Level Adjusted
  361. DEFREPORT 2 Not New User in Door
  362. DEFREPORT 5 Search performed
  363. DEFREPORT 9 File Read
  364. DEFREPORT 11 Caller Dropped Carrier
  365. DEFREPORT 12 Keyboard Timeouts
  366.  
  367. ;Include Refused to Register and Access Denied - Refused Registration
  368. REFUSEDREG NO
  369.  
  370. ;redefine Language Names - 20 characters max - (1 - 30)
  371. ;LANGUAGE 5 Three Stooges    (5)
  372. LANGUAGE 1 English [Default](1)
  373. LANGUAGE 2 Southern Style   (2)
  374. LANGUAGE 3 Three Stooges    (3)
  375.  
  376.  
  377.  
  378.  
  379. ;define how event time is reported
  380. ;   EVENTMODE OFF disables calculation of event duration.
  381. ;   EVENTMODE BUSY calculates event duration and accounts for it
  382. ;       as 'busy' time (i.e. the system was in use during this time).
  383. ;   EVENTMODE IDLE calculates event duration and accounts for it
  384. ;       as 'idle' time (i.e. the system was NOT in use during this time).
  385. EVENTMODE BUSY
  386.  
  387. ;define how Sysop chat time is reported
  388. ;   CHATMODE OFF disables calculation of Sysop chat duration.
  389. ;   CHATMODE BUSY calculates Sysop chat duration and accounts for it
  390. ;       as 'busy' time (i.e. the system was in use during this time).
  391. ;   CHATMODE IDLE calculates Sysop chat duration and accounts for it
  392. ;       as 'idle' time (i.e. the system was NOT in use during this time).
  393. CHATMODE IDLE
  394.  
  395. ;define how Node chat time is reported
  396. ;   NODEMODE OFF disables calculation of Node chat duration.
  397. ;   NODEMODE BUSY calculates Node chat duration and accounts for it
  398. ;       as 'busy' time (i.e. the system was in use during this time).
  399. ;   NODEMODE IDLE calculates Node chat duration and accounts for it
  400. ;       as 'idle' time (i.e. the system was NOT in use during this time).
  401. NODEMODE IDLE
  402.  
  403. ;Enable filtering of Modem return data - Default = ON
  404. RINGFILTER ON
  405.  
  406. ;Enable filtering of CONNECT from Modem return data - Default = OFF
  407. ;NEW removes CONNECT & CARRIER identical to 14S24
  408. ;ALL does same as ON but also condenses PROT: & COMP: messages
  409. ;HST does same as ON but also condenses HST style messages.
  410. ;CONNECTFILTER NEW
  411. CONNECTFILTER ALL
  412. CONNECTFILTER HST
  413.  
  414. ;Enable filtering of E from Baud rate - Default = OFF
  415. ;BAUDFILTER ON
  416.  
  417. ;Count all (Local) connect types as SYSOP local sessions. - Default = NO
  418. ;ALL_LOCAL YES
  419.  
  420. ;Don't count Failed Verification files as Uploads or as a User Upload
  421. ;  NO means just count it as a failure (Default)
  422. ; YES means subtract from the Upload count also
  423. ;USER means subtract from the User Uploads count also
  424. ;BOTH means subtract from Upload count & User count also
  425. FAILEDUPLOAD BOTH
  426.  
  427. ;Include ' at (hh:mm)' on event times - Default = YES
  428. EVENTTIME YES
  429.  
  430. ;Count Batches by batch size count instead of file count - Default = NO
  431. COUNTBATCHES YES
  432.