summaryrefslogtreecommitdiff
path: root/main/cdr.c
AgeCommit message (Expand)Author
2014-01-31CDRs: fix a variety of dial status problems, h/hangup handler creating CDRsMatthew Jordan
2014-01-12CDRs: Synchronize dialplan applications that manipulate CDRs with the engineMatthew Jordan
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-10-27Filter out internal channels from dial message handlingMatthew Jordan
2013-10-27Prevent CDR backends from unregistering while billing data is in flightMatthew Jordan
2013-10-03When serializing CDR variables (like for "core show channels") don't output a...Joshua Colp
2013-10-02Only create Stasis subscriptions when enabledMatthew Jordan
2013-10-02Fix the CDR CLI command 'cdr show active {channel}'Matthew Jordan
2013-10-01Filter out internal channels for bridge leave messages and parked call messagesMatthew Jordan
2013-09-30Remove spurious event raised when CDRs are reloadedMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-28CDR: Improve handling of parking; resolve assertion when originating into parkMatthew Jordan
2013-09-24Fix a performance problem CDRsMatthew Jordan
2013-09-16Filter internal channels out of bridge enter/leave message handlingMatthew Jordan
2013-09-06cdr: Change the number of container buckets to be similar to the channels con...Richard Mudgett
2013-09-06cdr: Fix some ref leaks.Richard Mudgett
2013-09-06astobj2: Add warn unused attribute to some functions.Richard Mudgett
2013-08-29Memory leaks fixKevin Harwell
2013-08-28Fix some uninitialized buffers for CDR handling valgrind found.Richard Mudgett
2013-08-28Fixed problems with ast_cdr_serialize_variables().Richard Mudgett
2013-08-28Made the on/off in CLI "cdr set debug [on|off]" case insensitive.Richard Mudgett
2013-08-28Make CDR variable name chandling consistently case insensitive.Richard Mudgett
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