Re: Auto login: test loginUser()

2013-10-25 Thread Jacob C. Gaiski
The user requesting the secure hash must have admin permissions regardless of the user object attributed to the user. Attributing an admin user to a user object will grant admin permissions, granting anonymous user attributes will grant anonymous action. I'm fairly certain I'm correct. Please c

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
I would like to confirm for auto login procedure. It seems like the username parameter of loginUser() must be a admin account. Dose it correct? If so, ordinary user (om_user.level_id=1) can not enter into any room by auto login. The procedure is as following. 1.get session data by using getSessi

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
HI Maxim, I have just tried one, and works fine. Great. Many thanks about your suggestion. So, have this procedure been opened where else, that like a wiki and/or tutorial ? I could not find it. If there is not yet, why not i write it on wiki ? -Ono 2013/10/25 小野圭二 > Thank you, Maxim. > I wi

Added fix to Room/Group SOAP functionality

2013-10-25 Thread Samuel Hagen
Hi there, I took some time to add in the ability to match organizations with rooms via SOAP. Since I'm not a developer, I figured I'd send the changes to the email list and see if they were of interest to anyone. Edits are on line 2517 of RoomWebService.java and on line 656 of RoomWebServiceFac

Re: change location of Chat windows

2013-10-25 Thread Alexander Brovman
I have already posted this on the appropriate mailing lists, quite frankly i am too tired and enraged form dealing and fixing/customizing the majority of my plattform today. I have already configured everything that i needed to with the help of the devs (Maxim especially) and i have been looking t

RE: change location of Chat windows

2013-10-25 Thread Jeff Clay
I’m going to say that you can’t read too well because you’re not even sending this to the updated user group. That gives a little insight on your reading. From: Alexander Brovman [mailto:alexander.brov...@gmail.com] Sent: Friday, October 25, 2013 5:14 PM To: openmeetings-u...@googlegroups.com S

Re: change location of Chat windows

2013-10-25 Thread Alexander Brovman
Let me be honest Brajesh, I have been searching online for the past 6 hours on how to modify/manipulate the Chatwindow in a public conference room and changing the baseconferenceroom.lzx file breaks flash, your incredibly vague and indescriptive answer of changing the lzx files is neither helpf

Re: Moving ChatTab in Conference room to the right?

2013-10-25 Thread Alexander Brovman
I have Tested this now... It will Place the Chatbar at the bottom right Below the properties bar. Also if you try to open it flash will crash... I'm open for suggestions. Sent from my iPhone On 25.10.2013, at 19:42, Alexander Brovman wrote: > So I hope my understanding here is correct: > >

Moving ChatTab in Conference room to the right?

2013-10-25 Thread Alexander Brovman
So I hope my understanding here is correct: If i want to edit the location of the ChatTab to the righthand side of the window instead of the bottom of the window for a public conference room.. i would need to: open this source file: baseConferenceRoom.LZX and modify the: If i want it o

Re: Problems with Openmeetins & RTMPS

2013-10-25 Thread ict . projects
OK, Thank you very much! Its getting late here. I will be in the office on Monday again from 8:00 UTC+5:45 (Nepal) And I'm very happy to help investigate that problem because if I get that working beginning next week I will have one big problem solved and my bosses will be very happy. Artu

Re: Problems with Openmeetins & RTMPS

2013-10-25 Thread Maxim Solodovnik
Seems like I was able to reproduce the issue Will try to investigate/fix On Fri, Oct 25, 2013 at 9:00 PM, wrote: > I would be very keen on a test. > parallel skyping might help. > When do you like to test? > > > Quoting Maxim Solodovnik : > > I was able to set up >> 2.2.0-SNAPSHOT 1534608 22-O

Top Bar .lzx name/location?

2013-10-25 Thread Alexander Brovman
I was wondering where the .lzx file is or what the name of the .lzx file is that controls that "top" bar where i have written the "Where?" in a blue text. http://i.imgur.com/2nuO6cF.png

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-10-25 Thread ict . projects
Where to get 2.1? I would like to test it. What ports are you using? Quoting Jaime Balbino : I have this frozen video in version 2.1.1. I downgrade for 2.1 and OM run fine. I think this is port configuration. I suggest default ports for test. I will test 2.2 shortly. 2013/9/6 Daniela Kirs

Re: Problems with Openmeetins & RTMPS

