aboutsummaryrefslogtreecommitdiffstats
path: root/main/cdr.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Don't stop printing cdr variables if we encounter one with a blank name or va...mnicholson1-10/+10
2010-04-22Fix broken CDR behavior.mnicholson1-6/+3
2010-01-22Add Dialed Number Identifier (DNID) field to cdr.alecdavis1-0/+1
2009-08-10AST-2009-005tilghman1-2/+2
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson1-2/+10
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson1-0/+24
2008-11-25(closes issue #12694)murf1-0/+3
2008-10-30instead of comparing the string pointer to 0, let's compare the value that wa...kpfleming1-2/+2
2008-09-02I am turning the warnings generated in ast_cdr_free and post_cdr into verbose...murf1-10/+10
2008-08-20(closes issue #13263)murf1-4/+7
2008-08-05(closes issue #12982)murf1-0/+5
2008-07-15remove 4 lines of redundant code.mvanbaak1-4/+0
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-1/+32
2008-06-12Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _n...murf1-12/+0
2008-06-12(closes issue #10668)murf1-0/+20
2008-05-29(closes issue #10668)murf1-33/+40
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-5/+6
2008-02-28Make pbx_exec pass an empty string into applications, if we get NULL.qwell1-6/+2
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-5/+3
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-2/+11
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-1/+1
2007-09-14closes issue #10668; thanks to arkadia for his patch; had to leave out the bi...murf1-26/+32
2007-09-11this change should fix issue # 10659 -- what I worry about is how many other ...murf1-0/+2
2007-08-30via issue 10599, where 'CDR already initialized' messages are being generated...murf1-2/+0
2007-08-24From a complaint by jmls, I realize that the message in cdr_disposition is un...murf1-9/+5
2007-08-10Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent h...murf1-0/+1
2007-08-10This will help debug; from a question asked on #asteriskmurf1-1/+1
2007-07-09Give Agent channel names priority when doing CDR merging. (issue #10011 repor...file1-1/+1
2007-06-29Minor change for older GCC versions.file1-2/+2
2007-06-25Fix it so 1.4 actually compiles on my box.file1-2/+2
2007-06-23This patch is meant to fix 8433; where clid and src are lost via bridging.murf1-7/+69
2007-06-22My conditions for merging amaflags info was naive; DOCUMENTATION is the defau...murf1-4/+5
2007-06-21Merged revisions 70948 via svnmerge from murf1-2/+5
2007-06-21Via complaints aired in asterisk-users, I submit these changes, which allow c...murf1-7/+6
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+2
2007-06-04This typo has been here since 1.4 forked. It has been the source of heartburn...murf1-1/+1
2007-05-18Ugh. The svnmerge didn't catch the shift from cdr.c to main/cdr.c, and neithe...murf1-2/+20
2007-05-14As per 9570, worrisome CDR warnings have been removed, that are either not he...murf1-10/+0
2007-05-02Merged revisions 62737 via svnmerge from murf1-3/+5
2007-04-13This is a fix to the way CDR merge handles the data that results from ForkCDR.murf1-4/+17
2007-04-10Finished up a previous fix to overcome a compiler warning; the app NoCDR() ha...murf1-1/+12
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-17/+54
2007-03-30several changes via kpflemings reviewmurf1-4/+27
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-0/+106
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-1/+1
2006-11-30Merged revisions 48151 via svnmerge from file1-5/+5
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-1/+1
2006-10-04update thread creation code a bitkpfleming1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+4