You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I ran the bbb-install script and it seemed to run fine and install all the components but at the end during bbb-conf --check I got the following at the bottom:
# Potential problems described below
# Warning: You have this server defined for https, but in
#
# /usr/share/bigbluebutton/nginx/sip.nginx
#
# did not find the use of https in definition for proxy_pass
#
# proxy_pass http://65.109.94.175:5066;
#
# Warning: You have this server defined for https, but in
#
# /usr/share/bigbluebutton/nginx/sip.nginx
#
# did not find the use of port 7443 in definition for proxy_pass
#
# proxy_pass http://65.109.94.175:5066;
#
#
# bbb-webrtc-sfu will try to connect to null but FreeSWITCH is listening on 65.109.94.175 for port 5066
#
# To fix, run the commands
#
# sudo yq e -i 'freeswitch.sip_ip' = 65.109.94.175 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
# sudo chown bigbluebutton:bigbluebutton /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
#
So I found the two instructions seemed to be in conflict. One was saying that I should change the port to 7443 and the other saying the service is running at 5066. Anyway running this command sudo yq e -i 'freeswitch.sip_ip' = 65.109.94.175 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml produced this error:
Error: stat =: no such file or directory
I anyway manually checked the file /etc/bigbluebutton/bbb-webrtc-sfu/production.yml and it had the right IP in the freeswitch.sip_ip section. I changed the ownership to bigbluebutton.
The service appears to be running ok. But I thought I would log this issue.
The text was updated successfully, but these errors were encountered:
So I ran the bbb-install script and it seemed to run fine and install all the components but at the end during bbb-conf --check I got the following at the bottom:
So I found the two instructions seemed to be in conflict. One was saying that I should change the port to 7443 and the other saying the service is running at 5066. Anyway running this command
sudo yq e -i 'freeswitch.sip_ip' = 65.109.94.175 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
produced this error:Error: stat =: no such file or directory
I anyway manually checked the file /etc/bigbluebutton/bbb-webrtc-sfu/production.yml and it had the right IP in the freeswitch.sip_ip section. I changed the ownership to bigbluebutton.
The service appears to be running ok. But I thought I would log this issue.
The text was updated successfully, but these errors were encountered: