aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-1/+1
2008-05-15Don't unload config on reload, when config has not changed.tilghman1-1/+1
2008-05-10Ensure that "calldate" is acceptable for a column name.tilghman1-0/+3
2008-04-20Minor logging cleanupsseanbright1-29/+29
2008-04-15Oops, buffer wasn't long enough for querytilghman1-1/+1
2008-04-11If any field is not null, but has no default, then it must be set or the inse...tilghman1-3/+26
2008-04-09Merged revisions 113874 via svnmerge from tilghman1-3/+13
2008-03-25Merged revisions 110779 via svnmerge from qwell1-9/+10
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-11Convert prepare_and_execute to direct_execute for speedtilghman1-11/+11
2008-03-11Whitespace changes onlytilghman1-8/+9
2008-02-29Convert to use ast_strtilghman1-59/+47
2008-02-25Permit additional CDR columns to be saved in Postgres. Note that thesetilghman1-49/+220
2008-01-17Change the way the new filter feature works, by allowing it to be a column NOTtilghman1-16/+31
2008-01-15Add the "filter" keywordtilghman1-3/+31
2008-01-11Port Nick Gorham's timestamp patch to adaptive_odbc, tootilghman1-6/+6
2008-01-11Commit Nick Gorham's suggestion for timestamp fixtilghman1-2/+2
2008-01-10Fix problem with timestr going out of scopetilghman1-20/+19
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-13Don't use backslash as an escape character, unless it really is an escape cha...tilghman1-15/+16
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-12-06Fix a problem with quoting in sqlite3 cdr module..qwell1-72/+174
2007-12-06Merged revisions 90166,90736,90753 via svnmerge from tilghman1-11/+16
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...tilghman1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo7-7/+0
2007-11-20Make trunk build againtilghman1-0/+1
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo3-0/+3
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo10-14/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo10-50/+0
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-0/+1
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.qwell1-0/+3
2007-11-07Merged revisions 89088 via svnmerge from murf1-2/+4
2007-11-02Restore building under 64-bit platforms.file1-1/+1
2007-11-01Convert cdr_odbc to use res_odbc managed connectionstilghman1-251/+86
2007-11-01This commits the performance mods that give the priority processing engine in...murf3-3/+1