[svn-commits] mmichelson: branch 1.6.1 r147519 - in /branches/1.6.1: ./ apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 8 10:10:09 CDT 2008


Author: mmichelson
Date: Wed Oct  8 10:10:08 2008
New Revision: 147519

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

................
r147518 | file | 2008-10-08 09:53:51 -0500 (Wed, 08 Oct 2008) | 9 lines

Merged revisions 147517 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r147517 | file | 2008-10-08 11:51:42 -0300 (Wed, 08 Oct 2008) | 2 lines
  
  If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8)
........

................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/apps/app_speech_utils.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/apps/app_speech_utils.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/apps/app_speech_utils.c?view=diff&rev=147519&r1=147518&r2=147519
==============================================================================
--- branches/1.6.1/apps/app_speech_utils.c (original)
+++ branches/1.6.1/apps/app_speech_utils.c Wed Oct  8 10:10:08 2008
@@ -743,6 +743,7 @@
 			speech->results->text = ast_strdup(dtmf);
 			speech->results->grammar = ast_strdup("dtmf");
 		}
+		ast_speech_change_state(speech, AST_SPEECH_STATE_NOT_READY);
 	}
 
 	/* See if it was because they hung up */




More information about the svn-commits mailing list