aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-25Make file access in cdr_custom similar to cdr_csv.qwell1-9/+10
2007-06-21Merged revisions 70804 via svnmerge from murf1-4/+6
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...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