Jordy
Results
3
comments of
Jordy
I had the same problem. I forgot to add the port number to the Voice Server address and I was running a webserver on the same host (port 80), so...
If you use docker, you can map the port with: `docker run --env-file ./parameters.conf -d -p 1000:443 ` to use port 1000 instead of port 443. If you don't use...
Oh, you're right, @C0rn3j. I've read over it. Thanks.