We do not register, they just send right to the public dialplan
In their web config you must point to your server, port 5080
domain: freeswitch.org:5080 (your server, If you did not change vars.xml this will be IP:PORT)
/usr/share/red5/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties
freeswitch.esl.host=127.0.0.1 freeswitch.esl.port=8021 freeswitch.esl.password=ClueCon
1) Change freeswitch.esl.host to external ip and changed to password X./opt/freeswitch/conf/autoload_configs/event_socket.conf.xml
<configuration name="event_socket.conf" description="Socket Client">
<settings>
<param name="nat-map" value="false"/>
<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"/ -->
</settings>
</configuration>
2) Changed "listen-p" to external IP and password to "X"/usr/share/red5/webapps/sip/WEB-INF/bigbluebutton-sip.properties
bbb.sip.app.ip=96.57.209.205
bbb.sip.app.port=5070
sip.server.username=bbbuser
sip.server.password=secret
freeswitch.ip=96.57.209.205
freeswitch.port=5060
3) Changed sip.server.password to "XX"
--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/7GH4w5AhW-o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
BigBlueButton Server 0.9.1 (399)
Kernel version: 3.13.0-66-generic
Distribution: Ubuntu 14.04.3 LTS (64-bit)
Hi,
The following is the configuration of the my server on May 17, 2015. I did a system update on Ubuntu and it updates everything on the computer including freeswitch which ended up erasing most of my configuration files. I ended up reinstalling everything, just to find myself back in the same place I was just before a fixed this problem. I did not have all the config files, but I think I have things very close.
BBB is working fine, except the DID. I am using IPKALL. I setup the DID to point to the static IP address on of the server on port 5080. Using the DID as the username, and the voiper.ipkall.com as the sip.proxy as IPKALL suggest it should dial in, pickup and ask me for my conference number as it did before. IPKall does not require authentication, neither username or password. So, I added a Sip.Profile as follows:
/opt/freeswitch/conf/sip_profiles/external/IPKALL.xml
<include>
<gateway name="IPKALL">
<param name="proxy" value="voiper.ipkall.com"/>
<param name="context" value="public"/>
</gateway>
</include>
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/7GH4w5AhW-o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.