Re: [bigbluebutton-setup] freeswitch problem

1,244 views
Skip to first unread message

Fred Dixon

unread,
Jun 21, 2012, 8:58:26 AM6/21/12
to bigbluebu...@googlegroups.com
> I've managed to install BBB on Ubuntu 12.04 

We (the core developers) develop and test on Ubuntu 10.04 32-bit or 64-bit.  We've *not* tested on Ubuntu 12.04, so it's not surprising that your encountering problems.

Is it an option for you to setup BigBlueButton on 10.04?  If so, the installation process should go smoothly, leaving you free to use BigBlueButton rather than debug installation issue on an untested distribution.


Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton



  

On Thu, Jun 21, 2012 at 8:54 AM, graecus <graec...@gmail.com> wrote:
Hello,
I've managed to install BBB on Ubuntu 12.04 but I can't seem to be able to use FreeSWITCH and have audio in classroom.
Can anyone help me with that?
 
bbb-conf --clean
 
Doing a clean restart of BigBlueButton ...
 * Stopping Red5 Server red5                                                                                          [ OK ]
 * Stopping Tomcat servlet engine tomcat6                                                                             [ OK ]
Stopping nginx: nginx.
Killing: 13828
Stopping OpenOffice headless server.
soffice: no process found
Record and Playback monitoring stopped

Cleaning Log Files ...
 * could not access PID file for nginx
 * Red5 Server is not running.
 * Tomcat servlet engine is not running.

Starting FreeSWITCH
Error: stacksize -1 is too large: run ulimit -s 240 or run /opt/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance...
14613 Backgrounding.
Waiting for FreeSWITCH to start: ...................
Starting OpenOffice headless server
Starting nginx: Warning: -headless is deprecated.  Use --headless instead.
Warning: -nologo is deprecated.  Use --nologo instead.
Warning: -nofirststartwizard is deprecated.  Use --nofirststartwizard instead.
Warning: -accept=socket,host=127.0.0.1,port=8100;urp is deprecated.  Use --accept=socket,host=127.0.0.1,port=8100;urp instead.
nginx.
 * Starting Red5 Server red5                                                                                                    Waiting for 1 connections on port 1935 to close before starting Red5 ....... ...... 
Error: FreeSWITCH SIP 127.0.0.1 didn't start
                                                                                                                      [ OK ]
 * Starting Tomcat servlet engine tomcat6                                                                             [ OK ]
Record and Playback monitoring started
Waiting for BigBlueButton to finish starting up (this may take a minute):  done


** Potential problems described below **
# Not Running:  OpenOffice
# Warning: The value (bbb.domain.com) for playback_host in
#
#    /usr/local/bigbluebutton/core/scripts/slides.yml
#
# does not match the local IP address (46.4.90.15).

bbb-conf --check

BigBlueButton Server 0.8-beta-4 (900)
                    Kernel version: 3.2.0-24-generic
                      Distribution: Ubuntu 12.04 LTS (64-bit)
                            Memory: 7977 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
          Port test (tunnel): bbb.domain.com
                              Red5: bbb.domain.com

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: bbb.domain.com
                              port: 80
                    bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb-web host: bbb.domain.com

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
                  voice conference: FreeSWITCH

/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
                     playback host: bbb.domain.com


** Potential problems described below **
# Not Running:  OpenOffice
# Error: The voice application failed to register with the sip server.
#   Try running:
#
#      sudo bbb-conf --clean
#

# Warning: The value (bbb.schoox.com) for playback_host in
#
#    /usr/local/bigbluebutton/core/scripts/slides.yml
#
# does not match the local IP address (46.4.90.15).
 
/usr/share/red5/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties

#
# NOTE: bigbluebutton default properties.
#
# NOTE!!!! NOTE!!!! NOTE!!!! NOTE!!!! NOTE!!!!
# When making changes that you don't want checked-in, do
#   git update-index --assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
#
# To have git track the changes again
#       git update-index --no-assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
#

