If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@147517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-10-08 14:51:42 +00:00
parent 325aa9652f
commit 38402d868c

View File

@@ -774,6 +774,7 @@ static int speech_background(struct ast_channel *chan, void *data)
speech->results->text = strdup(dtmf); speech->results->text = strdup(dtmf);
speech->results->grammar = strdup("dtmf"); speech->results->grammar = strdup("dtmf");
} }
ast_speech_change_state(speech, AST_SPEECH_STATE_NOT_READY);
} }
/* See if it was because they hung up */ /* See if it was because they hung up */