2013-10-25 Thread ict . projects
I would be very keen on a test. parallel skyping might help. When do you like to test? Quoting Maxim Solodovnik : I was able to set up 2.2.0-SNAPSHOT 1534608 22-October-2013 on https://demo.dataved.ru:5443/openmeetings/ It seems to work as expected (maybe because I'm the only person in the ro

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-25 Thread Alexander Brovman
Maxim thanks for the code, its interessting that the screenshot capture takes so long.. its surprising that the encode is faster than the actual capture, i am still researching methods on how to improve this, will share my findings with you. On Fri, Oct 25, 2013 at 9:57 AM, Maxim Solodovnik wrote

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-10-25 Thread Jaime Balbino
I have this frozen video in version 2.1.1. I downgrade for 2.1 and OM run fine. I think this is port configuration. I suggest default ports for test. I will test 2.2 shortly. 2013/9/6 Daniela Kirsch : > Thanks John, I did see that email but as you now know we don't have a > solution. I'm hoping s

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-10-25 Thread Maxim Solodovnik
I was able to set up 2.2.0-SNAPSHOT 1534608 22-October-2013 on https://demo.dataved.ru:5443/openmeetings/ It seems to work as expected (maybe because I'm the only person in the room) Can send invitation link to people willing to test On Fri, Oct 25, 2013 at 7:58 PM, Maxim Solodovnik wrote: > I

Re: Problems with Openmeetins & RTMPS

2013-10-25 Thread Maxim Solodovnik
I was able to set up 2.2.0-SNAPSHOT 1534608 22-October-2013 on https://demo.dataved.ru:5443/openmeetings/ It seems to work as expected (maybe because I'm the only person in the room) Can send invitation link to people willing to test On Fri, Oct 25, 2013 at 7:31 PM, Maxim Solodovnik wrote: > I

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
Thank you, Maxim. I will try it tomorrow. :) 2013/10/25 Maxim Solodovnik > Yes > > > On Fri, Oct 25, 2013 at 7:37 PM, 小野圭二 wrote: > >> >>you should use URL like this >> >>http://localhos:5080/openmeetings/?secureHash=&language=1 >> to enter the room >> >> >> Is the "" the value of "" ? >> >>

Re: Auto login: test loginUser()

2013-10-25 Thread Maxim Solodovnik
Yes On Fri, Oct 25, 2013 at 7:37 PM, 小野圭二 wrote: > >>you should use URL like this > >>http://localhos:5080/openmeetings/?secureHash=&language=1 > to enter the room > > > Is the "" the value of "" ? > > http://services.axis.openmeetings.apache.org";> > a8e844da497727d8a0ec1db4447d9d60 setUserOb

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
>>you should use URL like this >>http://localhos:5080/openmeetings/?secureHash=&language=1 to enter the room Is the "" the value of "" ? http://services.axis.openmeetings.apache.org";> a8e844da497727d8a0ec1db4447d9d60 -Ono 2013/10/25 Maxim Solodovnik > you should use URL like this > http:/

Re: Problems with Openmeetins & RTMPS

2013-10-25 Thread Maxim Solodovnik
I'm currently trying to double check this Will write back to all threads On Fri, Oct 25, 2013 at 5:07 PM, wrote: > Hi, > we are trying to use Openmeetings in our organisation for conferences. > It works very nice on the unencrypted protocols HTTP/RTMP but when I > switch it over to HTTPS and RT

Re: Auto login: test loginUser()

2013-10-25 Thread Maxim Solodovnik
you should use URL like this http://localhos:5080/openmeetings/?secureHash=&language=1 to enter the room On Fri, Oct 25, 2013 at 3:37 PM, 小野圭二 wrote: > I have made a external user by using addNewUserWithExternalType(). It was > fine. > Then auto login, fuum not work on me. I checked it and got

Problems with Openmeetins & RTMPS

2013-10-25 Thread ict . projects
Hi, we are trying to use Openmeetings in our organisation for conferences. It works very nice on the unencrypted protocols HTTP/RTMP but when I switch it over to HTTPS and RTMPS I get the same problems that are mentioned here: http://markmail.org/thread/35cbwifpeme2loee and here: http://markm

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
I have made a external user by using addNewUserWithExternalType(). It was fine. Then auto login, fuum not work on me. I checked it and got the return as following. http://services.axis.openmeetings.apache.org ">a8e844da497727d8a0ec1db4447d9d60 It seems like containing a hash code. Should i use it

Re: No Emails Sent From Calendar Event Notification

2013-10-25 Thread Daniel Baker
Ok I will try. On 10/25/2013 03:15 PM, Maxim Solodovnik wrote: Hello Daniel, Could you please perform kind of "detective" work? According to google this might be due to more than one jar file with same classes? The archives are: webapps/openmeetings/WEB-INF/lib/geronimo-javamail_1.4_spec-b

Re: about Asterisk Integration

