Richard Alam
095f532e35
- add more info on log so we can correlate with the red5 error.log if the client dropped because of connection problems
2010-11-25 15:59:07 -05:00
Richard Alam
27ebeb1dda
- add license headers to bbb-apps
2010-11-06 10:25:30 -04:00
Richard Alam
ca27def324
- presenter settings are rounded off which screws up presentation synching. Change Long to Double.
2010-10-28 10:38:39 -04:00
Richard Alam
91ffaeb27e
- hook into shutdown event so we can kick all users from the conference
2010-10-18 13:24:45 -04:00
Richard Alam
48d7e00892
- add methods to kick all users out of the conference
2010-10-18 13:24:12 -04:00
Fred Dixon
e2750b6419
- Added checks bin bbb-conf to see if bbb-voice-conference or bbb-freeswitch-config are installed
2010-10-16 20:51:49 -04:00
Richard Alam
cceacbfb6e
- add an info log when a user join and leave a conference
2010-10-09 11:48:51 -04:00
Richard Alam
0b4f21026c
- cleanup and adding bin to gitignore
2010-09-25 11:17:24 -04:00
deniszgonjanin
bdf857b56e
Chat History fix for 0.71
2010-09-24 09:12:35 +00:00
Fred Dixon
db89deba78
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
2010-09-20 01:47:17 +00:00
deniszgonjanin
b8a1b45e0d
Desktop Sharing region selection
2010-09-08 03:56:31 +00:00
Richard Alam
dbbea7ae2a
Merge branch 'master' into record-and-playback-feature
...
Conflicts:
bigbluebutton-client/.actionScriptProperties
2010-08-27 11:05:19 -04:00
Marco Calderon
2f69b4e48b
javadoc recorder module - logs updated to java code, playback-web update and playback-client update
2010-08-16 17:41:05 +00:00
Sebastian
4447ac6585
No more need to comment or uncomment "bbb-voice-freeswitch.xml" to use freeswitch or asterisk
2010-08-09 16:36:51 -04:00
Richard Alam
fc05379396
- cleanup the logging which has the old groovy ${var} string
2010-08-09 07:58:31 -04:00
Richard Alam
0ce51b5ba0
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2010-08-09 04:22:41 -04:00
Richard Alam
342e2de46c
- change thread sleep to 5 sec from 25 sec as it takes a long time for bbb-apps to startup
2010-08-09 03:35:35 -04:00
Richard Alam
cf865ec52e
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into support-both-ulaw-and-speex
...
Conflicts:
bigbluebutton-client/.actionScriptProperties
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/ConnectionManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/StreamManager.as
2010-08-04 10:07:45 -04:00
deniszgonjanin
6142ae978c
Merged Neeraj's GSoC Chat Translation into Chat, along with a new User Interface for Chat
2010-08-04 19:47:54 +00:00
Marco Calderon
6c84e2c561
Changes: bbb-apps from groovy to java, add recording module and updated events-recorder and bbb-commons
2010-08-02 10:33:36 +00:00
Richard Alam
3f16b01126
- works great with echo app but not with conference.
2010-07-30 15:41:20 -04:00
Richard Alam
365da7d6c6
- add instructions on how to switch from Asterisk to FS
2010-07-23 14:12:02 -04:00
Richard Alam
c18e312df9
- forgot the import files
2010-07-23 14:07:38 -04:00
Richard Alam
027d85e48f
- separate FS and asterisk configs for easy switching
2010-07-23 12:07:53 -04:00
Richard Alam
c847a4ab3b
- connect to local freeswitch
2010-07-23 11:39:28 -04:00
Richard Alam
4b5e6196f1
- connect to local freeswitch by default
2010-07-21 16:21:41 -04:00
Richard Alam
916428f7f6
- modify to use resolveDeps
2010-07-21 13:11:20 -04:00
Richard Alam
f77f627707
- rename copyToLib task to resolveDeps (resolve dependencies)
...
- add resolver for netty lib
2010-07-21 13:07:12 -04:00
Leif Jackson
8528b2d287
Merge commit 'bbb/master'
2010-07-14 02:53:29 +00:00
Richard Alam
ec256e7cb7
- upgrading versions from 0.64 to 0.7
2010-07-13 09:42:13 -04:00
Leif Jackson
f236dc5c1c
Merge commit 'bbb/master' sync with bbb
2010-07-11 04:28:39 +00:00
Leif Jackson
75dd3b6fd6
Created HeartbeatMonitor Event Observer. Will reconnect to Freeswitch if the switch is restared...etc. TODO: There should be some intergration between the bbb-voice object and the Monitor via the webconference framework To allow for kick all, then warn that FS is not available right now - Could also be extended to use the stats in the Heartbeat such as Idle-CPU, Session-Count, Core-UUID to impement cluster/lb of FS servers
2010-07-01 05:44:46 +00:00
Richard Alam
2c98d5c5e4
- add README
2010-06-30 11:59:58 -04:00
Richard Alam
ca975a9778
- remove IDE specific files
2010-06-30 11:58:57 -04:00
Leif Jackson
c2e97c4b60
NPE exception in Action event handler
2010-06-29 06:58:40 +00:00
Leif Jackson
9decad03c6
Inital import of freeswitch intergration
2010-06-29 04:51:31 +00:00
deniszgonjanin
13790e0bbb
Fix for several 0.7 release bugs, as well as a new way for modules to receive updates about users joining and leaving
2010-06-24 07:42:16 +00:00
Richard Alam
b880bbca36
- add files and directories to .gitignore
...
- fix problem where webcam icon stays disabled when webcam is closed
2010-05-31 10:36:15 -04:00
BigBlueButton
e4fd72681a
- adding .gitignore
2010-05-30 03:55:46 +00:00
Richard Alam
33d63c1cb7
- add externUserID to participant
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4327 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-14 19:26:31 +00:00
Denis Zgonjanin
40c81337e3
Corrected small bug in whiteboard optimization algorithm
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4302 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 16:32:12 +00:00
Denis Zgonjanin
f00f568200
Optimization for whiteboard freehand shapes. Removed unnecessary data points. This improves bandwidth usage, and doesn't choke Flash Player as much when there are a lot of shapes drawn on the same page.
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4301 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-12 16:27:12 +00:00
Jeremy Thomerson
aeaa9dd19d
fix classpath issue (another reason these eclipse files shouldn't be committed into svn)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4274 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-07 23:34:15 +00:00
Jeremy Thomerson
c737c7e7f8
add a script to each module that allows me to build / run in dev mode on my vm without having to remember which method I have to build this module in
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4272 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-07 21:53:52 +00:00
Denis Zgonjanin
c7ee585301
Fixed Issue 502 - server side
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4265 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-07 17:44:33 +00:00
Denis Zgonjanin
3c30a4075a
Whiteboard red5 server side application
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4235 af16638f-c34d-0410-8cfa-b39d5352b314
2010-05-03 12:16:43 +00:00
Richard Alam
6ba909804e
- change repo dir to /home/firstuser/dev/repo
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4078 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-31 14:39:14 +00:00
Richard Alam
8741d474b5
- upgrade to red5-0.9.1
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4050 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-29 18:18:31 +00:00
Richard Alam
05eec810bf
- remove presentation properly: When the current presentation is removed, clear the presentation window
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3922 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-17 20:37:44 +00:00
Richard Alam
0dc56303fd
- fix so that latecomers would have access to the presentations uploaded before they joined. Currently, when a
...
presentation get uploaded, then a late participant joins and becomes presenter, he/she cannot switch or load a
previously uploaded presentation
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3918 af16638f-c34d-0410-8cfa-b39d5352b314
2010-03-16 20:30:20 +00:00