[asterisk-commits] file: trunk r45107 - in /trunk: ./
	res/res_speech.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Fri Oct 13 14:07:07 MST 2006
    
    
  
Author: file
Date: Fri Oct 13 16:07:06 2006
New Revision: 45107
URL: http://svn.digium.com/view/asterisk?rev=45107&view=rev
Log:
Merged revisions 45106 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r45106 | file | 2006-10-13 17:06:09 -0400 (Fri, 13 Oct 2006) | 2 lines
Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman)
........
Modified:
    trunk/   (props changed)
    trunk/res/res_speech.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/res/res_speech.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_speech.c?rev=45107&r1=45106&r2=45107&view=diff
==============================================================================
--- trunk/res/res_speech.c (original)
+++ trunk/res/res_speech.c Fri Oct 13 16:07:06 2006
@@ -159,6 +159,7 @@
 
 	/* Clear any flags that may affect things */
 	ast_clear_flag(speech, AST_SPEECH_SPOKE);
+	ast_clear_flag(speech, AST_SPEECH_QUIET);
 
 	/* If results are on the structure, free them since we are starting again */
 	if (speech->results != NULL) {
    
    
More information about the asterisk-commits
mailing list