summaryrefslogtreecommitdiff
path: root/cdr/cdr_sqlite3_custom.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-05-25Sqlite3: make busy_timeout configurable.Martin Tomec
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-06-16We have faced situation when using CDR and CEL by sqlite3 modules. With syste...Igor Goncharovskiy
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-04-13Ensure that we can have commas within cdr values.Tilghman Lesher
2010-03-14Fix building CDR and CEL SQLite3 modules.Sean Bright
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26remove includeRussell Bryant
2009-10-09Don't close the sqlite database when reloading. Only close the database when...Matthew Nicholson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
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-05-26Use a properly allocated channel for substitution in cdr_sqlite3_custom.Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
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
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
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-08-14Fix memory leak in cdr_sqlite3_custom.Sean Bright
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2007-12-06Fix a problem with quoting in sqlite3 cdr module..Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.Jason Parker
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-09-17Don't try to continue loading cdr_sqlite3_custom on a module load failure (su...Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-03-13Merge changes from team/russell/sqlite:Russell Bryant