[svn-commits] rmudgett: trunk r390440 - /trunk/bridges/bridge_native_rtp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 4 17:55:48 CDT 2013


Author: rmudgett
Date: Tue Jun  4 17:55:46 2013
New Revision: 390440

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390440
Log:
Add BUGBUG comment.

Modified:
    trunk/bridges/bridge_native_rtp.c

Modified: trunk/bridges/bridge_native_rtp.c
URL: http://svnview.digium.com/svn/asterisk/trunk/bridges/bridge_native_rtp.c?view=diff&rev=390440&r1=390439&r2=390440
==============================================================================
--- trunk/bridges/bridge_native_rtp.c (original)
+++ trunk/bridges/bridge_native_rtp.c Tue Jun  4 17:55:46 2013
@@ -258,6 +258,14 @@
 		return -1;
 	}
 
+/*
+ * BUGBUG The RTP native bridge technology should use tech_pvt not bridge_pvt.
+ *
+ * This technology needs to be reworked to not change the
+ * tech_pvt of channels other than the one that is currently
+ * entering/leaving before it can actually use the correct
+ * pointer.
+ */
 	bridge_channel->bridge_pvt = data;
 
 	return 0;




More information about the svn-commits mailing list