Add support for 'Webex Meeting'.

This commit is contained in:
2021-03-18 20:32:18 +01:00
parent 5918f50bdb
commit b005fff18f
5 changed files with 148 additions and 12 deletions

View File

@ -65,6 +65,23 @@ standard_mailuser_ports="587,465,110,995,143,993"
standard_bigbluebutton_tcp_ports="$standard_http_ports"
standard_bigbluebutton_udp_port_range="16384:32768"
# - Webex Meeting
# -
# - TCP 80/443: Outbound Client Zugriffsport und Webes Events (Audiostreaming)
# -
# - UDP 9000: Outbound (VoIP and RTP)
# -
# - ---
# -
# - TCP 5004: Fall-back ports for media connectivity when UDP port 9000
# - is not open in the firewall
# -
standard_webex_tcp_ports="$standard_http_ports"
standard_webex_udp_ports="9000"
standard_webex_tcp_fall_back_ports="5004"
# - Jitsi Video Conference Service
# -
standard_jitsi_tcp_ports="$standard_http_ports"