Changes between Version 1 and Version 2 of AsteriskLogAnalysis
- Timestamp:
- 10/09/06 06:50:33 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsteriskLogAnalysis
v1 v2 1 Here is a quick and dirty python script I started writ eng some time ago.1 Here is a quick and dirty python script I started writing some time ago. 2 2 3 3 It 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' directory4 It puts that files in 'logsdir' directory 5 5 6 6 It needs a lot of improvements, but it's a starting point 8 8 * It's actually based on asterisk pids, some files are not related to calls 9 9 * Files naming should be handled better (now the PID # is used) 10 10 11 11 12 {{{