# These settings enable bbb-apps to connect to the Asterisk conference server
# to receive events (such as when someone is talking).
# 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.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.xml config
esl.host=127.0.0.1
esl.port=8021
esl.password=ClueCon

# When using asterisk, specify the conference application: [meetme, konference]
asterisk.application=konference
version=0.63

redis.host=127.0.0.1
redis.port=6379

/usr/share/red5/webapps/sip/WEB-INF/bigbluebutton-sip.properties

# The address of your FreeSWITCH/asterisk server
sip.server.host=127.0.0.1
sip.server.port=5070
sip.server.username=bbbuser
sip.server.password=secret

# The start/stop RTP port the application is going to use
# for the media stream.
# NOTE: This will also be used as SIP users to REGISTER with
# Asterisk. Therefore, make sure you have this range of users
# in your bbb_sip.conf.
# See http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk/bbb-voice-conference/config/asterisk
# create-sip-users.sh script to create the users.
startAudioPort=15000
stopAudioPort=16383

# An extension pattern, in case your asterisk extensions.conf
# uses a naming convetion for your meeting rooms
# e.g. conf-85115 instead of just 85115        
callExtensionPattern={0}

# If you want mjsip stack (red5/log/*access*.log) to minimize the amount of logs it
# generates, set this to a lower value (e.g. 3).
sipStackDebugLevel=3

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-setup/-/TT_V0H1V96cJ.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.





Cássio Seffrin

unread,
Jul 11, 2013, 2:00:32 PM7/11/13
to bigbluebu...@googlegroups.com
Hi guys,

Recently I've been installed bbb 0.81 in two host, both using ubuntu 10.04 x86_64.

In my local VM using virtualbox everything is fine, but in production environment in amazon I have no success,

the main problem is in freeswitch ou red5, when I type #sudo bbb-conf --start the output shell seems to be Ok . the #netstat -natp return port 1935 and 9135 are opened but in some seconds its close automatically.

I try to reinstall removing bbb-freeswitch and reinstall with apt-get install bigbluebutton but nothing happen.

The local IP in amazon is 172.31.31.206 and I ajust /etc/hosts 172.31.31.206 ec2-54-232-229-71.sa-east-1.compute.amazonaws.com
I set ip  with #bbb-conf --setip ec2-54-232-229-71.sa-east-1.compute.amazonaws.com


last line of freeswitch logs 
# tail -f /opt/freeswitch/log/freeswitch.log
2013-07-11 17:44:34.604987 [NOTICE] switch_utils.c:326 Adding 192.168.42.42/32 (allow) [] to list lan
2013-07-11 17:44:34.604992 [NOTICE] switch_core.c:1364 Adding 192.168.42.42/32 (allow) to list lan
2013-07-11 17:44:34.605032 [NOTICE] switch_utils.c:326 Adding 192.0.2.0/24 (allow) [br...@127.0.0.1] to list domains
2013-07-11 17:44:34.605496 [DEBUG] mod_event_socket.c:2807 Socket up listening on 127.0.0.1:8021
2013-07-11 17:44:34.605548 [DEBUG] switch_loadable_module.c:642 Chat Thread Started
2013-07-11 17:44:34.605584 [DEBUG] switch_loadable_module.c:642 Chat Thread Started
2013-07-11 17:44:34.605685 [INFO] switch_time.c:475 Clock synchronized to system time.
2013-07-11 17:46:56.584844 [CRIT] switch_time.c:967 Virtual Migration Detected! Syncing Clock
2013-07-11 17:46:56.584844 [INFO] switch_time.c:475 Clock synchronized to system time.
2013-07-11 17:47:32.162208 [WARNING] switch_scheduler.c:115 Task was executed late by 20 seconds 1 heartbeat (core)

 Any help will be greatly appreciated, regards 

Cassio
To unsubscribe from this group, send email to bigbluebutton-setup+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages