? ann.txt ? ast_expr.c ? ast_expr.h ? ast_expr.output ? build.h ? iax2.diff ? iaxdebug ? iaxe.diff ? indications.c.inprogress ? manpage.links ? manpage.refs ? mydiff.txt ? sip.diff ? sip2.diff ? test.call ? testiax.call ? tony.txt ? vercomp ? apps/~app_chanspy.c ? sounds/musiconhold.mp3 Index: rtp.c =================================================================== RCS file: /usr/cvsroot/asterisk/rtp.c,v retrieving revision 1.154 diff -u -r1.154 rtp.c --- rtp.c 11 Nov 2005 04:07:03 -0000 1.154 +++ rtp.c 25 Nov 2005 20:10:55 -0000 @@ -299,7 +299,7 @@ } resp = 0; duration = 0; - } else if(rtp->dtmfduration && (duration < rtp->dtmfduration)) { + } else if (rtp->resp && rtp->dtmfduration && (duration < rtp->dtmfduration)) { f = send_dtmf(rtp); } if (!(event_end & 0x80))