aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-15When querying for the structure of the CDR table, remove the schema, if ittilghman1-1/+9
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman4-153/+148
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-21Reloading the config and having no changes still initialized some settings to...twilson1-4/+4
2008-11-20Begin on a crusade to end trailing whitespace!twilson10-61/+61
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson9-8/+18
2008-11-14Allow setting static values in CDRstilghman1-11/+36
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming2-2/+2
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-2/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak2-2/+6
2008-09-12Build under dev-modeseanbright1-1/+1
2008-09-11Add usegmtime, as per the recent -users list discussion, and also add mytilghman1-5/+24
2008-09-03Move some duplicated code into a separate function.seanbright1-9/+11