Skip to content
Snippets Groups Projects
Commit db89deba authored by Dixon Fred's avatar Dixon Fred
Browse files

Added more checks to bbb-conf & set esl.host=127.0.0.1 in...

Added more checks to bbb-conf & set esl.host=127.0.0.1 in bigbluebutton.properites so we don't need to assign an IP address for red5 to connect to freeswitch
parent d8ebb7b4
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@
<param name="listen-ip" value="127.0.0.1"/>
<param name="listen-port" value="8021"/>
<param name="password" value="ClueCon"/>
<param name="apply-inbound-acl" value="localnet.auto"/>
<!-- param name="apply-inbound-acl" value="localnet.auto"/ -->
</settings>
</configuration>
......@@ -8,14 +8,13 @@ recordingsDirectory=/var/bigbluebutton
# These properties are for Asterisk Management Interface (AMI)
# These should match with /etc/asterisk/manager.d/bigbluebutton.conf
ami.host=127.0.0.1
#ami.host=192.168.0.182
ami.port=5038
ami.username=bbb
ami.password=secret
# These settings enable bbb-apps to connect to the Freeswitch conference server
# These should match with the freeswitch event_socket_client config
esl.host=192.168.2.103
# These should match with the freeswitch event_socket_client.xml config
esl.host=127.0.0.1
esl.port=8021
esl.password=ClueCon
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment