summaryrefslogtreecommitdiff
path: root/cdr/cdr_csv.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-06-02Merge "cdr/cdr_csv.c: Set file name for csv master to the module when (re)loa...Matt Jordan
2015-06-01cdr/cdr_csv.c: Set file name for csv master to the module when (re)loaded.Rodrigo Ramírez Norambuena
2015-05-07Merge "cdr/cdr_csv.c: Refactor, function to write content of csv file."Matt Jordan
2015-05-05cdr: standardizes tab for options of AST_MODULE_INFORodrigo Ramírez Norambuena
2015-05-03cdr/cdr_csv.c: Add a new option to enable columns added in Asterisk 1.8Rodrigo Ramírez Norambuena
2015-04-30cdr/cdr_csv.c: Refactor, function to write content of csv file.Rodrigo Ramírez Norambuena
2015-04-28cdr/cdr_csv.c: Add missing space after comma.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2011-09-13Clean up cdr.conf parsing for [csv] sectionPaul Belanger
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-09Make it possible to disable individual cdr files per accountcode in cdr_csvOlle Johansson
2010-02-26formatting tweaks and constificationRussell Bryant
2010-02-26constification, remove includeRussell Bryant
2008-11-21Reloading the config and having no changes still initialized some settings to...Terry Wilson
2008-11-20Begin on a crusade to end trailing whitespace!Terry Wilson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.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-04-09Merged revisions 113874 via svnmerge from Tilghman Lesher
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
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-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-19Clean up code in cdr_csv. (Are you sensing a theme for me today?)Joshua Colp
2007-09-13Merged revisions 82344 via svnmerge from Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-02 cdr_csv logging parameters in cdr.confMatt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5693Kevin P. Fleming