summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-07Fix issue with global load_module symbol... hint: NEVER call "load_module();"Mark Spencer
2005-04-06ensure that successful configuration results in the module staying loaded (bu...Kevin P. Fleming
2005-04-01ensure that failure to register the cdr_custom backend results in a module lo...Kevin P. Fleming
2005-04-01Add CDR custom config warnings (Borga borga!) :)Mark Spencer
2005-03-31unconfigured cdr_custom should not be fatalAnthony Minessale II
2005-03-31Fix load of cdr_customMark Spencer
2005-03-31Fix custom CDR error (thanks kpfleming)Mark Spencer
2005-03-27Fix cross compiling (bug #3868)Mark Spencer
2005-03-25remove channel_pvt.hRussell Bryant
2005-03-24Add custom CDR (bug #3595)Mark Spencer
2005-03-11fix compilation issue (bug #3752)Russell Bryant
2005-02-19Make cdr_pgsql gracefully handle restarts (bug #3628)Mark Spencer
2005-02-16Make TDS CDR more resilient (bug #3597)Mark Spencer
2005-02-04Optionally store CDR's in GM time (bug #3500, with mods)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15ODBC CDR fixes for bizarre error conditions and small performance improvement...Mark Spencer
2005-01-11Fix types for character (bug #3255, take 3)Mark Spencer
2005-01-11Make ODBC storage as int configurable to be string or int (bug #3255)Mark Spencer
2005-01-05Make cdr_odbc store disposition as string not integer (thus matching document...Mark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-12-15Extra debugging in CDRCSV (bug #3063)Mark Spencer
2004-12-12Fix PGSQL CDR issue (bug #3028)Mark Spencer
2004-12-10make table configurable for cdr_odbc (bug #2755)Russell Bryant
2004-12-09Make table for PGSQL CDR's configurable (bug #2951)Mark Spencer
2004-12-01Fix missing ast_destroy's in PGSQL (bug #2944)Mark Spencer
2004-11-25fix mem leak (bug #2940)Russell Bryant
2004-10-07Fix CDR CSV to flush on CDRMark Spencer
2004-10-05Formatting fix and use ast_true in cdr_odbc.c (bug 2569) Thanks bkw_James Golovich
2004-08-31More Asterisk sparc patches (courtesy Belgarath)Mark Spencer
2004-08-13Build on older versions of TDS (bug #2194)Mark Spencer
2004-08-01Fix double comma typo in sql_create_table (bug #2196)Mark Spencer
2004-08-01Get rid of TDS warningMark Spencer
2004-07-28Only Call PQfinish if conn isn't NULL (bug #2162)Mark Spencer
2004-07-27Fix date/time in TDS stuff (bug #2147)Mark Spencer
2004-07-25Add Manager CDR (off by default) (bug #2127) courtesy cybershieldMark Spencer
2004-07-23Ad MSSQL CDR support (bug #1859)Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-07-09Fixes from bkw_. Formatting in app_db.c and handle start right in cdr_pgsql.cJames Golovich
2004-07-08Merge bkw_'s ODBC patchMark Spencer
2004-07-08Add SQLite CDR support (bug #1986)Mark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-31More BSD compile fixes (bugs #1754 and #1756)Mark Spencer
2004-05-21Fix FreeTDS/MSSQL from bkwJeremy McNamara