Add Video Conferencing System 'alfaview'.

This commit is contained in:
2020-06-15 13:52:10 +02:00
parent 32048f3a35
commit 0a2aba1f29
5 changed files with 101 additions and 1 deletions

View File

@ -64,6 +64,14 @@ standard_jitsi_udp_port_range="10000:20000"
standard_turn_service_ports="3478:3479,5349:5350"
standard_turn_service_udp_ports="49152:65535"
# - alfaview - Video Conferencing Systems
# -
# - Note
# - also tcp ports http/https needed to be open
# -
standard_alfaview_service_tcp_ports="5380:5390"
standard_alfaview_service_udp_ports="5380:5390"
# -------------
# --- Predefined Ports
# -------------

View File

@ -842,6 +842,16 @@ jitsi_tcp_ports="$standard_jitsi_tcp_ports"
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
# ======
# - alfaview - Video Conferencing Systems
# ======
# - alfaview Service Ports
# -
alfaview_tcp_ports="$standard_alfaview_service_tcp_ports"
alfaview_udp_ports="$standard_alfaview_service_udp_ports"
# ======
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
# ======
@ -1320,6 +1330,7 @@ allow_remote_console_request_out=true
allow_mumble_request_out=true
allow_bigbluebutton_video_conference_out=true
allow_jitsi_video_conference_out=true
allow_alfaview_video_conference_out=true
allow_nc_talk_out=true
allow_samba_requests_out=true

View File

@ -816,6 +816,16 @@ jitsi_tcp_ports="$standard_jitsi_tcp_ports"
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
# ======
# - alfaview - Video Conferencing Systems
# ======
# - alfaview Service Ports
# -
alfaview_tcp_ports="$standard_alfaview_service_tcp_ports"
alfaview_udp_ports="$standard_alfaview_service_udp_ports"
# ======
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
# ======