home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Misc / Phonebill / Config / Scanner.config < prev   
Text File  |  1995-08-10  |  14KB  |  368 lines

  1. ;
  2. ; Phonebill log scanner configuration
  3. ;
  4. ; If you have created a new scanner, or if you have a log file which
  5. ; is currently not supported then please don't hestitate and mail it
  6. ; uuencoded to "raymondp@sphinx.stack.urc.tue.nl".
  7. ;
  8. ; Token   Description                       Type      Range
  9. ; =====   ===========                       ====      =====
  10. ; %n      host name                         STRING
  11. ; %a      phone number                      STRING
  12. ; %A      phone number (char restriction)   STRING
  13. ; %f      Fido-style address                INT:INT/INT(.INT)
  14. ;
  15. ; %h      hour (connection)                 INT       0..23
  16. ; %m      minutes (connection)              INT       0..59
  17. ; %s      seconds (connection)              INT       0..59
  18. ; %y      year (connection)                 INT       1970..
  19. ; %e      year, short (connection)          INT       0..99
  20. ; %o      month (connection)                INT       1..12
  21. ; %t      month, string (connection)        STRING
  22. ; %d      day of month (connection)         INT       1..31
  23. ; %p      AM or PM (connection)             STRING    (AM|PM|A|P| )
  24. ; %l      localized date (connection)       
  25. ;
  26. ; %H      hour (end of connection)          INT       0..23
  27. ; %M      minutes (end of connection)       INT       0..59
  28. ; %S      seconds (end of connection)       INT       0..59
  29. ; %Y      year (end of connection)          INT       1970..
  30. ; %E      year, short (end of connection)   INT       0..99
  31. ; %O      month (end of connection)         INT       1..12
  32. ; %T      month, string (end of connection) STRING
  33. ; %D      day of month (end of connection)  INT       1..31
  34. ; %P      AM or PM (end of connection)      STRING    (AM|PM|A|P| )
  35. ; %L      localized date (end of connection)
  36. ;
  37. ; %U      hours (connection length)         INT
  38. ; %I      minutes (connection length)       INT
  39. ; %X      seconds (connection length)       INT
  40. ;
  41. ; %#      dummy number                      INT
  42. ; %$      dummy string                      STRING    # >= 1
  43. ; %c      dummy character                   CHAR
  44. ;
  45. ;
  46.  
  47. ; *** Term action logfile ***
  48. (scanner
  49.         (name             "Term action log")
  50.         (scanstring.reset     "%$ %#:%#:%# Start of session %$"
  51.                 "%L %H:%M:%S Carrier lost (%$)." 
  52.                 "%L %H:%M:%S End of session." 
  53.                 "%L %H:%M:%S Hung up the line.")
  54.         (scanstring.default     "%l %h:%m:%s Connected to \"%n\" (%a)." )
  55.         (signature         "%l %h:%m:%s Phonebill logscan.")
  56. )
  57.  
  58. ; *** Term call log ***
  59. (scanner
  60.         (name             "Term call log")
  61.         (scanstring.reset     "")
  62.         (scanstring.default     "%n (%a)" 
  63.                 "(%a)" 
  64.                 "Login:\t%$ %t %d %h:%m:%s %y" 
  65.                 "Login:  %$ %t %d %h:%m:%s %y" 
  66.                 "Logout: %$ %T %D %H:%M:%S %Y" 
  67.                 "Time online: %U:%I:%X")
  68.         (signature         "-- Phonebill logscan")
  69. )
  70.  
  71. ; *** Trapdoor ***
  72. (scanner
  73.         (name                   "Trapdoor")
  74.         (scanstring.reset       "%c %#-%$-%# %#:%#:%# %$TrapDoor %$ closed"
  75.                                 "%c %#-%$-%# %#:%#:%# %$TrapDoor %$ opened"
  76.                                 "%c %#-%$-%# %#:%#:%#  Incoming call detected"
  77.                                 "%c %#-%$-%# %#:%#:%#  Call failed"
  78.                                 "%c %#-%$-%# %#:%#:%#  BUSY"
  79.                                 "%c %D-%T-%E %H:%M:%S  User break"
  80.                 "%c %D-%T-%E %H:%M:%S  Could not hang up"
  81.                                 "%c %D-%T-%E %H:%M:%S  Session connect time %$"
  82.                                 "%c %D-%T-%E %H:%M:%S  Baudrate too low")
  83.         (scanstring.default     "%c %#-%$-%# %#:%#:%#  Calling %n (%f)"
  84.                                 "%c %#-%$-%# %#:%#:%#  Calling %n (%a)"
  85.                                 "%c %#-%$-%# %#:%#:%#  Calling %a"
  86.                                 "%c %d-%t-%e %h:%m:%s  CONNECT %$")
  87.         (signature              "+ %d-%t-%e %h:%m:%s  Phonebill logscan")
  88. )
  89.  
  90.  
  91. ; *** NComm ***
  92. (scanner
  93.         (name             "NComm")
  94.         (scanstring.reset     "")
  95.         (scanstring.default     "%n (%a)" 
  96.                 "(%a)" 
  97.                 "Login:\t%$ %t %d %h:%m:%s %y" 
  98.                 "Login:  %$ %t %d %h:%m:%s %y" 
  99.                 "Logout: %$ %T %D %H:%M:%S %Y" 
  100.                 "Time online: %U:%I:%X")
  101.         (signature         "-- Phonebill logscan")
  102. )
  103.  
  104. ; *** UUCP TimeLog (UUSPOOL:TimeLog) ***
  105. (scanner
  106.         (name             "UUCP TimeLog")
  107.         (scanstring.default     "%d-%t-%e %h:%m %I:%X in=%$ out=%$ %n")
  108.         (signature         "%d-%t-%e %h:%m Phonebill logscan")
  109. )
  110.  
  111. ; *** Trapfax ***
  112. (scanner
  113.         (name             "Trapfax")
  114.         (noyear         1)
  115.         (scanstring.default     "  %#  %d/%o %h:%m S  %a %#  %I:%X  %$")
  116.         (signature         "-- Phonebill logscan")
  117. )
  118.  
  119. ; *** MagiCall ***
  120. (scanner
  121.         (name             "MagiCall")
  122.         (scanstring.reset     "%#/%#/%# %#:%#:%# - MagiCall session started.")
  123.         (scanstring.default     "%o/%d/%e %h:%m:%s - Connected to: %n." 
  124.                 "%O/%D/%E %H:%M:%S - Disconnected.")
  125.         (signature         "%o/%d/%e %h:%m:%s - Phonebill logscan.")
  126. )
  127.  
  128. ; *** Terminus ***
  129. (scanner
  130.         (name             "Terminus")
  131.         (scanstring.reset       "%#-%#-%# %#:%#:%# Session start"
  132.                                 "%D-%O-%E %H:%M:%S Hangup modem"
  133.                                 "%D-%O-%E %H:%M:%S Carrier lost"
  134.                                 "%D-%O-%E %H:%M:%S Session end")
  135.         (scanstring.default     "%d-%o-%e %h:%m:%s Connection at %#bps to: %n @ %a")
  136.         (signature              "%d-%o-%e %h:%m:%s Phonebill logscan")
  137. )
  138.  
  139. ; *** JrComm ***
  140. (scanner
  141.         (name             "JrComm")
  142.         (scanstring.reset     "%#/%#/%# %#:%#:%# - JR-Comm session started.")
  143.         (scanstring.default     "%o/%d/%e %h:%m:%s - %n:" 
  144.                 "%O/%D/%E %H:%M:%S - JR-Comm session finished." 
  145.                 "%O/%D/%E %H:%M:%S - Disconnected.")
  146.         (signature         "%o/%d/%e %h:%m:%s - Phonebill logscan")
  147. )
  148.  
  149. ; **** Multifax professional ****
  150. (scanner
  151.         (name             "Multifax professional")
  152.         (noyear         1)
  153.         (scanstring.default     "%d.%o. %h:%m %I:%X %# %20a %25n %$s")
  154.         (signature         "%d.%o. %h:%m Phonebill logscan")
  155. )
  156.  
  157. ; *** Multifax 2.0 ***
  158. (scanner
  159.         (name             "Multifax 2.0")
  160.         (scanstring.default     "%# %3$ %t %d %h:%m:%s %y %# %# %I:%X %15a %n (%$")
  161.         (signature         "-- Phonebill logscan")
  162. )
  163.  
  164. ; *** TKR-BTX ***
  165. (scanner
  166.         (name             "TKR-BTX")
  167.         (scanstring.default     "TEL. %a:")
  168.     (scanstring.reset    "ONLINE: %d.%o.%e %h:%m:%s (%#)  OFFLINE: %#.%#.%# %#:%#:%# (%#)  ==> %U:%I:%X")
  169.         (signature         "-- Phonebill logscan")
  170. )
  171.  
  172. ; *** MicroDot ***
  173. (scanner
  174.         (name             "MicroDot")
  175.         (scanstring.reset     "%#:%#:%# %#.%#.%# EXIT MicroDot" 
  176.                 "%#:%#:%# %#.%#.%# START MicroDot %$")
  177.         (scanstring.default     "%#:%#:%# %#.%#.%# NETCALL bei %n" 
  178.                 "%#:%#:%# %#.%#.%# NETCALL Waehle %a" 
  179.                 "%h:%m:%s %d.%o.%e NETCALL Verbindung hergestellt" 
  180.                 "%H:%M:%S %D.%O.%E NETCALL %$ (%#s gesamte Verbindungsdauer)")
  181.         (signature         "%h:%m:%s %d.%o.%e Phonebill logscan")
  182. )
  183.  
  184. ; *** AutoPilot ***
  185. (scanner
  186.         (name             "AutoPilot")
  187.         (scanstring.reset     "%#-%#-%# %#:%#:%# - AutoPilot Started"
  188.                     "%#-%#-%# %#:%#:%# - AutoPilot Terminated")
  189.         (scanstring.default     "%#-%#-%# %#:%#:%# - Dialing %n @ %a"
  190.                     "%o-%d-%e %h:%m:%s - Connected to %n @ %$"
  191.                     "%O-%D-%E %H:%M:%S - Hands On terminated"
  192.                     "%O-%D-%E %H:%M:%S - End of Session"
  193.                     "%O-%D-%E %H:%M:%S - Abnormal Termination of Session")
  194.         (signature         "%o-%d-%e %h:%m:%s - Phonebill logscan")
  195. )
  196.  
  197.  
  198. ; *** AutoPilot ***
  199. (scanner
  200.     (name             "AutoPilot 1.75+")
  201.     (scanstring.reset     "%$ %#:%#:%# - AutoPilot Started"
  202.                 "%$ %#:%#:%# - AutoPilot Terminated"
  203.                     "%L %H:%M:%S - Hands On terminated"
  204.                     "%L %H:%M:%S - End of Session"
  205.                     "%L %H:%M:%S - Abnormal Termination of Session")
  206.         (scanstring.default     "%$ %#:%#:%# - Dialing %n @ %a"
  207.                     "%l %h:%m:%s - Connected to %n @ %$")
  208.         (signature         "%l %h:%m:%s - Phonebill logscan")
  209. )
  210.  
  211.  
  212.  
  213. ; *** TheAnswer ***
  214. (scanner
  215.         (name "TheAnswer")
  216.         (scanstring.reset "%#.%#.%# %#:%#:%# - Sequenzende" "NEXT:")
  217.         (scanstring.default "%#.%#.%# %#:%#:%# - Netcallbeginn auf %n" "%d.%o.%y %h:%m:%s - CONNECT-%$" "%D.%O.%Y %H:%M:%S - DISCONNECT")
  218.         (signature "%d.%o.%y %h:%m:%s - Phonebill logscan")
  219. )
  220.  
  221. ; *** CyberPager ***
  222. (scanner
  223.         (name "CyberPager")
  224.         (scanstring.default "(%#-%3$-%# %#:%#:%#) dialixo,%$,- dialed %n (%a) %$" "(%d-%t-%e %h:%m:%s) dialixo,%$,- login successful" "(%D-%T-%E %H:%M:%S) dialixo,%$,- connection terminated")
  225.         (signature "(%d-%t-%e %h:%m:%s) Phonebill logscan")
  226. )
  227.  
  228. ; *** GPFax (Just a dummy entry -- this scanner is built-in) ***
  229. (scanner
  230.         (name "GPFax")
  231. )
  232.  
  233. ; *** JamMail ***
  234. (scanner
  235.         (name "JamMail")
  236.         (scanstring.hardreset "")
  237.         (scanstring.sticky "%c[32m[M] %#:%#:%# Startup on %$ %d-%t-%e" "%c[32m[M] %#:%#:%# Startup on %$ %d-%t-%e %#:%#:%#")
  238.         (scanstring.reset "[%c] %#:%#:%# -busy" "[%c] %#:%#:%# Timeout" "[%c] %#:%#:%# Waiting for Call...")
  239.         (scanstring.default "[%c] %#:%#:%# Trying To Connect To %n#%$" "[%c] %h:%m:%s connect %$" "[%c] %#:%#:%# End of %$ Session %$ Duration: %U:%I:%X")
  240.         (signature "[M] %h:%m:%s Phonebill logscan")
  241. )
  242.  
  243. ; *** JamMail phone log ***
  244. (scanner
  245.         (name                   "JamMail phone log")
  246.         (scanstring.default     "%y-%o-%d %h:%m:%s %U:%I:%X %# %$ %n#%a %$")
  247.         (signature              "--- Phonebill logscan")
  248. )
  249.  
  250. ; *** Xenolink 1.90 ***
  251. (scanner
  252.     (name                   "Xenolink 1.90")
  253.     (scanstring.reset       "%c %#-%3$-%# %#:%# Answering modem"
  254.                             "|")
  255.     (scanstring.default     "%c %#-%3$-%# %#:%# Xenolink mailer dialing %$ (at %a)"
  256.                             "%c %d-%t-%e %h:%m CONNECT %$"
  257.                             "%c %D-%T-%E %H:%M Session completed")
  258.     (signature              "| %d-%t-%e %h:%m Phonebill logscan")
  259. )
  260.  
  261. ; *** DreamTerm log file (pre 1.40) ***
  262. (scanner
  263.         (name "DreamTerm pre 1.40 call log")
  264.         (scanstring.reset "")
  265.         (scanstring.default "%3$ %t %d %h:%m:%s %y %3$ %T %D %H:%M:%S %Y" "%n" "%a")
  266.         (signature "-- Phonebill logscan")
  267. )
  268.  
  269. ; *** DreamTerm log file (1.40+)***
  270. (scanner
  271.         (name "DreamTerm 1.40+ call log ")
  272.         (scanstring.reset "")
  273.         (scanstring.default "%3$ %d-%t-%e %h:%m:%s %3$ %D-%T-%E %H:%M:%S" "%n" "%a")
  274.         (signature "-- Phonebill logscan")
  275. )
  276.  
  277. ; *** OLA ***
  278. (scanner
  279.         (name                    "Off-line Amiga")
  280.         (scanstring.reset        "%#-%#-%# %#:%#:%# AVE started."
  281.                                  "%D-%O-%E %H:%M:%S Hang-up"
  282.                                  "%D-%O-%E %H:%M:%S AVE ended.")
  283.         (scanstring.default      "%#-%#-%# %#:%#:%# Dial %n %a"
  284.                                  "%d-%o-%e %h:%m:%s %$ sessie gestart.")
  285.         (signature               "%d-%o-%e %h:%m:%s Phonebill logscan.")
  286. )
  287.  
  288.  
  289. ; *** AmiTel ***
  290. (scanner
  291.         (name "AmiTel")
  292.         (scanstring.reset        "")
  293.         (scanstring.default      "%n (%$) (%a)"
  294.                                  "%n (%a)"
  295.                                  " (%a)"
  296.                                  "Connexion   : %$ %d-%t-%e %h:%m:%s"
  297.                                  "Déconnexion : %$ %D-%T-%E %H:%M:%S")
  298.         (signature               "-- Phonebill logscan")
  299. )
  300.  
  301.  
  302. ; *** ISDN-Master-Telephone-Log ***
  303. (scanner
  304.         (name                    "Master Telephone-Log")
  305.         (scanstring.default      "DATE=%d-%o-%e TIME=%h:%m:%s MSN=%# PARTY=%a DURATION=%X COST=%# CODE=18")
  306.         ; Signatures are currently disabled. If you want them to be enabled,
  307.         ; remove the ";" from the following line, and replace "xxxx" with
  308.         ; your number to fool the ISDN program.
  309.         ;(signature               "DATE=%d-%o-%e TIME=%h:%m:%s MSN=1 PARTY=xxxx DURATION=0 COST=0 CODE=17 ;PBLS")
  310. )
  311.  
  312.  
  313. ; *** ZeeTerm ***
  314. (scanner
  315.         (name                   "ZeeTerm")
  316.         (scanstring.reset       "%#-%$-%# %#:%#:%# ZeeTerm started"
  317.                                 "%#-%$-%# %#:%#:%# Answering phone"
  318.         )
  319.         (scanstring.default     "%#-%$-%# %#:%#:%# EMSI dialing %a"
  320.                                 "%#-%$-%# %#:%#:%# Dialing %a"
  321.                                 "%d-%t-%e %h:%m:%s CONNECT %$"
  322.                                 "%D-%T-%E %H:%M:%S Carrier lost."
  323.                                 "%D-%T-%E %H:%M:%S ZeeTerm terminated"
  324.         )
  325.         (signature              "%d-%t-%e %h:%m:%s Phonebill logscan.")
  326. )
  327.  
  328. ; *** Plink ***
  329. (scanner
  330.     (name            "Plink")
  331.     (scanstring.reset    "%#/%#/%#-%#:%#:%# Plink started."
  332.                 "%D/%O/%E-%H:%M:%S %$ disconnected")
  333.     (scanstring.default    "%d/%o/%e-%h:%m:%s %n connected.")
  334.     (signature        "%d/%o/%e-%h:%m:%s Phonebill logscan.")
  335. )
  336.  
  337.  
  338.  
  339. ; *** GMS Mailer ***
  340. (scanner
  341.         (name                   "GMS Mailer")
  342.         (scanstring.reset       "%c %#-%$-%# %#:%#:%# %$GMS Mailer %$ closed"
  343.                                 "%c %#-%$-%# %#:%#:%# %$GMS Mailer %$ opened"
  344.                                 "%c %#-%$-%# %#:%#:%#  Incoming call detected"
  345.                                 "%c %#-%$-%# %#:%#:%#  Call failed"
  346.                                 "%c %#-%$-%# %#:%#:%#  BUSY"
  347.                                 "%c %D-%T-%E %H:%M:%S  User break"
  348.                                 "%c %D-%T-%E %H:%M:%S  Session connect time %$"
  349.                                 "%c %D-%T-%E %H:%M:%S  Baudrate too low")
  350.         (scanstring.default     "%c %#-%$-%# %#:%#:%#  Calling %n (%f@%$)"
  351.                                 "%c %#-%$-%# %#:%#:%#  Calling %n (%a)"
  352.                                 "%c %#-%$-%# %#:%#:%#  Calling %a"
  353.                                 "%c %d-%t-%e %h:%m:%s  CONNECT %$")
  354.         (signature              "+ %d-%t-%e %h:%m:%s  Phonebill logscan")
  355. )  
  356.  
  357.  
  358. ; *** PPP ***
  359. (scanner
  360.         (name                    "PPP")
  361.         (scanstring.reset       "PPP 0 %#:%#:%#:%#  Accepting remote IPCP configuration")
  362.         (scanstring.hardreset   "")
  363.         (scanstring.sticky      "----- %l %#:%#:%#")
  364.         (scanstring.default     "%n 0 %# %h:%m:%s:%#  Going online"
  365.                                 "PPP 0 %# %H:%M:%S:%#  Forced offline")
  366.         (signature              " --- Phonebill logscan")
  367. )
  368.