aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-02-26formatting tweaks and constificationrussell1-2/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-05-23Fix errors in cdr_custom that cause reference errors when non-CDR variableseanbright1-6/+15
2009-05-18Remove some unused code.seanbright1-1/+0
2009-05-18Const-ify a string, fix a log message, and use the correct signature for theseanbright1-3/+3
2009-05-18Allow cdr_custom to write to multiple files instead of just one.seanbright1-75/+105
2009-04-29Merge str_substitution branch.tilghman1-11/+17
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-4/+4
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-0/+5
2008-03-25Merged revisions 110779 via svnmerge from qwell1-9/+10
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+0
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+5
2007-06-21Merged revisions 70841 via svnmerge from murf1-4/+6
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+2
2006-08-31everything that loads a config that needs a config file to runmogorman1-2/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-17/+9
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-10/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5693kpfleming1-8/+7
2005-11-06issue #5605russell1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-2/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-7/+17
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-1/+5
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
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-25remove channel_pvt.hrussell1-1/+0
2005-03-24Add custom CDR (bug #3595)markster1-0/+157