summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-21Reloading the config and having no changes still initialized some settings to...Terry Wilson
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-09-03Move some duplicated code into a separate function.Sean Bright
2008-08-27OopsTilghman Lesher
2008-08-24Memory leakTilghman Lesher
2008-08-24Eliminate open coding of ast_strTilghman Lesher
2008-08-14Fix memory leak in cdr_sqlite3_custom.Sean Bright
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-18Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use Brett Bryant
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-29Quote column names when inserting CDRs into postgres to avoid conflictsSean 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
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-15Don't unload config on reload, when config has not changed.Tilghman Lesher
2008-05-10Ensure that "calldate" is acceptable for a column name.Tilghman Lesher
2008-04-20Minor logging cleanupsSean Bright
2008-04-15Oops, buffer wasn't long enough for queryTilghman Lesher
2008-04-11If any field is not null, but has no default, then it must be set or the inse...Tilghman Lesher
2008-04-09Merged revisions 113874 via svnmerge from Tilghman Lesher
2008-03-25Merged revisions 110779 via svnmerge from Jason Parker
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-11Convert prepare_and_execute to direct_execute for speedTilghman Lesher
2008-03-11Whitespace changes onlyTilghman Lesher
2008-02-29Convert to use ast_strTilghman Lesher
2008-02-25Permit additional CDR columns to be saved in Postgres. Note that theseTilghman 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
2008-01-11Commit Nick Gorham's suggestion for timestamp fixTilghman Lesher
2008-01-10Fix problem with timestr going out of scopeTilghman Lesher