Re: TLS for SMTP for conference invite user

2010-03-08 Thread Віталій Ковалишин
Thank You! -- Vitaly Kovalyshyn, IT-SFERA http://vk.it-sfera.com.ua/ 9 березня 2010 р. 09:46 Sebastian Wagner написав: > hi, > > okay you have now a config param to enable/disable tls: > http://code.google.com/p/openmeetings/issues/detail?id=422 > > > Sebastian > > 2010/3/8 Віталій Ковалишин

Re: TLS for SMTP for conference invite user

2010-03-08 Thread Sebastian Wagner
hi, okay you have now a config param to enable/disable tls: http://code.google.com/p/openmeetings/issues/detail?id=422 Sebastian 2010/3/8 Віталій Ковалишин > Thanks for Your comment. You've commented out: > > > http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org

Re: Trouble Installing 3097

2010-03-08 Thread Sebastian Wagner
and what is your error? Its curios cause hbernate didn't change between version 1.1 and Version 1.2. Sebastian 2010/3/9 HMiles > Having a problem connecting to SQL server. I bleive the problem is in > the hybernate.config.xml > This was working under the previous Red five but I canst seem to

Trouble Installing 3097

2010-03-08 Thread HMiles
Having a problem connecting to SQL server. I bleive the problem is in the hybernate.config.xml This was working under the previous Red five but I canst seem to get it wo work now. Can anyone see what migght be wrong with this. http://hibernate.sourceforge.net/hibernate- configuration-3.0.dtd">

Re: TLS for SMTP for conference invite user

2010-03-08 Thread Віталій Ковалишин
Thanks for Your comment. You've commented out: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/utils/mail/MailHandler.java#86 But, this is still in use http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/ut

Re: Install issue (via script)

2010-03-08 Thread Victor
Hi, You try run the red5.sh with root user? Victor Em 08-03-2010 16:04, WJTaylor escreveu: After installing the script to a fresh Debian 5 install, I get a connection refused error when trying to connect to the url specified in the script. As root, I can run /opt/red5/red5.sh It runs, but I

Re: Install Script - Update for release 3087

2010-03-08 Thread Victor
Thanks Sebastian! Victor Em 08-03-2010 17:41, Sebastian Wagner escreveu: hi, see http://code.google.com/p/openmeetings/source/detail?r=3134 thanks, sebastian 2010/3/8 Victor Hi Folks!! Today I finished the update of the Automagic script for the n

Re: Install Script - Update for release 3087

2010-03-08 Thread Sebastian Wagner
hi, see http://code.google.com/p/openmeetings/source/detail?r=3134 thanks, sebastian 2010/3/8 Victor > Hi Folks!! > > Today I finished the update of the Automagic script for the new release > (3087). > > Sebastian, could you please, update the script on SVN? > > []'s > > Victor > > -- > You r

Re: TLS for SMTP for conference invite user

2010-03-08 Thread Sebastian Wagner
you can ... quite simply checkout the code with SVN, comment in the line of code set JAVA_HOME to JDK6 run the ant-command to compile your local version: ant -f build_red5webapp.xml it will create a folder *dist* in the project folder of openmeetings... this is a regular binary, same like you dow

Install issue (via script)

2010-03-08 Thread WJTaylor
After installing the script to a fresh Debian 5 install, I get a connection refused error when trying to connect to the url specified in the script. As root, I can run /opt/red5/red5.sh It runs, but I don't know if it is doing what it is supposed to. Things to note: I had to approve certain pack

Re: TLS for SMTP for conference invite user

2010-03-08 Thread Віталій Ковалишин
I really don't understand why! Can we try with uncommented line? -- Vitaly Kovalyshyn, IT-SFERA http://vk.it-sfera.com.ua/ 2010/3/8 Sebastian Wagner > tls is already turned off / commented out: > > http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/

Re: getInvitationHash, sendInvitationHash not exposed in RoomService

2010-03-08 Thread Sebastian Wagner
500 people 4 GB RAM, Dual Core CPU (500 concurrent users in 10 rooms a 50 Users) 1 video stream 50-70 KB 1 screen sharing stream 90 KB Number of streams per room depend on what kind of usage scenario you take (conference, audience, restricted) and how many people turn on their cam/mic inside. Se

Re: getInvitationHash, sendInvitationHash not exposed in RoomService

2010-03-08 Thread Juan Fernando Herrera J.
I want to use openmeetings for two rooms with 35 people each. What CPU speed/memory/bandwith would I need? Thanks Juan Herrera EAFIT Virtual Universidad EAFIT -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send ema

Install Script - Update for release 3087

2010-03-08 Thread Victor
Hi Folks!! Today I finished the update of the Automagic script for the new release (3087). Sebastian, could you please, update the script on SVN? []'s Victor -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send

Re: TLS for SMTP for conference invite user

2010-03-08 Thread Sebastian Wagner
tls is already turned off / commented out: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/utils/mail/MailHandler.java#86 Maybe you need to turn it on ... not off? Sebastian 2010/3/8 bugbeta > i have the same problem,how to disable the tsl? > >