Ivan Batalin

Results 2 comments of Ivan Batalin

I have applyed patch to the my code tree, need's to modify ASR server to accepts and processing grammar. Added grammar upload, activation, deactivation, language selection by the config fle....

diff -u app_speech_utils.c ./asterisk-certified-16.8-cert3/apps/app_speech_utils.c ``` --- app_speech_utils.c 2020-07-08 14:55:34.208726295 +0500 +++ ./asterisk-certified-16.8-cert3/apps/app_speech_utils.c 2020-07-08 14:31:55.650695937 +0500 @@ -772,6 +772,7 @@ } ast_channel_unlock(chan); + ast_clear_flag(speech, AST_SPEECH_STREAM); /* Before we go into waiting...