Changes between Version 1 and Version 2 of AsteriskLogAnalysis

Show
Ignore:
Author:
webrainstorm (IP: 81.174.12.48)
Timestamp:
10/09/06 06:50:33 (7 years ago)
Comment:

Typos....

Legend:

Unmodified
Added
Removed
Modified
  • AsteriskLogAnalysis

    v1 v2  
    1 Here is a quick and dirty python script I started writeng some time ago. 
     1Here is a quick and dirty python script I started writing some time ago. 
    22 
    33It takes an asterisk log (/var/log/messages in my case) and save a different file for each call in asterisk log. 
    4 It puts that file in 'logsdir' directory 
     4It puts that files in 'logsdir' directory 
    55 
    66It needs a lot of improvements, but it's a starting point 
    88 * It's actually based on asterisk pids, some files are not related to calls 
    99 * Files naming should be handled better (now the PID # is used) 
     10 
    1011 
    1112{{{