summaryrefslogtreecommitdiff
path: root/cdr.c
AgeCommit message (Expand)Author
2006-04-21Replace three replicas of the same code with a function.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-06+ create function cdr_get_tv to replace several duplicatedLuigi Rizzo
2006-03-26conversions to S_OR (issue #6803)Russell Bryant
2006-03-22Merged revisions 14234 via svnmerge from Joshua Colp
2006-03-15Furthermore, set the disposition to FAILED if the CDR was never even startedRussell Bryant
2006-03-15don't calculate a duration if the CDR wasn't started, as it will result in aRussell Bryant
2006-03-15remove calculations that always evaluate to zero, thanks Luigi!Russell Bryant
2006-03-14add an option to cdr.conf that enables ending CDRs before executingRussell Bryant
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuesTilghman Lesher
2006-02-15more memory allocation wrapper conversionKevin P. Fleming
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-02-11Merged revisions 9493,9528 via svnmerge from Kevin P. Fleming
2006-02-10Merged revisions 9404 via svnmerge from Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-04doxygen tweakRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-19Merged revisions 7521 via svnmerge fromTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove duplicate list of cdr variable names (issue #5865)Russell Bryant
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-06Convert some built-in applications to use new args parsing macros.Russell Bryant
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...Kevin P. Fleming
2005-10-27Fix CDR crash (bug #5525 and many others)Mark Spencer
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledKevin P. Fleming
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-08ensure globals are all staticKevin P. Fleming
2005-07-07super crazy ast_copy_string conversion madness!Russell Bryant
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-20use ast_build_string() to build strings into buffers, and general cleanup of ...Kevin P. Fleming
2005-06-17minor fixes to conform to the newly-posted coding guideline :-)Kevin P. Fleming
2005-06-17Fix reset cdr (bug #4531)Mark Spencer
2005-06-15ensure proper variables are returned from CDR function (bug #4521)Kevin P. Fleming
2005-06-14don't use pthread_mutex_lockKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-15various fixes:Kevin P. Fleming
2005-05-05expose function execution routines and warn about trying to set a read-only c...Anthony Minessale II
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-03-29Allow functions to be written to (bug #2278, with mods)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer