Add support for 'Webex Meeting'.
This commit is contained in:
@ -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"
|
||||
|
@ -890,6 +890,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
|
||||
# ======
|
||||
@ -1409,6 +1431,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_alfaview_video_conference_out=true
|
||||
allow_nc_talk_out=true
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user