Open Eirikr70 opened 2 months ago
You may refer to aTalk releaseNotes.txt on media call compatibility problem/details with conversations. It has been a while since I last tested media call with conversations.
Note: conversations does not have the full DTLS implementation as aTalk. I am not sure if the following still valid.
For Conversations 2.12.2 dtls media call compatibility with aTalk; use RSA 'TLS Certificate Signature Algorithm' only e.g. "SHA256withRSA"
Thanks for the advice. aTalk being installed on the remote client I can't test it now unfortunately.
How can I achieve that with docker-ejabberd ? I am using ejabberd as my home server for all my aTalk system testing. I did not have media call problem via the server, but not using the STUN/TURN service. Not sure if docker-ejabberd is the same as ejabberd.
From the docker-ejabberd log, it appears that you are using the STUN/TURN service via docker-ejabberd. The problem seems like the devices failed to setup a valid UDP connection pair based on the candidates offered; likely to be the STUN/TURN setup. This is my best guess.
Hello, I have installed Conversations and it runs fine for messages and audio/video calls with another Conversations instance. However if I try and call an aTalk instance, the communication drops immediately and aTalk indicates a DTLS problem. The situation is identical if the call is initiated on the aTalk side. On the server part (docker-ejabberd), the log shows
The text messages are correctly delivered. Got any clue about how to solve that problem ?