liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Sound (ding) is someone enters the room #1741

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not seeing an option, nor am i finding it in the forums. Is this possible?

Thanks

Original issue reported on code.google.com by 54.69.6d...@gmail.com on 26 Mar 2014 at 1:09

GoogleCodeExporter commented 9 years ago

Edit

  /opt/freeswitch/conf/autoload_configs/conference.conf.xml

and look for around line 30 for

<!--
      <param name="moh-sound" value="$${hold_music}"/>
      <param name="enter-sound" value="tone_stream://%(200,0,500,600,700)"/>
      <param name="exit-sound" value="tone_stream://%(500,0,300,200,100,50,25)"/>
-->

If  you uncomment the enter-sound do 

  sudo bbb-conf --restart

you'll have sounds when someone enters the room.

Marking as WonFix as this isn't a bug report.  In the future, please post such 
questions to bigbluebutton-setup, at

  http://groups.google.com/group/bigbluebutton-setup/topics?gvc=2

Original comment by ffdixon@gmail.com on 3 Apr 2014 at 8:49

GoogleCodeExporter commented 9 years ago
I was told that it does have sounds. I wasn't seeing an option. So i figured it 
was a bug. Thanks for the information and sorry for the late response.

Seems that this would have to be done on BBB side. Moodle links to 
http://test-install.blindsidenetworks.com/bigbluebutton/ 

Original comment by 54.69.6d...@gmail.com on 25 Apr 2014 at 1:00

GoogleCodeExporter commented 9 years ago
The test-install.blindsidenetworks.com server is provided so that you can test 
your Moodle plugin to make sure that it works. The server isn't intended for 
production use and you should setup your own BigBlueButton server and hook it 
up to your plugin.

Original comment by capil...@gmail.com on 5 May 2014 at 8:14