aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Fix issue with global load_module symbol... hint: NEVER call "load_module();"markster1-4/+14
2005-04-06ensure that successful configuration results in the module staying loaded (bu...kpfleming1-0/+1
2005-04-01ensure that failure to register the cdr_custom backend results in a module lo...kpfleming1-1/+1
2005-04-01Add CDR custom config warnings (Borga borga!) :)markster1-0/+7
2005-03-31unconfigured cdr_custom should not be fatalanthm1-1/+1
2005-03-31Fix load of cdr_custommarkster1-3/+2
2005-03-31Fix custom CDR error (thanks kpfleming)markster1-4/+3
2005-03-27Fix cross compiling (bug #3868)markster1-18/+18
2005-03-25remove channel_pvt.hrussell1-1/+0
2005-03-24Add custom CDR (bug #3595)markster2-1/+158
2005-03-11fix compilation issue (bug #3752)russell1-1/+1
2005-02-19Make cdr_pgsql gracefully handle restarts (bug #3628)markster1-1/+14
2005-02-16Make TDS CDR more resilient (bug #3597)markster1-101/+153
2005-02-04Optionally store CDR's in GM time (bug #3500, with mods)markster1-7/+25
2005-01-25Merge config updates (bug #3406)markster4-8/+8
2005-01-21update copyright headers for 2005russell2-2/+2
2005-01-15ODBC CDR fixes for bizarre error conditions and small performance improvement...markster1-36/+36
2005-01-11Fix types for character (bug #3255, take 3)markster1-1/+1
2005-01-11Make ODBC storage as int configurable to be string or int (bug #3255)markster1-1/+9
2005-01-05Make cdr_odbc store disposition as string not integer (thus matching document...markster1-1/+1
2004-12-19Merge Olle's comment patch (bug #3097)markster1-17/+18
2004-12-15Extra debugging in CDRCSV (bug #3063)markster1-2/+3
2004-12-12Fix PGSQL CDR issue (bug #3028)markster1-2/+7
2004-12-10make table configurable for cdr_odbc (bug #2755)russell1-7/+37
2004-12-09Make table for PGSQL CDR's configurable (bug #2951)markster1-5/+33
2004-12-01Fix missing ast_destroy's in PGSQL (bug #2944)markster1-10/+15
2004-11-25fix mem leak (bug #2940)russell1-0/+1
2004-10-07Fix CDR CSV to flush on CDRmarkster1-1/+2
2004-10-05Formatting fix and use ast_true in cdr_odbc.c (bug 2569) Thanks bkw_citats1-134/+71
2004-08-31More Asterisk sparc patches (courtesy Belgarath)markster1-0/+12
2004-08-13Build on older versions of TDS (bug #2194)markster1-0/+21
2004-08-01Fix double comma typo in sql_create_table (bug #2196)markster1-1/+1
2004-08-01Get rid of TDS warningmarkster1-1/+1
2004-07-28Only Call PQfinish if conn isn't NULL (bug #2162)markster1-1/+3
2004-07-27Fix date/time in TDS stuff (bug #2147)markster1-18/+90
2004-07-25Add Manager CDR (off by default) (bug #2127) courtesy cybershieldmarkster2-1/+159
2004-07-23Ad MSSQL CDR support (bug #1859)markster2-0/+455
2004-07-14Merge remaining audit patch (save dlfcn.c)markster4-51/+57
2004-07-09Fixes from bkw_. Formatting in app_db.c and handle start right in cdr_pgsql.ccitats1-6/+2
2004-07-08Merge bkw_'s ODBC patchmarkster1-5/+1
2004-07-08Add SQLite CDR support (bug #1986)markster2-0/+220
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster2-2/+2
2004-05-31More BSD compile fixes (bugs #1754 and #1756)markster1-0/+5
2004-05-21Fix FreeTDS/MSSQL from bkwjeremy1-32/+32
2004-05-08ast_strlen_zero changescitats1-1/+2
2004-01-23Create individual sip reload command (bug #880)markster1-1/+1
2004-01-22ODBC fix for PPC (bug #895)markster1-4/+4
2004-01-22Release pgsql on failure (bug #891)markster1-0/+1
2004-01-13change warning into notice.jeremy1-1/+1