You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for your source code, there is only one example how to use aeap with google speech api and its yours.
my problem is that when I stop and restart the index script and try to call again, the asterisk crash with segmentation fault.
My Asterisk Version is 20.4.0
my dial plan:
exten => 550,1,NoOp()
same => n,Answer()
same => n,SpeechCreate(my-speech-to-text)
same => n,NoOp(${ERROR})
same => n,GotoIf($["${ERROR}" = "1"]?fail:next)
same => n(next),SpeechStart()
same => n,SpeechBackground(tt-monkeys)
same => n,Verbose(0,${SPEECH_TEXT(0)})
same => n,SpeechDestroy()
same => n(fail),Hangup()
Hello!, I dont know wich is the leak because of the code is soo huge. But I want to ask you, how you handle with the function SpeechBackground?. The default arg is hello-world, tt-monkey is default too?. If the answer is no, where you configure it?
thanks for your source code, there is only one example how to use aeap with google speech api and its yours.
my problem is that when I stop and restart the index script and try to call again, the asterisk crash with segmentation fault.
My Asterisk Version is 20.4.0
my dial plan:
this is my aeap.conf:
it works perfectly but after I stop index.js and start it again, this is what I got:
this is the dump info:
The text was updated successfully, but these errors were encountered: