[asterisk-commits] file: branch file/bridging r172267 - /team/file/bridging/apps/app_confbridge.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 29 07:20:50 CST 2009


Author: file
Date: Thu Jan 29 07:20:49 2009
New Revision: 172267

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172267
Log:
Disable attended transfers for conference bridges. This was in previously for testing but leaving it there is just CrAzY.

Modified:
    team/file/bridging/apps/app_confbridge.c

Modified: team/file/bridging/apps/app_confbridge.c
URL: http://svn.digium.com/svn-view/asterisk/team/file/bridging/apps/app_confbridge.c?view=diff&rev=172267&r1=172266&r2=172267
==============================================================================
--- team/file/bridging/apps/app_confbridge.c (original)
+++ team/file/bridging/apps/app_confbridge.c Thu Jan 29 07:20:49 2009
@@ -727,8 +727,6 @@
 		ast_bridge_features_hook(&conference_bridge_user.features, "#", menu_callback, &conference_bridge_user);
 	}
 
-	ast_bridge_features_enable(&conference_bridge_user.features, AST_BRIDGE_BUILTIN_ATTENDEDTRANSFER, "*");
-
 	/* If the caller should be joined already muted, make it so */
 	if (ast_test_flag(&conference_bridge_user.flags, OPTION_STARTMUTED)) {
 		conference_bridge_user.features.mute = 1;




More information about the asterisk-commits mailing list