aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_cdr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-3/+37
2010-01-06Merged revisions 238230 via svnmerge from tilghman1-5/+8
2009-11-05Fix XML in func_cdr.cmmichelson1-1/+1
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...mnicholson1-0/+3
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-0/+2
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-2/+2
2008-11-01Merge changes from team/group/appdocsxmlrussell1-36/+127
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+1
2008-06-12Merged revisions 122046 via svnmerge from murf1-3/+21
2008-02-14Merged revisions 103683 via svnmerge from qwell1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-4/+4
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2007-04-19Merged revisions 61681 via svnmerge from tilghman1-2/+2
2007-01-24Doxygen updateoej1-0/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-11-27remove an extra comma in an initializerrizzo1-1/+1
2006-11-26Merged revisions 48017 via svnmerge from murf1-2/+11
2006-11-26Merged revisions 48015 via svnmerge from murf1-0/+12
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+4
2006-08-17Add 'l' option to CDR dialplan function which will cause it to pass the last ...file1-2/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-16fix bogus patch to allow setting the CDR amaflags. (The original patch inrussell1-1/+1
2006-05-15allow func_cdr to set amaflags patch provided bymogorman1-0/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-23correct documentation typokpfleming1-1/+1
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuestilghman1-4/+15
2006-02-12major dialplan functions updatekpfleming1-47/+33
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-9/+41
2006-01-21on this pass, only remove duplicate log messagesrussell1-8/+2
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+8
2006-01-21remove useless checks of the result of ast_strduparussell1-8/+0
2006-01-11Added macros from 6198 and 6203. also added bettermogorman1-26/+44
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5648kpfleming1-2/+2
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+17
2005-08-03only check for an existing cdr when about to set an arbitrary cdr variable (b...russell1-4/+1
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-1/+6
2005-06-06more file version tagskpfleming1-0/+4
2005-05-05clean up file headerskpfleming1-1/+2
2005-05-05major re-work of dialplan functions, including:kpfleming1-0/+89