[svn-commits] branch group/rtpjitterbuffer r30999 - /team/group/rtpjitterbuffer/channel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed May 31 08:01:05 MST 2006


Author: russell
Date: Wed May 31 10:01:04 2006
New Revision: 30999

URL: http://svn.digium.com/view/asterisk?rev=30999&view=rev
Log:
move a line so it doesn't show up in the diff against trunk

Modified:
    team/group/rtpjitterbuffer/channel.c

Modified: team/group/rtpjitterbuffer/channel.c
URL: http://svn.digium.com/view/asterisk/team/group/rtpjitterbuffer/channel.c?rev=30999&r1=30998&r2=30999&view=diff
==============================================================================
--- team/group/rtpjitterbuffer/channel.c (original)
+++ team/group/rtpjitterbuffer/channel.c Wed May 31 10:01:04 2006
@@ -3398,8 +3398,8 @@
 			int monitored_source = (who == c0) ? watch_c0_dtmf : watch_c1_dtmf;
 
 			if (f->frametype == AST_FRAME_DTMF && monitored_source) {
+				*fo = f;
 				*rc = who;
-				*fo = f;
 				ast_log(LOG_DEBUG, "Got DTMF on channel (%s)\n", who->name);
 				break;
 			}



More information about the svn-commits mailing list