Merge and track latest features on stable #6

Merged
Ark74 merged 71 commits from unstable into master 2020-08-08 06:41:50 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit ab9e30ca1c - Show all commits

View File

@ -208,6 +208,15 @@ sed -i "/xmpp.acc.ANONYMOUS_AUTH/ s|# ||" $JIG_SIP_PROP
prosodyctl register transcript auth.$DOMAIN jigasi
#Temp fix Jigasi Transcript
if [ grep -x "sleep" /etc/init.d/jicofo ]; then
echo "Jicofo delay already present."
else
echo "Adding Jicofo delay..."
sed -i "/\/lib\/lsb\/init-functions/i sleep 20" /etc/init.d/jicofo
systemctl daemon-reload
fi
systemctl restart prosody \
jicofo \
jibri* \