summaryrefslogtreecommitdiff
path: root/cdr
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-07Fix column duplication bug in module reload for cdr_pgsql.Jonathan Rose
2012-02-03Support schema selection in cdr_adaptive_odbcKinsey Moore
2011-09-29Add CLI command "cdr show pgsql status" based on "cdr mysql status"Olle Johansson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-09-13Clean up cdr.conf parsing for [csv] sectionPaul Belanger
2011-07-27Merged revisions 329614 via svnmerge from Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-03Merged revisions 321926 via svnmerge from Richard Mudgett
2011-05-05Merged revisions 317480 via svnmerge from Russell Bryant
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-01-05Merged revisions 300575 via svnmerge from Paul Belanger
2010-12-31Support negative filters.Tilghman Lesher
2010-12-20Merged revisions 299131 via svnmerge from Tilghman Lesher
2010-12-16Merged revisions 298394 via svnmerge from Tilghman Lesher
2010-10-11Merged revisions 291038 via svnmerge from Tilghman Lesher
2010-09-27Formating changesOlle Johansson
2010-09-24Merged revisions 288638 via svnmerge from Tilghman Lesher
2010-09-22Merged revisions 288268 via svnmerge from Tilghman Lesher
2010-08-23Merged revisions 283319 via svnmerge from Tilghman Lesher
2010-07-25Merged revisions 279410 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-12cdr_pgsql does not detect when a table is found.Leif Madsen
2010-07-09Make it possible to disable individual cdr files per accountcode in cdr_csvOlle Johansson
2010-06-08Add High Resolution Times to CDRs for AsteriskBradley Latus
2010-06-08Merged revisions 269006 via svnmerge from Sean Bright
2010-04-13Ensure that we can have commas within cdr values.Tilghman Lesher
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-03-14Fix building CDR and CEL SQLite3 modules.Sean Bright
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26trivial formatting tweak (working on reducing diff against trunk for cdr-q)Russell Bryant
2010-02-26remove includeRussell Bryant
2010-02-26constification, remove includeRussell Bryant
2010-02-26Remove unnecessary includes, formatting tweakRussell Bryant
2010-02-26constification and remove unnecessary includeRussell Bryant
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-12-30When the field is blank, don't warn about the field being unable to be coerce...Tilghman Lesher
2009-10-09Don't close the sqlite database when reloading. Only close the database when...Matthew Nicholson
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...Olle Johansson
2009-10-06Change schema query to involve the use of an optional schema parameter.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Add a new module, cdr_syslog, which allows writing CDRs to syslog.Sean Bright
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-24Update sample cdr_tds configuration to try and eliminate some confusion.Sean Bright
2009-06-22Fix lock usage in cdr_sqlite3_custom to avoid potential crashes during reload.Sean Bright
2009-06-21Note a bug in cdr_sqlite3_custom so I don't forget about it.Russell Bryant
2009-06-21Fix possibility of crashiness during reload in custom fields handling.Russell Bryant
2009-06-21Standardize return values of load_config() so reload() doesn't report an erro...Russell Bryant
2009-06-20Leave a note about some unsafe code in cdr_managerRussell Bryant
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant