From e27efa57eaff43dbde817dd6ba348d8cbcd576de Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 8 Aug 2020 00:36:08 -0500 Subject: [PATCH] Continue work on lobby --- jra_nextcloud.sh | 2 +- quick_jibri_installer.sh | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 524d23d..3587d63 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -171,7 +171,7 @@ echo "opcache.validate_timestamps=1" systemctl restart php$PHPVER-fpm.service #-------------------------------------------------- -# Create MySQL user +# Create DB user #-------------------------------------------------- echo -e "\n---- Creating the PgSQL DB & User ----" diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 0c679fb..aae153c 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -820,14 +820,15 @@ VirtualHost "guest.$DOMAIN" c2s_require_encryption = false speakerstats_component = "speakerstats.$DOMAIN" conference_duration_component = "conferenceduration.$DOMAIN" - + lobby_muc = "lobby.$DOMAIN" + main_muc = "conference.$DOMAIN" + modules_enabled = { "speakerstats"; "conference_duration"; "muc_lobby_rooms"; } - lobby_muc = "lobby.qj.$DOMAIN" - main_muc = "conference.$DOMAIN" + P_SR else cat << P_SR >> $PROSODY_FILE @@ -872,7 +873,7 @@ restart_services enable_letsencrypt -if dpkg-compare prosody gt 0.11.0 && [ "S" = "" ]; then +if dpkg-compare prosody gt 0.11.0 && [ "$ENABLE_SC" = "yes" ]; then echo "Let's try wait 15s" wait_seconds 15 #Temporary fix? - https://community.jitsi.org/t/27752/112