summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
2010-07-09Make it possible to disable individual cdr files per accountcode in cdr_csvOlle Johansson
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-06-08Merged revisions 269006 via svnmerge from Sean Bright
2010-04-13Ensure that we can have commas within cdr values.Tilghman Lesher
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-03-14Fix building CDR and CEL SQLite3 modules.Sean Bright
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26trivial formatting tweak (working on reducing diff against trunk for cdr-q)Russell Bryant
2010-02-26remove includeRussell Bryant
2010-02-26constification, remove includeRussell Bryant
2010-02-26Remove unnecessary includes, formatting tweakRussell Bryant
2010-02-26constification and remove unnecessary includeRussell Bryant
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-12-30When the field is blank, don't warn about the field being unable to be coerce...Tilghman Lesher
2009-10-09Don't close the sqlite database when reloading. Only close the database when...Matthew Nicholson
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...Olle Johansson
2009-10-06Change schema query to involve the use of an optional schema parameter.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Add a new module, cdr_syslog, which allows writing CDRs to syslog.Sean Bright
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-24Update sample cdr_tds configuration to try and eliminate some confusion.Sean Bright
2009-06-22Fix lock usage in cdr_sqlite3_custom to avoid potential crashes during reload.Sean Bright
2009-06-21Note a bug in cdr_sqlite3_custom so I don't forget about it.Russell Bryant
2009-06-21Fix possibility of crashiness during reload in custom fields handling.Russell Bryant
2009-06-21Standardize return values of load_config() so reload() doesn't report an erro...Russell Bryant
2009-06-20Leave a note about some unsafe code in cdr_managerRussell Bryant
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-26Use a properly allocated channel for substitution in cdr_sqlite3_custom.Sean Bright
2009-05-26Use a properly allocated channel for substitution in cdr_manager.Sean Bright
2009-05-23Fix errors in cdr_custom that cause reference errors when non-CDR variableSean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Remove some unused code.Sean Bright
2009-05-18Const-ify a string, fix a log message, and use the correct signature for theSean Bright
2009-05-18Allow cdr_custom to write to multiple files instead of just one.Sean Bright
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-03Merged revisions 186229 via svnmerge from Russell Bryant
2009-03-02Backport 1.6.0 fix to trunk (failsafe if db is not loaded)Tilghman Lesher
2009-02-27If config file is blank, don't load module.Tilghman Lesher
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...Kevin P. Fleming
2008-12-15When querying for the structure of the CDR table, remove the schema, if itTilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-21Reloading the config and having no changes still initialized some settings to...Terry Wilson
2008-11-20Begin on a crusade to end trailing whitespace!Terry Wilson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-14Allow setting static values in CDRsTilghman Lesher
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...Sean Bright
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak