[asterisk-commits] rmudgett: branch group/bridge_construction r388217 - /team/group/bridge_const...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 9 15:19:07 CDT 2013


Author: rmudgett
Date: Thu May  9 15:19:05 2013
New Revision: 388217

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388217
Log:
Remove an old BUGBUG.

Modified:
    team/group/bridge_construction/bridges/bridge_builtin_features.c

Modified: team/group/bridge_construction/bridges/bridge_builtin_features.c
URL: http://svnview.digium.com/svn/asterisk/team/group/bridge_construction/bridges/bridge_builtin_features.c?view=diff&rev=388217&r1=388216&r2=388217
==============================================================================
--- team/group/bridge_construction/bridges/bridge_builtin_features.c (original)
+++ team/group/bridge_construction/bridges/bridge_builtin_features.c Thu May  9 15:19:05 2013
@@ -102,11 +102,6 @@
 	int cause;
 
 	/* Fill the variable with the extension and context we want to call */
-/* BUGBUG if local channel optimization is using masquerades then this needs /n so the destination keeps its DTMF features.
- * Or use /n to keep the peer channel stable until after the atxfer completes and remove the /n from the channel.
- *
- * Local channel optimization currently is disabled because I don't set the chan->bridge pointers.
- */
 	snprintf(destination, sizeof(destination), "%s@%s", exten, context);
 
 	/* Now we request that chan_local prepare to call the destination */




More information about the asterisk-commits mailing list