summaryrefslogtreecommitdiff
path: root/main/cdr.c
AgeCommit message (Expand)Author
2012-12-03Cleanup CDR resources on exit.Richard Mudgett
2012-11-04Prevent multiple CDR batches from conflicting when scheduling the CDR writeMatthew Jordan
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-11Fix incorrect billing duration reported when batch mode is enabledMatthew Jordan
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-25Fix incorrect duration reporting in CDRs created in batch modeMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-11Iterate though cdr.conf settingPaul Belanger
2011-09-08Removes colorful verb statements erroneously commited with r332760Jonathan Rose
2011-08-22Add option for logging congested calls as CONGESTION instead of NO_ANSWER in CDRJonathan Rose
2011-07-27reverting 329840 due to failing tests. Going to change this feature to be pu...Jonathan Rose
2011-07-27Adds cdr logging of calls resulting in CONGESTIONJonathan Rose
2011-06-01Merged revisions 321547 via svnmerge from Richard Mudgett
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-09-16Merged revisions 287116 via svnmerge from Matthew Nicholson
2010-08-05Merged revisions 281052 via svnmerge from Russell Bryant
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-04-22Merged revisions 193391,258670 via svnmerge from Matthew Nicholson
2010-02-26Trim trailing whitespace (to help reduce diff against cdr-q branch)Russell Bryant
2010-01-20Add Calling and Called Subaddress to CDR recordAlec L Davis
2010-01-12add Dialed Number Identifier (DNID) field to cdr records.Alec L Davis
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...Matthew Nicholson
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2009-05-29Merged revisions 198068 via svnmerge from Matthew Nicholson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-21Merged revisions 195881 via svnmerge from Matthew Nicholson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-25Merged revisions 159316 via svnmerge from Steve Murphy
2008-11-12This commit does two things:Michiel van Baak
2008-10-30Merged revisions 152811 via svnmerge from Kevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-02Merged revisions 140747 via svnmerge from Steve Murphy
2008-08-26(closes issue #13366)Steve Murphy
2008-08-20Merged revisions 139074 via svnmerge from Steve Murphy
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright