summaryrefslogtreecommitdiff
path: root/main/cdr.c
AgeCommit message (Expand)Author
2013-08-28Make CDR code deal with channel names case insensitively.Richard Mudgett
2013-08-28Some CDR code optimization.Richard Mudgett
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-08Handle Surrogate channels in Dial message processingMatthew Jordan
2013-08-06Fix memory leaks in the CDR engineKinsey Moore
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25Fix incorrect reference to stasis/bridging.hMatthew Jordan
2013-07-23Fix bridge/channel AMI event ordering issuesDavid M. Lee
2013-07-23Fix unbalanced lock when serializing CDR variablesMatthew Jordan
2013-07-19Filter channels used as internal mechanismsKinsey Moore
2013-07-16Re-order cleanupMatthew Jordan
2013-07-13Fix FRACK message from external redirects; handle outbound channels betterMatthew Jordan
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-03Fix some bugs in CDRs; add some CLI commands to help debuggingMatthew Jordan
2013-06-28Handle an originated channel being sent into a non-empty bridgeMatthew Jordan
2013-06-28Better handle parking in CDRsMatthew Jordan
2013-06-24Fix a variety of memory leaksMatthew Jordan
2013-06-17Fix build warnings related to printf/scanf of tv_usec.David M. Lee
2013-06-17Fix build warning (which is transmogrified into an error) with my compiler du...Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-03-26Resolve deadlock between pending CDR and batch CDR locksMatthew Jordan
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