home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / 150_tips.zip / MSGS.ZIP / MISSED.MSG < prev    next >
Text File  |  1993-05-12  |  3KB  |  59 lines

  1. Date: 05-10-93 (09:27)              Number: 62758 of 63372 (Refer# 62660)
  2.   To: BART SABATELLI
  3. From: DAVID TERRY
  4. Subj: time stamping
  5. Read: NO                            Status: PUBLIC MESSAGE
  6. Conf: BETA (6)                   Read Type: MAIL FROM YOU (R/O) (+)
  7.  
  8. -> 05-09-93 (07:49) (1) RONALD STEPP Off Normally
  9. -> **************************************************************
  10. ->     NO CONNECT / NO CARRIER
  11. -> **************************************************************
  12. ->     NO CONNECT / NO CARRIER
  13. -> **************************************************************
  14. ->     Carrier Lost ...
  15. -> **************************************************************
  16. ->     Carrier Lost ...
  17. -> **************************************************************
  18. -> 05-09-93 (17:28) (1) MICHAEL REEVES (14400E) (A) WAUSAU,WI.
  19.  
  20. The above extra messages appear when you tell PCBoard to "Monitor Missed
  21. Connections".
  22.  
  23. The first two examples at the top indicate that a RING DETECT occcured but that
  24. your modem responded "NO CARRIER" before a "CONNECT" message ever occured.
  25.  
  26. In other words, if the caller used a modem to dial into your system, the
  27. handshaking process NEVER COMPLETED to the point of "connecting" the caller.
  28.  
  29. The second two messages indicate that a CONNECTION was established by the
  30. caller (so a modem must have been used) but that the caller lost carrier
  31. (decided to hang up, or there was too much line noise and the modem hung up)
  32. prior to logging into the system.
  33.  
  34. -> 1) were 4 different calls lost
  35.  
  36. Lost?  No...  missed would be a little more accurate.  The phone rang 4 times,
  37. yes, but in two cases a connection was never established and in two more cases
  38. the caller never logged in before losing carrier.
  39.  
  40. -> 2) would the time spacing look like two-callers
  41. -> 3) was it the next caller (Michael Reeves) that actually made it on his 5th
  42. -> call?
  43.  
  44. You cannot make that assumption.
  45.  
  46. -> Everything else in the callers log is stamped well, this should be too.
  47.  
  48. You can do that if you want.  Just edit your PCBTEXT file and add @systime@ in
  49. front of the "Lost Carrier" and "NO CONNECT" messages.
  50.  
  51. Here is a sample batch file you could use to perform the change:
  52.  
  53.    MKPCBTXT C:\PCB\GEN\PCBTEXT /I:34 "@systime@ NO CONNECT/@optext@"
  54.    MKPCBTXT C:\PCB\GEN\PCBTEXT /I:215 "@systime@ Carrier Lost..."
  55.  
  56. NOTE:  the systime and optext variables must be in uppercase.  Also, C:\PCB\GEN
  57. may not be the proper location for your pcbtext file.  Adjust the batch file as
  58. necessary for your system.
  59.