about Asterisk Integration

2013-10-25 Thread Keisuke Yamada
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 /opt/red5/webapps/openmeetings/WEB-INF/openmeetings-applicationContext.xml. And beginning of this pages mention

Auto login: test loginUser()

2013-10-25 Thread 小野圭二
Hi, Let me know what should i do after loginUser() was success. I am testing loginUser() for auto login from external site. At first, i got a session id by using getSession(), then called loginUser() with setting the session id. So the return was as following. ns:loginUserResponse

Re: Auto login: test loginUser()

2013-10-25 Thread Maxim Solodovnik
you need to call http://openmeetings.apache.org/UserService.html#setUserObjectAndGenerateRoomHash then redirect to http://localhos:5080/openmeetings/?secureHash=hash_createdlanguage=1 On Fri, Oct 25, 2013 at 1:23 PM, 小野圭二 onoke...@gmail.com wrote: Hi, Let me know what should i do after

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 k-yam...@idnetworks.co.jpwrote: 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

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
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 k-yam...@idnetworks.co.jpwrote: Thanks for replay. Would you please let me know about

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. ns:setUserObjectAndGenerateRoomHashResponse xmlns:ns= http://services.axis.openmeetings.apache.org ns:return-26/ns:return/ns:setUserObjectAndGenerateRoomHashResponse This is the REST url

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: 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 ctime

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

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 k-yam...@idnetworks.co.jpwrote: Hi I download

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 k-yam...@idnetworks.co.jp

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. ns:setUserObjectAndGenerateRoomHashResponse xmlns:ns= http://services.axis.openmeetings.apache.org

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:

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:

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, ict.proje...@nepal.inf.org 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

Re: Auto login: test loginUser()

2013-10-25 Thread 小野圭二
you should use URL like this http://localhos:5080/openmeetings/?secureHash=hash_createdlanguage=1 to enter the room Is the hash_created the value of ns:return ? ns:setUserObjectAndGenerateRoomHashResponse xmlns:ns= http://services.axis.openmeetings.apache.org;ns:return

Re: Auto login: test loginUser()

2013-10-25 Thread Maxim Solodovnik
Yes On Fri, Oct 25, 2013 at 7:37 PM, 小野圭二 onoke...@gmail.com wrote: you should use URL like this http://localhos:5080/openmeetings/?secureHash=hash_createdlanguage=1 to enter the room Is the hash_created the value of ns:return ? ns:setUserObjectAndGenerateRoomHashResponse xmlns:ns=

Re: Auto login: test loginUser()

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

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

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 dkir...@excelsystems.com: Thanks John, I did see that email but as you now know we don't have a

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

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 solomax...@gmail.com: 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

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 jaimeb...@gmail.com: 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.

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: 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.

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: baseTabChatPanel

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 alexander.brov...@gmail.com wrote: So I hope my

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

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

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

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

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 小野圭二 onoke...@gmail.com Thank

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

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