From 3b9887a48e8f504b0a1602002d64746e9a2a775c Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 30 Sep 2023 12:48:23 +0200 Subject: [PATCH] Update behind-nat.md --- docs/behind-nat.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/behind-nat.md b/docs/behind-nat.md index 4f81c61..4e84600 100644 --- a/docs/behind-nat.md +++ b/docs/behind-nat.md @@ -14,11 +14,14 @@ MS_RTP_LISTEN_IP: '{"ip":"0.0.0.0", "announcedIp":"x.x.x.x"}' ``` where x.x.x.x is your public ip -4. As indicated in https://github.com/bigbluebutton/bigbluebutton.github.io/issues/126 these 2 variables in the `vars.xml` of freeswitch should point to the external ip: +4. As indicated in https://github.com/bigbluebutton/bigbluebutton.github.io/issues/126 these 2 variables in `bbb-docker/mod/freeswitch/conf/vars.xml` file of freeswitch should point to the external ip: ``` - - + + ``` +where x.x.x.x is your public ip + +5. In the `docker-compose.yml` file comment the image line of freeswitch in order to build it locally when you run docker compose up -d ## Ports Also don't forget to forward all necassary ports listed in https://docs.bigbluebutton.org/admin/configure-firewall.html