aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_tds.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-2/+69
2010-06-08Merged revisions 269006 via svnmerge from seanbright1-1/+1
2010-02-26formatting tweaks and constificationrussell1-3/+4
2010-02-26Remove unnecessary includes, formatting tweakrussell1-5/+2
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-6/+2
2009-06-24Update sample cdr_tds configuration to try and eliminate some confusion.seanbright1-3/+10
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-08-14If we detect that we are no longer connected, try to reconnect a few timesseanbright1-4/+22
2008-08-13Use the ast_vasprintf macro instead of vasprintf directly.seanbright1-1/+1
2008-08-11Log the userfield CDR variable like the other CDR backends, assuming theseanbright1-72/+94
2008-08-07Fix runtime symbol errortilghman1-1/+1
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.seanbright1-2/+2
2008-07-02Fix a bug I noticed while doing the previous mergeseanbright1-1/+1
2008-06-30Cast a few more strings to char *, so that we can compile cleanly againstseanbright1-4/+4
2008-06-29This was bogus, need to find a better way.seanbright1-19/+19
2008-06-29While we're at it, escape all the columns in our TDS queries as well. Doubleseanbright1-19/+19
2008-06-28Merge in changes from my cdr-tds-conversion branch. This changes the internalseanbright1-196/+180
2008-06-17This solves a crash in the cdr_tds module on 'stop gracefully', for situation...murf1-3/+9
2008-06-16Last commit for a bit, minor cleanups and move the lock initialization.seanbright1-7/+14
2008-06-16Convert to use stringfields. Still some more work to do on config load/reload.seanbright1-94/+107
2008-06-16Remove some unused variablesseanbright1-5/+1
2008-06-16Coding guidelines stuff only.seanbright1-24/+14
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-07Merged revisions 89088 via svnmerge from murf1-2/+4
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-37/+48
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-5/+3
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-2/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-18/+18
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-09-21Merged revisions 43410 via svnmerge from tilghman1-3/+7
2006-09-20resolve compiler warnings from constificationrussell1-1/+1
2006-08-31fix some breakage, MOG DID IT!!!russell1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-2/+5
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-17more module loader related fixeskpfleming1-17/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-08allows the table field to be configurable formogorman1-1/+11
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-2/+2
2005-12-26Merged revisions 7637 via svnmerge fromtilghman1-115/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-29Merge TDS cdr fixes (bug #5517, with slight mods)markster1-7/+18
2005-10-26more doxygenification (issue #5513)russell1-2/+10