summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
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
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-13Don't use backslash as an escape character, unless it really is an escape cha...Tilghman Lesher
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-06Fix a problem with quoting in sqlite3 cdr module..Jason Parker
2007-12-06Merged revisions 90166,90736,90753 via svnmerge from Tilghman Lesher
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...Tilghman Lesher