-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
endpoint.destroy() never returns if aws transcription is active #83
Comments
I think this will be an issue here in mod_aws_transcribe. I can get this recreated locally tonight, and see what I can find. |
curious if you think this could be an issue with Google transcribe as well? Reason I ask is because we switched to aws transcribe after we started experiencing long delays before Google would return any transcription result. Seemed to happen more frequently after the server had been running a while, and I suspect its because there were tons of hung calls with transcribe still active on the FS box. |
I rather doubt it, because I use google all the time and would have seen this |
Just verified. Same issue does not exist with google transcribe. |
I was able to recreate this issue. I created an issue on the drachtio-freeswitch-module repo where I will work on a fix. |
cool! let me know if there’s any way I can help you 🍻 |
My fix for this got added in v0.8.4 of drachtio-freeswitch-modules. Can you verify it works for you? |
howdy! apologies for the slow response here. I'll give it a shot today. |
hmm...not sure how I can test this in our setup. we use |
Sorry for the late reply. If you build using drachtio/drachtio-freeswitch-base:latest in the docker-drachtio-freeswitch-mrf Dockerfile, it will have this fix. But, there isn't a new |
I will look at building that today |
@lylepratt, you should be able to use the latest |
If you try to destroy an endpoint while an aws transcription is active, the destroy never succeeds and the call isn't torn down in FS.
Below is an example based on your aws transcription example.
Here are the FS logs if you try to destroy an endpoint while transcription is still active:
failedDestroyLogs.txt
Here are the FS logs if you try to destroy an endpoint but stop transcription first (it works):
successDestroyLogs.txt
The text was updated successfully, but these errors were encountered: