[asterisk-bugs] [Asterisk 0017082]: [patch] Improve realtime queue logging

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jun 25 19:52:49 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17082 
====================================================================== 
Reported By:                coolmig
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17082
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
JIRA:                       SWP-1164 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/731/ 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-03-23 11:06 CDT
Last Modified:              2010-06-25 19:52 CDT
====================================================================== 
Summary:                    [patch] Improve realtime queue logging
Description: 
I was playing with the RT queue log functionality, and found this
limitations:

1. If you choose RT queue logging, you won't have the traditional plain
text file file log. This file is very useful for backup purposes.
2. The column 'data' stores all the parameters separated by '|', which is
not the best way to store it.

I managed to program a patch which overcomes this limitations, and works
this way:

1. If you enable RT queue logging, the queue log will still be logged in
the plain text file, so you have some backup in case of some database
disaster.
2. The parameters are now "exploded", and put in separate fields for each
one. The only thing here is that this code must be changed in case that
some queue log event delivers more than 4 parameters (the only event that
gives 4 parameters is TRANSFER).
3. The calldate is now stored just like the CDR, with a full datetime.
4. The plain text file is left as is, for compatibility purposes.
5. The fieldnames on the table changed a little.
====================================================================== 

---------------------------------------------------------------------- 
 (0123925) tilghman (administrator) - 2010-06-25 19:52
 https://issues.asterisk.org/view.php?id=17082#c123925 
---------------------------------------------------------------------- 
Okay, I think I have a solution for this problem, and it got deeper and
deeper, while I explored the situation.  What I've done to fix the problem
is to create two logger initialization functions, the second of which runs
after the preload of modules is done.  I additionally decided that mention
of a realtime driver in extconfig should force that module to be preloaded
as a requirement.  And, as a consequence of all this, preloaded modules may
now additionally request that certain modules be loaded at a
somewhat-preload time (prior to the bulk of the modules, but after the
initial set). 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-25 19:52 tilghman       Note Added: 0123925                          
======================================================================




More information about the asterisk-bugs mailing list