2013-10-25 Thread Keisuke Yamada
Oh you are right thank you Keisuke Yamada (2013/10/25 17:18), Maxim Solodovnik wrote: Just have re-downloaded same file and triple check, the file is under /webapps/openmeetings/WEB-INF/classes/ On Fri, Oct 25, 2013 at 3:06 PM, Keisuke Yamada mailto:k-yam...@idnetworks.co.jp>> wrote:

Re: A little logo's OpenMeetings presentation

2013-10-25 Thread Maxim Solodovnik
I like it :) On Wed, Oct 23, 2013 at 11:38 PM, Alvaro wrote: > Hi Maxim, > > Attached a swf file with a little logo's OpenMeetings animated > presentation. > > :) > Alvaro > > > -- WBR Maxim aka solomax

Re: about Asterisk Integration

2013-10-25 Thread Maxim Solodovnik
Just have re-downloaded same file and triple check, the file is under /webapps/openmeetings/WEB-INF/classes/ On Fri, Oct 25, 2013 at 3:06 PM, Keisuke Yamada wrote: > Hi > > I download > > https://builds.apache.org/job/openmeetings/lastSuccessfulBuild/artifact/singlewebapp/dist/apache-openmeetin

Re: No Emails Sent From Calendar Event Notification

2013-10-25 Thread Maxim Solodovnik
Hello Daniel, Could you please perform kind of "detective" work? According to google this might be due to more than one jar file with same classes? The archives are: webapps/openmeetings/WEB-INF/lib/geronimo-javamail_1.4_spec-bundle-1.7.1.jar webapps/openmeetings/WEB-INF/lib/mail-jar-1.4.7.jar A

Re: about Asterisk Integration

2013-10-25 Thread Keisuke Yamada
Hi I download https://builds.apache.org/job/openmeetings/lastSuccessfulBuild/artifact/singlewebapp/dist/apache-openmeetings-3.0.0.r1535589-25-10-2013_0017.tar.gz And I did tar zxvf, but I could not see "openmeetings-applicationContext.xml". Should I get that file from "2.2"? Keisuke (2013

Re: about Asterisk Integration

2013-10-25 Thread Maxim Solodovnik
In case you installed into /usr/lib/red5 instead of /opt/red5 the location will be: /usr/lib/red5/webapps/openmeetings/WEB-INF/ openmeetings-applicationContext.xml right after the build :) binary distribution can be downloaded from https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeet

Re: Sourcecode for the Screensharing? + Recompiling?

2013-10-25 Thread Maxim Solodovnik
The method should be changed as follows: private static final Logger log = LoggerFactory.getLogger(CaptureScreen.class); public void run() { try { while (active && !core.isReadyToRecord()) { Thread.sleep(60); } Robot robot = new Robot(); BufferedImage image = null; while (active) { final long ctim

Re: about Asterisk Integration

2013-10-25 Thread Keisuke Yamada
I read https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless+-+12.10.pdf?version=1&modificationDate=1362051106000 I install just like above documentation. So I installed in /usr/lib/red5 And I did not find "openmeetings-applicationContext.xml".

Re: Auto login: test loginUser()

2013-10-25 Thread Maxim Solodovnik
The order should be: 1) getSession 2) loginUser 3) setUserObject. NOTE externalUserId and externalUserType are mandatory parameters by loginUser you authorizing your script by setUserObject... you are creating/editing "externaal" user and creating hash for entering the room as this user On

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
Thx Maxim, I tried setUserObj...() , but the return was error code that mean "Admin authorization required". http://services.axis.openmeetings.apache.org ">-26 This is the REST url that i called. http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID= ".$ses

Re: about Asterisk Integration

2013-10-25 Thread Maxim Solodovnik
According to updated documentation it's location is: /opt/red5/webapps/openmeetings/WEB-INF/classes/openmeetings-applicationContext.xml On Fri, Oct 25, 2013 at 2:35 PM, Keisuke Yamada wrote: > Thanks for replay. > > Would you please let me know about "openmeetings-applicationContext.xml"? > > C

Re: about Asterisk Integration

2013-10-25 Thread Keisuke Yamada
Thanks for replay. Would you please let me know about "openmeetings-applicationContext.xml"? Can I ignore it? Or should I get that file from internet(or another way)? Best regards. Keisuke Yamada (2013/10/25 16:28), Maxim Solodovnik wrote: Documentation is updated Thanks! On Fri, Oct 25,

Re: about Asterisk Integration

2013-10-25 Thread Maxim Solodovnik
Documentation is updated Thanks! On Fri, Oct 25, 2013 at 1:21 PM, Keisuke Yamada wrote: > Hi > > I installed openmeeings 3.0.0.0, and I tried to integrate with asterisk. > > I read > http://openmeetings.apache.org/red5sip-integration_3.0.html > > I realized in my environment there is no " > /op