aboutsummaryrefslogtreecommitdiffstats
path: root/cdr.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-0/+1
2006-11-30Print certain CDR messages out at the NOTICE level versus WARNING since they ...file1-6/+6
2006-09-07Let's use the same thing we use in other places to calculate our time for ast...file1-3/+4
2006-03-22Issue #5918 - Disposition showing FAILED even though call is answered success...file1-2/+4
2006-03-15- remove some calculations that will always result in 0russell1-3/+5
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-2/+2
2006-02-11clean up my mess from thread-starting changekpfleming1-2/+1
2006-02-10don't create monitor threads in detached mode, when we need to be able to pth...kpfleming1-3/+1
2005-12-19Bug 6026 - segfault for the sequence NoCDR(), SetAMAFlags()tilghman1-3/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
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
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-9/+266
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)twisted1-1/+1
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-24/+25
2004-10-27rollback stupid codeanthm1-1/+0
2004-10-22This patch adds a new api call:anthm1-0/+1
2004-10-03Correct CDR's for supervised transfer (bug #1595)markster1-3/+8
2004-10-03Major PBX revamps (including labels, update examples)markster1-5/+5
2004-10-02Huge callerid rework (might break H.323, others)markster1-41/+56
2004-09-24add app_forkcdranthm1-13/+17
2004-09-10Handle macros in the CDR properly (bug #2414)markster1-4/+10
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-1/+1