We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im having crahes easy to reproduce when the Speech engine crashes or stops.
Ubuntu 16.04, Asterisk 13.16, Verbio Engine
usage example: exten=> _123,1,Answer() exten=> _123,2,SpeechCreate(unimrcp) exten=> _123,3,SpeechLoadGrammar(grammar,/usr/local/unimrcp/data/grammar.xml) exten=> _123,4,SpeechActivateGrammar(grammar) exten=> _123,5,SpeechBackground(MYSOUND},2) exten=> _123,6,SpeechDeactivateGrammar(grammar) exten=> _123,7,SpeechDestroy()
When I stop the Verbio Server I get a crash of unimrcp Attached btfull of the core dump, this is easy to reproduce having
btfull.txt
The text was updated successfully, but these errors were encountered:
Fixed a crash in processing of on_terminate_event() in res_speech_uni…
68bebdd
…mrcp. Issue #13. Such an event occurs when MRCP server unexpectedly disconnects while recognition is in progress.
Well, indeed. Session object should have been referenced instead of channel. Fixed in 68bebdd
Sorry, something went wrong.
No branches or pull requests
Im having crahes easy to reproduce when the Speech engine crashes or stops.
Ubuntu 16.04, Asterisk 13.16, Verbio Engine
usage example:
exten=> _123,1,Answer()
exten=> _123,2,SpeechCreate(unimrcp)
exten=> _123,3,SpeechLoadGrammar(grammar,/usr/local/unimrcp/data/grammar.xml)
exten=> _123,4,SpeechActivateGrammar(grammar)
exten=> _123,5,SpeechBackground(MYSOUND},2)
exten=> _123,6,SpeechDeactivateGrammar(grammar)
exten=> _123,7,SpeechDestroy()
When I stop the Verbio Server I get a crash of unimrcp
Attached btfull of the core dump, this is easy to reproduce having
btfull.txt
The text was updated successfully, but these errors were encountered: