aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_sqlite3_custom.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-04-13Ensure that we can have commas within cdr values.tilghman1-8/+12
2010-03-14Fix building CDR and CEL SQLite3 modules.seanbright1-2/+2
2010-02-26formatting tweaks and constificationrussell1-2/+2
2010-02-26remove includerussell1-1/+0
2009-10-09Don't close the sqlite database when reloading. Only close the database when...mnicholson1-10/+10
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
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-05-26Use a properly allocated channel for substitution in cdr_sqlite3_custom.seanbright1-3/+11
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-2/+2
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
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-29/+22
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-3/+3
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-08-14Fix memory leak in cdr_sqlite3_custom.seanbright1-9/+9
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2007-12-06Fix a problem with quoting in sqlite3 cdr module..qwell1-72/+174
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.qwell1-0/+3
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-09-17Don't try to continue loading cdr_sqlite3_custom on a module load failure (su...qwell1-1/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-13/+7
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+264