jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.01k stars 1.34k forks source link

No audio in sip calls if docker deployment #149

Open Yures opened 4 years ago

Yures commented 4 years ago

Installed jitsi-meet+jigasi from docker hub images. Default configuration with jwt authorization enabled. Everything works well, but those invited to the conference over the phone cannot be heard, they hear only the conference participants from the computer. Removed docker, installed jitsi+jigasi from stable debian-packages and configured jigasi to the same sip-account, also with minimal configuration changes, everything works fine, but could not configure jwt-authorization. I would like to stay on a variant with docker, but it is not clear why the sound is in one direction. Maybe there is a problem with the docker network stack?

wreiske commented 4 years ago

I had this same issue https://github.com/jitsi/docker-jitsi-meet/issues/66

saghul commented 4 years ago

When running in Docker you'll be behind NAT, so you need your SIP provider to fix NAT problems for you. Do you know if that's something you can configure?