dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
mmichelson ab67ce4214 Fix channel reference leak.
ast_cel_report_event would geet a reference to the
bridged channel. However, certain return paths, such
as if CEL was not enabled, would result in a reference
leak. All return paths now properly unref the channel.

(closes issue #15991)
Reported by: mmichelson



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@220995 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-29 21:28:04 +00:00
russell 0349eaca41 Resolve compiler warning on mac.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@208193 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-23 01:31:18 +00:00
mvanbaak 9049f69743 make this compile again under devmode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205562 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-09 14:10:01 +00:00
russell ac3b35dcc7 Merge the new Channel Event Logging (CEL) subsystem.
CEL is the new system for logging channel events.  This was inspired after
facing many problems trying to represent what is possible to happen to a call
in Asterisk using CDR records.  For more information on CEL, see the built in
HTML or PDF documentation generated from the files in doc/tex/.

Many thanks to Steve Murphy (murf) and Brian Degenhardt (bmd) for their hard
work developing this code.  Also, thanks to Matt Nicholson (mnicholson) and
Sean Bright (seanbright) for their assistance in the final push to get this
code ready for Asterisk trunk.

Review: https://reviewboard.asterisk.org/r/239/


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@203638 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-26 15:28:53 +00:00