aboutsummaryrefslogtreecommitdiffstats
path: root/main/cdr.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-07Merged revisions 42260 via svnmerge from file1-3/+4
2006-08-30Print what read-only variable is being set so that the user doesn't have to g...file1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1175