aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Merged revisions 300574 via svnmerge from pabelanger1-2/+2
2010-12-20Merged revisions 299130 via svnmerge from tilghman1-3/+3
2010-12-16Merged revisions 298393 via svnmerge from tilghman1-2/+3
2010-10-09Add missing option to set calls to be logged in GMT/UTC.tilghman1-10/+37
2010-09-24Merged revisions 288637 via svnmerge from tilghman1-0/+8
2010-09-22Merged revisions 288267 via svnmerge from tilghman1-1/+20
2010-09-09Merged revisions 285710 via svnmerge from bbryant2-4/+2
2010-07-25Don't re-register CDR module on reload.tilghman1-4/+15
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman11-11/+28
2010-07-12cdr_pgsql does not detect when a table is found.lmadsen1-0/+7
2010-07-09Make it possible to disable individual cdr files per accountcode in cdr_csvoej1-1/+11
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy5-8/+158
2010-06-08Merged revisions 269006 via svnmerge from seanbright1-1/+1
2010-04-13Ensure that we can have commas within cdr values.tilghman1-8/+12
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-3/+3
2010-03-14Fix building CDR and CEL SQLite3 modules.seanbright1-2/+2
2010-02-26formatting tweaks and constificationrussell11-33/+33
2010-02-26trivial formatting tweak (working on reducing diff against trunk for cdr-q)russell1-2/+2
2010-02-26remove includerussell1-1/+0
2010-02-26constification, remove includerussell1-3/+1
2010-02-26Remove unnecessary includes, formatting tweakrussell1-5/+2
2010-02-26constification and remove unnecessary includerussell1-4/+2
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-6/+2
2009-12-30When the field is blank, don't warn about the field being unable to be coerce...tilghman1-12/+32
2009-10-09Don't close the sqlite database when reloading. Only close the database when...mnicholson1-10/+10
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...oej1-1/+1
2009-10-06Change schema query to involve the use of an optional schema parameter.tilghman1-9/+49
2009-08-10AST-2009-005tilghman2-13/+13
2009-06-26Add a new module, cdr_syslog, which allows writing CDRs to syslog.seanbright1-0/+277
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell4-7/+7
2009-06-24Update sample cdr_tds configuration to try and eliminate some confusion.seanbright1-3/+10
2009-06-22Fix lock usage in cdr_sqlite3_custom to avoid potential crashes during reload.seanbright1-30/+23
2009-06-21Note a bug in cdr_sqlite3_custom so I don't forget about it.russell1-0/+2
2009-06-21Fix possibility of crashiness during reload in custom fields handling.russell1-12/+18
2009-06-21Standardize return values of load_config() so reload() doesn't report an erro...russell1-6/+7
2009-06-20Leave a note about some unsafe code in cdr_managerrussell1-0/+5
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.russell2-3/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-26Use a properly allocated channel for substitution in cdr_sqlite3_custom.seanbright1-3/+11
2009-05-26Use a properly allocated channel for substitution in cdr_manager.seanbright1-4/+8
2009-05-23Fix errors in cdr_custom that cause reference errors when non-CDR variableseanbright1-6/+15
2009-05-21Const-ify the world (or at least a good part of it)kpfleming3-6/+5
2009-05-18Remove some unused code.seanbright1-1/+0
2009-05-18Const-ify a string, fix a log message, and use the correct signature for theseanbright1-3/+3
2009-05-18Allow cdr_custom to write to multiple files instead of just one.seanbright1-75/+105
2009-04-29Merge str_substitution branch.tilghman1-11/+17
2009-04-03Merged revisions 186229 via svnmerge from russell1-2/+8
2009-03-02Backport 1.6.0 fix to trunk (failsafe if db is not loaded)tilghman1-0/+5
2009-02-27If config file is blank, don't load module.tilghman1-1/+1
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming2-6/+3