[asterisk-commits] mnicholson: trunk r264335 - in /trunk: ./ apps/app_speech_utils.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 19 15:03:01 CDT 2010
Author: mnicholson
Date: Wed May 19 15:02:57 2010
New Revision: 264335
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264335
Log:
Merged revisions 264334 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r264334 | mnicholson | 2010-05-19 15:01:38 -0500 (Wed, 19 May 2010) | 5 lines
Set quieted flag when receiving a dtmf tone during playback in speechbackground.
(closes issue #16966)
Reported by: asackheim
........
Modified:
trunk/ (props changed)
trunk/apps/app_speech_utils.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_speech_utils.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_speech_utils.c?view=diff&rev=264335&r1=264334&r2=264335
==============================================================================
--- trunk/apps/app_speech_utils.c (original)
+++ trunk/apps/app_speech_utils.c Wed May 19 15:02:57 2010
@@ -827,6 +827,7 @@
if (dtmf_terminator != '\0' && f->subclass.integer == dtmf_terminator) {
done = 1;
} else {
+ quieted = 1;
if (chan->stream != NULL) {
ast_stopstream(chan);
}
More information about the asterisk-commits
mailing list