[svn-commits] jrose: branch jrose/bridge_projects r388209 - /team/jrose/bridge_projects/res...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 9 12:32:52 CDT 2013


Author: jrose
Date: Thu May  9 12:32:50 2013
New Revision: 388209

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388209
Log:
change bugbug comment to reference unreal channels.

Modified:
    team/jrose/bridge_projects/res/parking/parking_bridge_features.c

Modified: team/jrose/bridge_projects/res/parking/parking_bridge_features.c
URL: http://svnview.digium.com/svn/asterisk/team/jrose/bridge_projects/res/parking/parking_bridge_features.c?view=diff&rev=388209&r1=388208&r2=388209
==============================================================================
--- team/jrose/bridge_projects/res/parking/parking_bridge_features.c (original)
+++ team/jrose/bridge_projects/res/parking/parking_bridge_features.c Thu May  9 12:32:50 2013
@@ -214,8 +214,7 @@
 	ast_channel_unlock(parkee);
 	ast_channel_unlock(parker);
 
-	/* BUGBUG This is a bit of a hack to make the subscription be on the ;2 local channel when doing
-	 *        a multiparty bridge park. Richard is working on something for us to clean this up. */
+	/* BUGBUG Use Richard's unreal channel stuff here instead of this hack */
 	parkee_name = ast_strdupa(ast_channel_name(parkee));
 
 	semi_pos = strrchr(parkee_name, ';');




More information about the svn-commits mailing list