[asterisk-commits] tzafrir: branch tzafrir/monitor-rtp r220373 - /team/tzafrir/monitor-rtp/doc/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 24 15:48:20 CDT 2009
Author: tzafrir
Date: Thu Sep 24 15:48:17 2009
New Revision: 220373
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220373
Log:
Also document the missing CDR data at BYE time
Modified:
team/tzafrir/monitor-rtp/doc/monitor-rtp.txt
Modified: team/tzafrir/monitor-rtp/doc/monitor-rtp.txt
URL: http://svnview.digium.com/svn/asterisk/team/tzafrir/monitor-rtp/doc/monitor-rtp.txt?view=diff&rev=220373&r1=220372&r2=220373
==============================================================================
--- team/tzafrir/monitor-rtp/doc/monitor-rtp.txt (original)
+++ team/tzafrir/monitor-rtp/doc/monitor-rtp.txt Thu Sep 24 15:48:17 2009
@@ -100,4 +100,8 @@
* It takes restarting Asterisk or so to re-read monitor.conf .
* Starting a monitoring with Monitor() can crash Asterisk. Didn't look
into it yet.
+* In a normal Hangup, the channel's CDR gets destroyed before the
+ channel's monitors are destroyed. Which means that the CDR data is not
+ availalable when we send the BYE. This was not the case in 1.4 .
+ There is an ugly and very partial workaround in the code for that.
More information about the asterisk-commits
mailing list