Richard Alam
4cc227cd99
- refactor presentation service
...
- generate blank slide or thumbnail if conversion fails for that page
- if the resulting swf file is greater than 500K, generate a SWF file using a PNG snapshot to make resulting SWF file smaller. This helps to improve performance when rendering the slide on the client
Config Changes:
/etc/nginx/sites-available/bigbluebutton
- set client_max_body_size 20m; // Allow 20Mb file upload
- put blank slide and thumbnail in /var/bigbluebutton/blank (see bigbluebutton.properties)
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2356 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-02 19:42:10 +00:00
Richard Alam
91302c1ba1
- rename agi name
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2106 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-05 17:29:06 +00:00
Fred Dixon
419827e430
added LGPL license
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1831 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-30 18:45:42 +00:00
Tyler Copeland
5be57e60da
Update the wording for default session
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1607 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-12 15:31:43 +00:00
Richard Alam
a2a18a9448
- fix problem when creating a new user
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1601 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-11 19:38:02 +00:00
Fred Dixon
e098260a53
remove carriage returns for development on unix
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1534 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-02 22:35:22 +00:00
Richard Alam
0776a4d2b1
- need to use AGI to get conference number when someone joins the voice conference
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1522 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-02 17:33:50 +00:00
Richard Alam
b69abde8f5
- fix some problem with creating default conference
...
- remove Asterisk AMI/AGI beans from resources.xml as we don't need it for now
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1520 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-02 15:54:16 +00:00
Richard Alam
9282339540
- flush right away to database when saving domain in bootstrap
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1510 af16638f-c34d-0410-8cfa-b39d5352b314
2009-06-01 15:18:03 +00:00
Richard Alam
be91497b09
- remove phil and alice from bootstrap
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1504 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-29 21:18:49 +00:00
Fred Dixon
3fc60ec0e0
assign default conference to admin user
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1482 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-29 00:35:41 +00:00
Fred Dixon
d54e1038e8
updated bigbluebutton.properties
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1477 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-28 21:43:47 +00:00
Richard Alam
5983047344
- create a default conference and session (85115)
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1465 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-28 15:21:40 +00:00
Richard Alam
ca2059bcf7
- trigger hudson build
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1418 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-08 15:13:14 +00:00
Richard Alam
3b250897f8
- conferenceRecordingDir seems not to work...hardcore it for now since it probably won't change anyways
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1405 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-06 19:37:00 +00:00
Richard Alam
e80dfc7214
- set conferenceRecordingDir into AsteriskAgiService bean
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1399 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-06 19:15:16 +00:00
Richard Alam
56d4f6fbe9
- make the directory where we store the meetme recording into the properties file to make it configurable
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1370 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-04 20:53:27 +00:00
Richard Alam
832d959dfe
- rename AsteriskAgi to AsteriskAgiService so the logger gets injected by Spring
...
- enable recording of audio conference
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1368 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-04 15:08:38 +00:00
Richard Alam
90d1d82098
- enable AgiService to be called from Asterisk in order to have dynamic voice conferencing
...
- need to add this line to /etc/asterisk/extension.conf
exten => 1300,1,Agi(agi://192.168.0.100/meetme.groovy)
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1367 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-03 20:06:34 +00:00
Richard Alam
dc05281d35
- Adding noPdfMarkWorkaround into PresentationService as a workaround for this problem
...
http://groups.google.com/group/comp.lang.postscript/browse_thread/thread/c2e264ca76534ce0?pli=1
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1355 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-01 20:27:03 +00:00
Richard Alam
575262dd44
- change name of swftools, imagemagick and ghostscript in properties file to make it clear to the user to enter the directory or executable
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1351 af16638f-c34d-0410-8cfa-b39d5352b314
2009-05-01 16:01:04 +00:00
Richard Alam
5a7ca059b3
- put bigbluebutton web server url into properties file
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1339 af16638f-c34d-0410-8cfa-b39d5352b314
2009-04-29 21:09:37 +00:00
Richard Alam
29c99178eb
- merge in branches/developers/ritzalam/bbb-web-playback
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1336 af16638f-c34d-0410-8cfa-b39d5352b314
2009-04-29 19:38:46 +00:00
Richard Alam
8d894ccb24
- put back fix for uploaded files with space on filenames
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1282 af16638f-c34d-0410-8cfa-b39d5352b314
2009-04-18 00:44:12 +00:00
Richard Alam
98dc0bc272
- bringing bigbluebutton-web into trunk
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1190 af16638f-c34d-0410-8cfa-b39d5352b314
2009-04-01 16:53:45 +00:00