[asterisk-commits] seanbright: branch group/1.6.1-maintenance r264337 - in /team/group/1.6.1-mai...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 19 15:07:15 CDT 2010


Author: seanbright
Date: Wed May 19 15:07:11 2010
New Revision: 264337

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264337
Log:
Merged revisions 264335 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r264335 | mnicholson | 2010-05-19 16:02:57 -0400 (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:
    team/group/1.6.1-maintenance/   (props changed)
    team/group/1.6.1-maintenance/apps/app_speech_utils.c

Propchange: team/group/1.6.1-maintenance/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: team/group/1.6.1-maintenance/apps/app_speech_utils.c
URL: http://svnview.digium.com/svn/asterisk/team/group/1.6.1-maintenance/apps/app_speech_utils.c?view=diff&rev=264337&r1=264336&r2=264337
==============================================================================
--- team/group/1.6.1-maintenance/apps/app_speech_utils.c (original)
+++ team/group/1.6.1-maintenance/apps/app_speech_utils.c Wed May 19 15:07:11 2010
@@ -703,6 +703,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