aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2010-07-12Merged revisions 275626 via svnmerge from lmadsen1-0/+7
2010-06-08Merged revisions 269007 via svnmerge from seanbright1-1/+1
2010-04-13Merged revisions 257065 via svnmerge from tilghman1-8/+12
2010-03-20Merged revisions 253540 via svnmerge from russell1-3/+3
2010-03-14Merged revisions 252314 via svnmerge from seanbright1-2/+2
2009-12-30Merged revisions 236847 via svnmerge from tilghman1-12/+32
2009-10-09Merged revisions 223136 via svnmerge from mnicholson1-10/+10
2009-10-06Merged revisions 222309 via svnmerge from tilghman1-9/+49
2009-08-10AST-2009-005tilghman2-13/+13
2009-06-22Merged revisions 202417 via svnmerge from seanbright1-28/+22
2009-06-21Merged revisions 202262 via svnmerge from russell1-9/+20
2009-06-21Merged revisions 202258 via svnmerge from russell1-6/+7
2009-04-03Merged revisions 186230 via svnmerge from russell1-2/+8
2009-03-02Backport 1.6.0 fix to trunk (failsafe if db is not loaded)tilghman1-0/+5
2009-02-27If config file is blank, don't load module.tilghman1-1/+1
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming2-6/+3
2008-12-15When querying for the structure of the CDR table, remove the schema, if ittilghman1-1/+9
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman4-153/+148
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-21Reloading the config and having no changes still initialized some settings to...twilson1-4/+4
2008-11-20Begin on a crusade to end trailing whitespace!twilson10-61/+61
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson9-8/+18
2008-11-14Allow setting static values in CDRstilghman1-11/+36
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming2-2/+2
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-2/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak2-2/+6
2008-09-12Build under dev-modeseanbright1-1/+1
2008-09-11Add usegmtime, as per the recent -users list discussion, and also add mytilghman1-5/+24
2008-09-03Move some duplicated code into a separate function.seanbright1-9/+11
2008-08-27Oopstilghman1-2/+2
2008-08-24Memory leaktilghman1-0/+2
2008-08-24Eliminate open coding of ast_strtilghman1-47/+55
2008-08-14Fix memory leak in cdr_sqlite3_custom.seanbright1-9/+9
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.seanbright5-39/+39
2008-07-18Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use bbryant1-1/+1
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-29Quote column names when inserting CDRs into postgres to avoid conflictsseanbright1-4/+4
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