Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
OK, I understand I'll try to reproduce your problem and will let you know On 18 October 2014 03:15, César M. Sandrigo wrote: > I'm using appointments because I would like to use iCal notification > from OM. So, every time that a user needs to meet with the others > users assigned to a "problem"

Re: OpenMeetings v3.0.3 Connect to LDAP using mail attribute

2014-10-17 Thread Maxim Solodovnik
Do you have any LDAP browser with search capability? Maybe you can test your query using this browser? On 18 October 2014 03:57, John Samonakis wrote: > Hi there! > > I have successfully connected OpenMeetings version 3.0.3 with LDAP and I > can now log in > > using my username (the “uid” LDAP a

OpenMeetings v3.0.3 Connect to LDAP using mail attribute

2014-10-17 Thread John Samonakis
Hi there! I have successfully connected OpenMeetings version 3.0.3 with LDAP and I can now log in using my username (the "uid" LDAP attribute). I use Sun LDAP. However I want to connect using my email address (the "mail" LDAP attribute). Is this possible? I have change the line in config:

Re: Creating an appointment with an existing room

2014-10-17 Thread César M . Sandrigo
I'm using appointments because I would like to use iCal notification from OM. So, every time that a user needs to meet with the others users assigned to a "problem" he/she could create a new appointment and other user would be reported. And then app could show to each user the next appointment that

Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
According to the code: if roomId > 0 AND room with this id exist it should be used "Create/Modify appointment special room". selected might be UI issue I need more time to check ~3AM will try to do it tomorrow . On 18 October 2014 02:45, Maxim Solodovnik wrote: > I'll check > > Why ar

Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
I'll check Why are using appointments for this? You can just use rooms On 18 October 2014 02:42, César M. Sandrigo wrote: > Hi guys, it's me again! > > When I create a new appointment using soap method saveAppointment I > pass it the roomId parameter, but always the appointment is created

Creating an appointment with an existing room

2014-10-17 Thread César M . Sandrigo
Hi guys, it's me again! When I create a new appointment using soap method saveAppointment I pass it the roomId parameter, but always the appointment is created with the option "Create/Modify appointment special room". What does it mean? Does it mean that a special room will be created for this app

Re: setUserObjectAndGenerateRoomHash .....how it works?

2014-10-17 Thread Maxim Solodovnik
loginUser authorizes user who make all subsequent calls setUserObjectAndGenerate* creates/retrieves user and generates secureHash this API was written for CMS integration externalUserId is the id in CMS (external system) externalUserType is unique name for the external system being integrated bec

Re: setUserObjectAndGenerateRoomHash .....how it works?

2014-10-17 Thread César M . Sandrigo
Hi Dario, I'm new in the OM world and I consider that I don't understand very well the service operations yet, buy maybe I can help you. I do the fallowing steps to get the room hash: 1. getSession 2. loginUser 3. addRoomWithModerationAndExternalType 4. getRoomIdByExternalId (Just for now, I'm g

setUserObjectAndGenerateRoomHash .....how it works?

2014-10-17 Thread Dario Guida
I don't understand how the setUserObjectAndGenerateRoomHash work. I post How I use it in java with Soap WebService Step 1 : SESSION ID Sessiondata session = userEndPoint.getSession(); sessionId = session.getSession_id(); Step 2 : LOGIN USER long userId = userEndPoint.loginUse

Re: Recordings video error - "Invalid data found when processing input"

2014-10-17 Thread Maxim Solodovnik
Thanks for sharing this On 17 October 2014 16:05, Linas Redeckis wrote: > I just found the problem.. and noone could guess : ) its my hardware. > > the library/port called x264 is installed when you check it in ffmpeg. and > default option configuration before compile has this thing checked: > [

Re: Recordings video error - "Invalid data found when processing input"

2014-10-17 Thread Linas Redeckis
I just found the problem.. and noone could guess : ) its my hardware. the library/port called x264 is installed when you check it in ffmpeg. and default option configuration before compile has this thing checked: [ x ] ASM - Enable Assembly Optimizations seems inocent at first. not, if you have ol

Re: Recordings video error - "Invalid data found when processing input"

2014-10-17 Thread Maxim Solodovnik
I can try "General tutorial" from here https://trac.ffmpeg.org/wiki/CompilationGuide or select tutorial for the system closest to FreeBSD from the list On 17 October 2014 14:13, Linas Redeckis wrote: > thank you for helping me. > so, i have something wrong with my ffmpeg compilation. > > im doin

Re: Recordings video error - "Invalid data found when processing input"

2014-10-17 Thread Linas Redeckis
thank you for helping me. so, i have something wrong with my ffmpeg compilation. im doing this on FreeBSD 10, and no noob-proof tutorials are present on internets.. but it is not that different from other OS's maybe later i will publish my tutorial and others will correct me if im doing something