Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
Hi Maxim, I saw you have done a fix in r1469239. With that fix the problem is solved. Thanks! On Fri, Apr 19, 2013 at 9:27 AM, Andun Sameera wrote: > OK Maxim. If you need any help please let me know. > > Thanks! > > > On Fri, Apr 19, 2013 at 9:22 AM, Maxim Solodovnik wrote: > >> The issue see

Re: svn commit: r1469239 - in /openmeetings: branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPr

2013-04-18 Thread Maxim Solodovnik
Voting is the most difficult part :))) On Fri, Apr 19, 2013 at 11:27 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Sounds good. > Now as we have gone through the release process one time it should be also > not that big effort to repeat it. > > Sebastian > > > 2013/4/19 Maxim Solod

Re: svn commit: r1469239 - in /openmeetings: branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPr

2013-04-18 Thread seba.wag...@gmail.com
Sounds good. Now as we have gone through the release process one time it should be also not that big effort to repeat it. Sebastian 2013/4/19 Maxim Solodovnik > Hello Sebastian, > > I think it should be 2.1.1 since all changes are minor > will be bugfix release for 2.1 > > > On Fri, Apr 19, 20

Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
OK Maxim. If you need any help please let me know. Thanks! On Fri, Apr 19, 2013 at 9:22 AM, Maxim Solodovnik wrote: > The issue seems to be reproducible in 3.0 only > I'll handle it > Thanks for the investigation! > > > On Fri, Apr 19, 2013 at 1:01 AM, Andun Sameera wrote: > > > Hi, > > > > By

Re: "Click here to enter room" link want work

2013-04-18 Thread Maxim Solodovnik
The issue seems to be reproducible in 3.0 only I'll handle it Thanks for the investigation! On Fri, Apr 19, 2013 at 1:01 AM, Andun Sameera wrote: > Hi, > > By looking at these results, I have debugged deeper to find something, > > Here what I notice is the SID passed to the method argument is n

Re: svn commit: r1469239 - in /openmeetings: branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPr

2013-04-18 Thread Maxim Solodovnik
Hello Sebastian, I think it should be 2.1.1 since all changes are minor will be bugfix release for 2.1 On Fri, Apr 19, 2013 at 4:42 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Do you plan to release a 2.1.1 release or will those fixes become a 2.2 > version ? > > Thanks, > Sebas

Re: svn commit: r1469239 - in /openmeetings: branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPr

2013-04-18 Thread seba.wag...@gmail.com
Do you plan to release a 2.1.1 release or will those fixes become a 2.2 version ? Thanks, Sebastian 2013/4/18 > Author: solomax > Date: Thu Apr 18 09:20:10 2013 > New Revision: 1469239 > > URL: http://svn.apache.org/r1469239 > Log: > [OPENMEETINGS-609] End time fix by Ankur is commited > > Mod

AEC in the new release

2013-04-18 Thread Alexei Fedotov
Hello guys, How AEC (acoustic echo cancellation) works for you in the new release? Can anyone share usage experience? -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095

Re: Azure image: a call for volunteers

2013-04-18 Thread Maxim Solodovnik
I can set up Om on Ubuntu next week in case I will have SSH. or anyone can do it using these detailed guides full of screenshots :)) https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools On Fri, Apr 19, 2013 at 1:46 AM, Ross Gardler wrote: > No,

Re: Azure image: a call for volunteers

2013-04-18 Thread Ross Gardler
No, a virtual machine image is not an .iso I'm afraid. But if you want to create an image with that combination I'd be happy to help guide you through the process. It's really easy. Moodle is currently one of the most popular images on VM Depot in terms of the number of deployments. I'm sure there

Re: Azure image: a call for volunteers

2013-04-18 Thread Maxim Solodovnik
Linux on Microsoft Azure? Is it possible? We already have .iso with Ubuntu+Openmeetings+Moodle from Alvaro Maybe it is possible to "install from iso"? On Fri, Apr 19, 2013 at 12:32 AM, Ross Gardler wrote: > "some guy" is me :-) > > I'd be very happy to provide support to anyone who wants to tack

Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
Hi, By looking at these results, I have debugged deeper to find something, Here what I notice is the SID passed to the method argument is not exists in the back-end database. I have checked it. So why we use this logic to get room types? What is the relationship between room types and session ?

Re: Azure image: a call for volunteers

2013-04-18 Thread Ross Gardler
"some guy" is me :-) I'd be very happy to provide support to anyone who wants to tackle this. The only skills you need is to be able to set up a Linux machine running OpenMeetings. The only tools you need are a browser and an SSH client. I have some in development documentation which shows you st

Azure image: a call for volunteers

2013-04-18 Thread Alexei Fedotov
Hello folks, You probably know that Microsoft Azure gives you three month trial period. This is usually sufficent for most of people to try some product like openmeetings. Volunteers are wanted to create VM image for VM depot [1]. How to do this? One guy from our community (and former openmeeting

Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
I have did a debug on the following code segment of Conference Service Class, public List getRoomTypes(String SID) { Long users_id = sessiondataDao.checkSession(SID); Long user_level = userManager.getUserLevelByID(users_id); if (authLevelUtil.checkUserLevel(user_level)) {

Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
OK Maxim, Will have a look. On Thu, Apr 18, 2013 at 3:33 PM, Maxim Solodovnik wrote: > Just put breakpoint into this method and take a look what is going on ... > Currently we just ignoring these errors, but i believe the code should be > corrected > > > On Thu, Apr 18, 2013 at 5:01 PM, Andun Sam

Re: "Click here to enter room" link want work

2013-04-18 Thread Maxim Solodovnik
Just put breakpoint into this method and take a look what is going on ... Currently we just ignoring these errors, but i believe the code should be corrected On Thu, Apr 18, 2013 at 5:01 PM, Andun Sameera wrote: > Hi Maxim, > > Is there any particular instruction or methods to investigate about

Re: "Click here to enter room" link want work

2013-04-18 Thread Andun Sameera
Hi Maxim, Is there any particular instruction or methods to investigate about this ? I will look in to this. Thanks! On Thu, Apr 18, 2013 at 2:54 PM, Maxim Solodovnik wrote: > This need to be investigated ... > maybe additional check is necessary like userId/level is not null ... > > > On Sun,

Re: Recording

2013-04-18 Thread Maxim Solodovnik
Is it possible for you to record anything without Moodle? (if no it is definitely 3rd party tools issue on your OM server) If it is possible you need to try to enter the room from Moodle and record something. On Mon, Apr 15, 2013 at 3:01 PM, Juraj Béreš wrote: > Hi, > I have a problem with dow

Re: "Click here to enter room" link want work

2013-04-18 Thread Maxim Solodovnik
This need to be investigated ... maybe additional check is necessary like userId/level is not null ... On Sun, Apr 14, 2013 at 3:22 AM, Andun Sameera wrote: > Hi All, > > The getRoomTypes method of autoloaderBarOnly, calls the > getRoomTypes(String SID) method of ConferenceService class. There