summaryrefslogtreecommitdiff
path: root/cdr/cdr_odbc.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-06BuildSystem: Depend not implicitly but explicitly on external libraries.Alexander Traud
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-05cdr: standardizes tab for options of AST_MODULE_INFORodrigo Ramírez Norambuena
2015-04-27cdr/cdr_odbc.c: Added to record new columns add on CDR 1.8 Asterisk VersionRodrigo Ramírez Norambuena
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-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
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-10-17Change a few warnings to debug and the inverse.Walter Doekes
2012-10-14Doxygen Updates - Title updateAndrew Latham
2011-07-27Merged revisions 329614 via svnmerge from Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-08-23Merged revisions 283319 via svnmerge from Tilghman Lesher
2010-07-25Merged revisions 279410 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-02-26formatting tweaks and constificationRussell Bryant
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...Kevin P. Fleming
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-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-03-11Convert prepare_and_execute to direct_execute for speedTilghman Lesher
2008-01-11Commit Nick Gorham's suggestion for timestamp fixTilghman Lesher
2008-01-10Fix problem with timestr going out of scopeTilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi 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-02Restore building under 64-bit platforms.Joshua Colp
2007-11-01Convert cdr_odbc to use res_odbc managed connectionsTilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-03-29Merged revisions 59302 via svnmerge from Tilghman Lesher
2006-10-23Merged revisions 45928 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-19Merged revisions 21597 via svnmerge from Tilghman Lesher
2006-04-14Compatibility fixes for loader changesTilghman Lesher
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming