]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
misc readme updates (#2235)
authortmancill <1195611+tmancill@users.noreply.github.com>
Sat, 9 Sep 2023 16:26:04 +0000 (09:26 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 16:26:04 +0000 (12:26 -0400)
* Update README.md regarding the archived freeswitch-users mailing list

* update docker/README.md to suggest --network host

README.md
docker/README.md

index 15cda2e22fe6ef5f4cfdd41e99d281181c03d64e..728486f8910d66b40a865b666675aef8a078521f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,8 +67,8 @@ This is the place to get answers faster and chat with other users in real time.
 Slack Community:
   * https://signalwire.community/
 
-Mailing list:
+Mailing list (ARCHIVED):
 
-  * http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
+  * http://lists.freeswitch.org/pipermail/freeswitch-users/
 
 **Thank you for using FreeSWITCH!**
index e9a321e6992c4fde6a70eba45e041cdcc36bc7a5..e0ebfff2afafb7302fac664bac079d5852c3a6d6 100644 (file)
@@ -2,7 +2,7 @@
 These are the official Docker files for master branch and the current release packages.
 
 ## Volumes
-These containers are setup so that you can mount your freeswitch configuration form a host or data volume container.
+These containers are set up so that you can mount your freeswitch configuration from a host or data volume container.
 
 To mount freeswitch Configuration
 ```
@@ -16,17 +16,19 @@ To mount tmp directory for storing recordings, etc
 
 The container also has a healthcheck where it does a fs_cli status check to make sure the freeswitch service is still running.
 
-# Ports
+## Ports
 
-The container exposes the following ports:
+The container should be run with host networking using `docker run --network host ...`.
 
-- 5060/tcp 5060/udp 5080/tcp 5080/udp as SIP Signaling ports.
-- 5066/tcp 7443/tcp as WebSocket Signaling ports.
-- 8021/tcp as Event Socket port.
-- 64535-65535/udp as media ports.
-- 16384-32768/udp
+If you prefer to (or for some reason must) publish individual ports via `--publish/-p`, refer to this [issue](https://github.com/moby/moby/issues/11185) and this [potential workaround](https://hub.docker.com/r/bettervoice/freeswitch-container/) regarding using docker with large port ranges.
 
+The following ports will be used, depending upon your specific configuration:
 
+- 5060/tcp, 5060/udp, 5080/tcp, 5080/udp - SIP signaling
+- 5061/tcp, 5081/tcp - SIPS signaling
+- 5066/tcp, 7443/tcp - WebSocket signaling
+- 8021/tcp - the Event Socket
+- 16384-32768/udp,  64535-65535/udp - media
 
 
 If you wish to help improve these please submit a pull request at: