[svn-commits] dvossel: branch dvossel/gtalk_fixup r290647 - /team/dvossel/gtalk_fixup/chann...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 6 15:45:11 CDT 2010


Author: dvossel
Date: Wed Oct  6 15:45:09 2010
New Revision: 290647

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=290647
Log:
Native bridging gtalk with other RTP capable channel drivers is causing problems with DTMF passthrough.

Modified:
    team/dvossel/gtalk_fixup/channels/chan_gtalk.c

Modified: team/dvossel/gtalk_fixup/channels/chan_gtalk.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/gtalk_fixup/channels/chan_gtalk.c?view=diff&rev=290647&r1=290646&r2=290647
==============================================================================
--- team/dvossel/gtalk_fixup/channels/chan_gtalk.c (original)
+++ team/dvossel/gtalk_fixup/channels/chan_gtalk.c Wed Oct  6 15:45:09 2010
@@ -201,7 +201,10 @@
 	.send_text = gtalk_sendtext,
 	.send_digit_begin = gtalk_digit_begin,
 	.send_digit_end = gtalk_digit_end,
-	.bridge = ast_rtp_instance_bridge,
+	/* XXX TODO native bridging is causing odd problems with DTMF pass-through with
+	 * the gtalk servers. Enable native bridging once the source of this problem has
+	 * been identified.
+	.bridge = ast_rtp_instance_bridge, */
 	.call = gtalk_call,
 	.hangup = gtalk_hangup,
 	.answer = gtalk_answer,




More information about the svn-commits mailing list