Results 389 comments of Dave Horton

I think I see the problem. That cb object holds a pointer to the freeswitch session, but I think the session has been destroyed/hungup at this point. I have an...

can you retest with the latest commit, which has a fix for this?

interesting, I guess I will have to try to recreate. Can you give me as specific as possible instructions on how to recreate your exact load test?

I tried running 50 calls with those commands and so far have been unable to recreate. Just wondering, are you using PCMU or some other codec ?

yes it is expected that you would wait for the 'set' application to return before you call `uuid_google_transcribe`. As far as providing all variables on command line, I would be...

yes it looks to me like a race condition at the start of the call..

Can you get a freeswitch log at debug level showing the full sequence you describe above, first one call being forked and then the second

are you trying to create two websocket connections on the same call? Or are these two different calls?

could you please confirm via wireshark trace whether or not two audio streams are being sent to your server?

ok so it would seem the issue is on your websocket server code then.