[svn-commits] rmudgett: trunk r394600 - /trunk/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 17 14:27:28 CDT 2013


Author: rmudgett
Date: Wed Jul 17 14:27:26 2013
New Revision: 394600

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394600
Log:
Remove some completed and no longer relevant BUGBUG notes.

Modified:
    trunk/main/features.c

Modified: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=394600&r1=394599&r2=394600
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Wed Jul 17 14:27:26 2013
@@ -3216,13 +3216,11 @@
 		/* Add atxfer and blind transfer. */
 		if (!builtin_feature_get_exten(chan, "blindxfer", dtmf, sizeof(dtmf))
 				&& !ast_strlen_zero(dtmf)) {
-/* BUGBUG need to supply a blind transfer structure and destructor to use other than defaults */
 			res |= ast_bridge_features_enable(features, AST_BRIDGE_BUILTIN_BLINDTRANSFER, dtmf,
 					NULL, NULL, AST_BRIDGE_HOOK_REMOVE_ON_PULL);
 		}
 		if (!builtin_feature_get_exten(chan, "atxfer", dtmf, sizeof(dtmf)) &&
 				!ast_strlen_zero(dtmf)) {
-/* BUGBUG need to supply an attended transfer structure and destructor to use other than defaults */
 			res |= ast_bridge_features_enable(features, AST_BRIDGE_BUILTIN_ATTENDEDTRANSFER, dtmf,
 					NULL, NULL, AST_BRIDGE_HOOK_REMOVE_ON_PULL);
 		}
@@ -3252,11 +3250,7 @@
 				NULL, NULL, AST_BRIDGE_HOOK_REMOVE_ON_PULL);
 	}
 
-#if 0	/* BUGBUG don't report errors untill all of the builtin features are supported. */
 	return res ? -1 : 0;
-#else
-	return 0;
-#endif
 }
 
 struct dynamic_dtmf_hook_run {




More information about the svn-commits mailing list