[asterisk-commits] rmudgett: branch rmudgett/bridge_phase r390090 - /team/rmudgett/bridge_phase/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 29 15:51:37 CDT 2013


Author: rmudgett
Date: Wed May 29 15:51:33 2013
New Revision: 390090

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390090
Log:
Tweak BUGBUG message.

Modified:
    team/rmudgett/bridge_phase/main/manager.c

Modified: team/rmudgett/bridge_phase/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/main/manager.c?view=diff&rev=390090&r1=390089&r2=390090
==============================================================================
--- team/rmudgett/bridge_phase/main/manager.c (original)
+++ team/rmudgett/bridge_phase/main/manager.c Wed May 29 15:51:33 2013
@@ -4080,7 +4080,7 @@
 		pbx_builtin_setvar_helper(chan, "TRANSFER_CONTEXT", context);
 	}
 
-/* BUGBUG this is broken because the bridge DTMF hooks need both begin and end events to match correctly. */
+/* BUGBUG action_atxfer() is broken because the bridge DTMF hooks need both begin and end events to match correctly. */
 	for (feature_code = atxfer_feature->exten; feature_code && *feature_code; ++feature_code) {
 		struct ast_frame f = { AST_FRAME_DTMF, .subclass.integer = *feature_code };
 		ast_queue_frame(chan, &f);




More information about the asterisk-commits mailing list