summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
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
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20Make trunk build againTilghman Lesher
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.Jason Parker
2007-11-07Merged revisions 89088 via svnmerge from Steve Murphy
2007-11-02Restore building under 64-bit platforms.Joshua Colp
2007-11-01Convert cdr_odbc to use res_odbc managed connectionsTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Fix memory leakTilghman Lesher
2007-09-29Set enablecdr at the end of re-reading the config file (Closes issue #10852)Tilghman Lesher
2007-09-21Fix cdr_manager, such that if the config file is created past load, it'llTilghman Lesher