summaryrefslogtreecommitdiff
path: root/main/cdr.c
AgeCommit message (Expand)Author
2016-06-07stasis: Add setting subscription congestion levels.Richard Mudgett
2016-01-02main/cdr: Allow setting properties on a finalized CDR if it is the last oneMatt Jordan
2016-01-02main/cdr: Set the end time on a CDR if endbeforehexten is YesMatt Jordan
2015-06-15main/cdr: Carry over the disable flag when 'disable all' is specifiedmjordan
2015-06-13main/cdr: Copy context/exten on chained CDRs for parallel dials in subroutinesMatt Jordan
2015-05-15cdr: Fix 'core show channel' CDR variable truncation.snuffy
2015-03-22Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2014-11-14Documentation: Revise explanation of cdr.conf option 'Unanswered'Jonathan Rose
2014-10-16main/cdr: Use 'time' when rescheduling batched CDRs as opposed to 'size'Matthew Jordan
2014-10-09cdr.c: Make turning on CDR debug a one step process instead of two.Richard Mudgett
2014-09-06main/cdr: Copy over location information during a forkMatthew Jordan
2014-09-05main/cdrs: Preserve context/extension when executing a Macro or GoSubMatthew Jordan
2014-09-05main/cdr: Fix crash/memory consumption in CDRs in multi-party bridge scenariosMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-18cdr: Add asserts for when we don't know about a CDR for a channelMatthew Jordan
2014-03-13cdr.c: Add missing aow_unlock(cdr) in off nominal path of handle_dial_message().Richard Mudgett
2014-02-03cdrs: Check for applications to lock onto during dial begin handlingMatthew Jordan
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