aboutsummaryrefslogtreecommitdiffstats
path: root/cdr.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-30add a command-line flag and option to force forking, even with -v or -dkpfleming1-1/+1
2006-04-21Replace three replicas of the same code with a function.rizzo1-46/+24
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-1/+1
2006-04-06+ create function cdr_get_tv to replace several duplicatedrizzo1-146/+78
2006-03-26conversions to S_OR (issue #6803)russell1-12/+12
2006-03-22Merged revisions 14234 via svnmerge from file1-2/+4
2006-03-15Furthermore, set the disposition to FAILED if the CDR was never even startedrussell1-2/+3
2006-03-15don't calculate a duration if the CDR wasn't started, as it will result in arussell1-3/+4
2006-03-15remove calculations that always evaluate to zero, thanks Luigi!russell1-2/+2
2006-03-14add an option to cdr.conf that enables ending CDRs before executingrussell1-5/+8
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-4/+4
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuestilghman1-19/+39
2006-02-15more memory allocation wrapper conversionkpfleming1-19/+5
2006-02-14Bug 4377 - Initial round of loader changestilghman1-2/+2
2006-02-11Merged revisions 9493,9528 via svnmerge from kpfleming1-2/+1
2006-02-10Merged revisions 9404 via svnmerge from kpfleming1-3/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-2/+3
2006-01-04doxygen tweakrussell1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-19Merged revisions 7521 via svnmerge fromtilghman1-3/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-29remove duplicate list of cdr variable names (issue #5865)russell1-31/+12
2005-11-14finish merging doxygen updates from issue #5605russell1-9/+21
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-5/+7
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...kpfleming1-5/+5
2005-10-27Fix CDR crash (bug #5525 and many others)markster1-0/+1
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+1
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-4/+14
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledkpfleming1-1/+1
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming1-2/+2
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-15/+13
2005-07-08ensure globals are all statickpfleming1-1/+1
2005-07-07super crazy ast_copy_string conversion madness!russell1-6/+6
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-4/+4
2005-06-20use ast_build_string() to build strings into buffers, and general cleanup of ...kpfleming1-36/+23
2005-06-17minor fixes to conform to the newly-posted coding guideline :-)kpfleming1-8/+9
2005-06-17Fix reset cdr (bug #4531)markster1-3/+20
2005-06-15ensure proper variables are returned from CDR function (bug #4521)kpfleming1-2/+2
2005-06-14don't use pthread_mutex_lockkpfleming1-4/+4
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-4/+437
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-1/+1
2005-05-15various fixes:kpfleming1-206/+183
2005-05-05expose function execution routines and warn about trying to set a read-only c...anthm1-0/+12
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-3/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-1/+1