summaryrefslogtreecommitdiff
path: root/cdr/cdr_manager.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-05-05cdr: standardizes tab for options of AST_MODULE_INFORodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-21AMI: Add documentation for the missing Cdr/CEL events.Matthew 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
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
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-02-26formatting tweaks and constificationRussell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.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-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-26Use a properly allocated channel for substitution in cdr_manager.Sean Bright
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
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
2007-12-05Change cdr_manager to use a "CDR" level, rather than the (overcrowded) "call"...Tilghman Lesher
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-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-09-29Set enablecdr at the end of re-reading the config file (Closes issue #10852)Tilghman Lesher
2007-09-21Fix cdr_manager, such that if the config file is created past load, it'llTilghman Lesher
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-19This enhancement provided via bug 9993, a patch to upgrade cdr_manager to hav...Steve Murphy
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-01-10Merged revisions 50346 via svnmerge from Jason Parker
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-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-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming