[asterisk-commits] russell: branch russell/inband_dtmf r62783 - /team/russell/inband_dtmf/main/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 2 14:37:32 MST 2007


Author: russell
Date: Wed May  2 16:37:31 2007
New Revision: 62783

URL: http://svn.digium.com/view/asterisk?view=rev&rev=62783
Log:
Fix a typo that I made when moving the patch to this branch.  OOPS!

Modified:
    team/russell/inband_dtmf/main/channel.c

Modified: team/russell/inband_dtmf/main/channel.c
URL: http://svn.digium.com/view/asterisk/team/russell/inband_dtmf/main/channel.c?view=diff&rev=62783&r1=62782&r2=62783
==============================================================================
--- team/russell/inband_dtmf/main/channel.c (original)
+++ team/russell/inband_dtmf/main/channel.c Wed May  2 16:37:31 2007
@@ -2697,7 +2697,7 @@
 		if (ast_test_flag(chan, AST_FLAG_WRITE_INT))
 			ast_deactivate_generator(chan);
 		else {
-			if (f->frametype == AST_FRAME_DTMF_END) {
+			if (fr->frametype == AST_FRAME_DTMF_END) {
 				/* There is a generator running while we're in the middle of a digit.
 				 * It's probably inband DTMF, so go ahead and pass it so it can
 				 * stop the generator */



More information about the asterisk-commits mailing list