summaryrefslogtreecommitdiff
path: root/cdr/cdr_adaptive_odbc.c
AgeCommit message (Expand)Author
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
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2013-10-23cdr_adaptive_odbc: Also apply a filter when the CDR value is empty.Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-07Add detection for ODBC WCHAR fieldsTerry Wilson
2012-02-28Add additional character type types to supported data types for cdr_adaptive_...Jonathan Rose
2012-02-03Support schema selection in cdr_adaptive_odbcKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-12-31Support negative filters.Tilghman Lesher
2010-08-23Merged revisions 283319 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-12-30When the field is blank, don't warn about the field being unable to be coerce...Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...Kevin P. Fleming
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-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
2008-09-12Build under dev-modeSean Bright
2008-09-11Add usegmtime, as per the recent -users list discussion, and also add myTilghman Lesher
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.Sean Bright
2008-02-29Convert to use ast_strTilghman Lesher
2008-01-17Change the way the new filter feature works, by allowing it to be a column NOTTilghman Lesher
2008-01-15Add the "filter" keywordTilghman Lesher
2008-01-11Port Nick Gorham's timestamp patch to adaptive_odbc, tooTilghman Lesher
2007-12-13Don't use backslash as an escape character, unless it really is an escape cha...Tilghman 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-01Fix memory leakTilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-30Resolve some compiler warnings so that I can build under dev modeRussell Bryant
2007-07-27Some ODBC drivers don't set the CHAR_OCTET_LENGTH field correctly.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-24Oops, should have released this when we were done with it.Tilghman Lesher
2007-05-22Fix for 64-bit platformTilghman Lesher
2007-05-21Comment a few more things, and remove an unnecessary db connection checkTilghman Lesher
2007-05-18Merge cdr_adaptive_odbc from developer branchTilghman Lesher