[asterisk-commits] mnicholson: branch 1.6.2 r264336 - in /branches/1.6.2: ./ apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 19 15:05:09 CDT 2010
Author: mnicholson
Date: Wed May 19 15:05:05 2010
New Revision: 264336
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264336
Log:
Merged revisions 264335 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r264335 | mnicholson | 2010-05-19 15:02:57 -0500 (Wed, 19 May 2010) | 12 lines
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:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_speech_utils.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_speech_utils.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_speech_utils.c?view=diff&rev=264336&r1=264335&r2=264336
==============================================================================
--- branches/1.6.2/apps/app_speech_utils.c (original)
+++ branches/1.6.2/apps/app_speech_utils.c Wed May 19 15:05:05 2010
@@ -827,6 +827,7 @@
if (dtmf_terminator != '\0' && f->subclass == dtmf_terminator) {
done = 1;
} else {
+ quieted = 1;
if (chan->stream != NULL) {
ast_stopstream(chan);
}
More information about the asterisk-commits
mailing list