[asterisk-commits] file: branch 1.4 r45106 -
/branches/1.4/res/res_speech.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Oct 13 14:06:10 MST 2006
Author: file
Date: Fri Oct 13 16:06:09 2006
New Revision: 45106
URL: http://svn.digium.com/view/asterisk?rev=45106&view=rev
Log:
Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman)
Modified:
branches/1.4/res/res_speech.c
Modified: branches/1.4/res/res_speech.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_speech.c?rev=45106&r1=45105&r2=45106&view=diff
==============================================================================
--- branches/1.4/res/res_speech.c (original)
+++ branches/1.4/res/res_speech.c Fri Oct 13 16:06:09 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