Calls are failing several seconds after initiating the call
Ubuntu 20.04 OS, Docker deployment, Mattermost ver. 7.10.1, Calls ver. 0.15.1
No load balancers, no HA, we do have NGINX running, using builtin RTC on port 8444, 8443 is already being used by Jitsi, which we’re also testing right now. Tested with webclient and desktop app
Expect calls to connect between users
The call fails after several seconds. I will initiate a call with another user using either the web client or the desktop application and receive the following error after several seconds.
And when I check the logs I see this.
I ran a tcpdump to make sure the server could see traffic coming in looking for port 8444 and it does.
I found a thread that mentioned creating an IP tables rule to forward traffic for the RTC server directly to the docker. But it looks like IP tables is already set up to do that.
The destination IP is the IP within the docker container for our mattermost deployment.
Here’s our config.json from within the container in case I screwed something up here. I don’t think I did but who knows.
The ICEHostOverride is the FQDN of the host machine and the UDPServerAddress is the address within the container.
Any assistance would be greatly appreciated.