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

@ -861,6 +861,28 @@ bigbluebutton_tcp_ports="$standard_bigbluebutton_tcp_ports"
bigbluebutton_udp_ports="$standard_bigbluebutton_udp_port_range"
# ======
# - Webex Meeting
# ======
# - Webex Meeting (Videokonferenz)
# -
# - 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
# -
webex_tcp_ports="$standard_webex_tcp_ports"
webex_udp_ports="$standard_webex_udp_ports"
webex_tcp_fall_back_ports="$standard_webex_tcp_fall_back_ports"
# ======
# - Jitsi Video Conference Service
# ======
@ -1354,6 +1376,7 @@ allow_ipmi_request_out=true
allow_remote_console_request_out=true
allow_mumble_request_out=true
allow_bigbluebutton_video_conference_out=true
allow_webex_video_conference_out=true
allow_jitsi_video_conference_out=true
allow_nc_talk_out=true