Skip to content

Commit dc3c0f0

Browse files
authoredSep 9, 2023
misc readme updates (signalwire#2235)
* Update README.md regarding the archived freeswitch-users mailing list * update docker/README.md to suggest --network host
1 parent bb9afcb commit dc3c0f0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ This is the place to get answers faster and chat with other users in real time.
6767
Slack Community:
6868
* https://signalwire.community/
6969

70-
Mailing list:
70+
Mailing list (ARCHIVED):
7171

72-
* http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
72+
* http://lists.freeswitch.org/pipermail/freeswitch-users/
7373

7474
**Thank you for using FreeSWITCH!**

‎docker/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
These are the official Docker files for master branch and the current release packages.
33

44
## Volumes
5-
These containers are setup so that you can mount your freeswitch configuration form a host or data volume container.
5+
These containers are set up so that you can mount your freeswitch configuration from a host or data volume container.
66

77
To mount freeswitch Configuration
88
```
@@ -16,17 +16,19 @@ To mount tmp directory for storing recordings, etc
1616

1717
The container also has a healthcheck where it does a fs_cli status check to make sure the freeswitch service is still running.
1818

19-
# Ports
19+
## Ports
2020

21-
The container exposes the following ports:
21+
The container should be run with host networking using `docker run --network host ...`.
2222

23-
- 5060/tcp 5060/udp 5080/tcp 5080/udp as SIP Signaling ports.
24-
- 5066/tcp 7443/tcp as WebSocket Signaling ports.
25-
- 8021/tcp as Event Socket port.
26-
- 64535-65535/udp as media ports.
27-
- 16384-32768/udp
23+
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.
2824

25+
The following ports will be used, depending upon your specific configuration:
2926

27+
- 5060/tcp, 5060/udp, 5080/tcp, 5080/udp - SIP signaling
28+
- 5061/tcp, 5081/tcp - SIPS signaling
29+
- 5066/tcp, 7443/tcp - WebSocket signaling
30+
- 8021/tcp - the Event Socket
31+
- 16384-32768/udp, 64535-65535/udp - media
3032

3133

3234
If you wish to help improve these please submit a pull request at:

0 commit comments

Comments
 (0)
Please sign in to comment.