summaryrefslogtreecommitdiff
path: root/cdr/cdr_tds.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-05cdr: standardizes tab for options of AST_MODULE_INFORodrigo 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
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-08-21Fix misuses of asprintf throughout the code.Mark Michelson
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-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-06-08Merged revisions 269006 via svnmerge from Sean Bright
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26Remove unnecessary includes, formatting tweakRussell Bryant
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-06-24Update sample cdr_tds configuration to try and eliminate some confusion.Sean Bright
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-08-14If we detect that we are no longer connected, try to reconnect a few timesSean Bright
2008-08-13Use the ast_vasprintf macro instead of vasprintf directly.Sean Bright
2008-08-11Log the userfield CDR variable like the other CDR backends, assuming theSean Bright
2008-08-07Fix runtime symbol errorTilghman Lesher
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.Sean Bright
2008-07-02Fix a bug I noticed while doing the previous mergeSean Bright
2008-06-30Cast a few more strings to char *, so that we can compile cleanly againstSean Bright
2008-06-29This was bogus, need to find a better way.Sean Bright
2008-06-29While we're at it, escape all the columns in our TDS queries as well. DoubleSean Bright
2008-06-28Merge in changes from my cdr-tds-conversion branch. This changes the internalSean Bright
2008-06-17This solves a crash in the cdr_tds module on 'stop gracefully', for situation...Steve Murphy
2008-06-16Last commit for a bit, minor cleanups and move the lock initialization.Sean Bright
2008-06-16Convert to use stringfields. Still some more work to do on config load/reload.Sean Bright
2008-06-16Remove some unused variablesSean Bright
2008-06-16Coding guidelines stuff only.Sean Bright
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-07Merged revisions 89088 via svnmerge from Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
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
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Merged revisions 43410 via svnmerge from Tilghman Lesher
2006-09-20resolve compiler warnings from constificationRussell Bryant
2006-08-31fix some breakage, MOG DID IT!!!Russell Bryant
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