jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.31k stars 6.76k forks source link

jigasi broken on clean install? #3751

Closed pdarcos closed 5 years ago

pdarcos commented 5 years ago

Just did a clean install on Debian Stretch using your latest unstable packages.

Everything seems to work fine except now I can no longer call out through jigasi (used to work before I updated everything). I'm able to ring the SIP number and answer, but there's no audio going through.

It seems there's maybe some problem with java (I'm using jdk 1.8 as recommended) and sockets?

Failed to send a packet to target /2a01:4f8:c0c:21f:0:0:0:2:11682:java.io.IOException: No active socket.

Here are the server side logs jigasi.txt jvb.txt jicofo.txt

Any help much appreciated.

P.S. Happy New Year everyone!

pdarcos commented 5 years ago

Forgot to add pcap file.

jitsi0.pcap.zip

pdarcos commented 5 years ago

I believe the problem may have something to do with rtcpmux.

Where can I disable it to test out my theory?

Thanks

saghul commented 5 years ago

ping @damencho

pdarcos commented 5 years ago

@damencho can you help? I don't remember in which sip communicator properties file I turn off rtcpmux

damencho commented 5 years ago

Jigasi needs ports udp 10000-20000, cannot use the single-port udp 10000, nothing to disable/enable.

damencho commented 5 years ago

It is not supported by jigasi.

pdarcos commented 5 years ago

Yes, I know jigasi doesn't support it which is why I suspect there's a compatibility problem since jvb is using it. Isn't there some property in the jvb sip.com.properties file I can use to disable it in jvb too to see if jigasi calls start working again?

pdarcos commented 5 years ago

I'm going to go ahead and close this ticket now since jigasi started working again all of a sudden.

Not sure what the exact problem was but it seems OK now.

Thanks for your help guys!