Re: Invitations never marked as 'was_used' in database

2014-12-02 Thread César M . Sandrigo
Oh, I see. My fault, I thought it was a bug, but is a feature :) . Thanks Maxim. 2014-12-02 16:16 GMT-03:00 Maxim Solodovnik : > Actually it should be marked as "used" for "one-time" invitations only > > On Wed, Dec 3, 2014 at 1:05 AM, César M. Sandrigo >

Invitations never marked as 'was_used' in database

2014-12-02 Thread César M . Sandrigo
Hi guys, I've noticed when I send an invitation via email a new row is inserted on 'invitation' table in database. The invitation table has a field called 'was_used' and I suppose that has to be marked as 'true' when somebody enters to the room using the link included in the invitation email. Am I

Re: Getting room chats using web service

2014-11-26 Thread César M . Sandrigo
currently stored) > AFAIK there is no way to get it using web service > > in 3.1 (trunk) both are stored in DB > But also no service for them yet > > On Wed, Nov 26, 2014 at 2:10 AM, César M. Sandrigo > wrote: > >> Hi again. More questions about chats... >> >

Re: Getting room chats using web service

2014-11-25 Thread César M . Sandrigo
0:01 GMT-03:00 César M. Sandrigo : > Hi! > > Short question: Is there a way to get the chats from a room using web > services? > > Greetings, > César. >

Getting room chats using web service

2014-11-25 Thread César M . Sandrigo
Hi! Short question: Is there a way to get the chats from a room using web services? Greetings, César.

Re: saveAppointment not sending notifications

2014-10-23 Thread César M . Sandrigo
Ok Maxim, thank you! 2014-10-23 12:40 GMT-03:00 Maxim Solodovnik : > OK, it seems I found an issue, will try to fix > > On 22 October 2014 23:24, Maxim Solodovnik wrote: >> >> I'll check the code >> >> On 22 October 2014 23:01, César M. Sandrigo wrote: >

saveAppointment not sending notifications

2014-10-22 Thread César M . Sandrigo
Hi all, I've noticed that when I create a new appointment using SOAP method saveAppointment, the notification is never sent. I'm using iCal notifications and works perfect when I create and appointment using UI. Any idea? I call saveAppointment using the following parameters, and the event is cre

Re: People who participated in an appointment

2014-10-22 Thread César M . Sandrigo
Ok guys, I already created a new JIRA issue https://issues.apache.org/jira/browse/OPENMEETINGS-. It's my first issue, so please check it and let me know if it is OK. I'm glad to colaborate :) . Greetings! 2014-10-22 10:03 GMT-03:00 César M. Sandrigo : > Thanks Maxim and Pe

Re: People who participated in an appointment

2014-10-22 Thread César M . Sandrigo
> >> functionality you are looking for can be implemented, could you create >> JIRA issue with detailed description >> >> On 22 October 2014 03:07, César M. Sandrigo wrote: >>> >>> Hi everybody! >>> >>> Is there a way to know how many

People who participated in an appointment

2014-10-21 Thread César M . Sandrigo
Hi everybody! Is there a way to know how many people have participated in a specific appointment? I see that I have two interesting methods in RoomService that maybe can help me: getRoomCounters and getRoomsWithCurrentUsers but these seem to be to retrieve real-time information about rooms. Am I

Re: Creating an appointment with an existing room

2014-10-17 Thread César M . Sandrigo
ext appointment that he/she have. 2014-10-17 16:45 GMT-03:00 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!

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

Re: saveAppointement CalendaService Problem

2014-10-16 Thread César M . Sandrigo
t; otherwise > create Meeting member from first/last/email/timezone > > On 17 October 2014 01:37, César M. Sandrigo wrote: >> >> By the way, where I find this documentation? >> >> I'm just trying to find what mean every value in the mmClient >> paramete

Re: saveAppointement CalendaService Problem

2014-10-16 Thread César M . Sandrigo
By the way, where I find this documentation? I'm just trying to find what mean every value in the mmClient parameter. I'm curretly using the API documentation (https://openmeetings.apache.org/openmeetings-webservice/apidocs/). Is there another page with more documentation? Thanks. 2014-10-16 2:

Re: Problems with GetRooms SOAP method

2014-10-14 Thread César M . Sandrigo
lugins are using the RoomService. Do you know if these plugins are still working with the newest versions? Maybe a I'm doing something wrong. Is there a way to get room_id without using the getRooms method? I need room_id to get the invitation hash. Greetings. 2014-10-14 10:11 GMT-03:00 Cé

Re: Problems with GetRooms SOAP method

2014-10-14 Thread César M . Sandrigo
se/OPENMEETINGS-1102 > > On 11 October 2014 01:14, Maxim Solodovnik wrote: >> >> seems to be reproducible :( >> will try to workaround/fix it :( >> >> On 11 October 2014 00:29, Maxim Solodovnik wrote: >>> >>> I'm the dev :) >>> w

Re: Problems with GetRooms SOAP method

2014-10-10 Thread César M . Sandrigo
pening? Maybe I should write to the devs mail list. What do you think? 2014-10-10 10:19 GMT-03:00 Maxim Solodovnik : > OK, will wait for the news :) > I would suggest you to use recent release: 3.0.3 > > On 10 October 2014 20:12, César M. Sandrigo wrote: >> >> Hi guys, >

Re: Problems with GetRooms SOAP method

2014-10-10 Thread César M . Sandrigo
9:50 AM, Maxim Solodovnik >>> wrote: >>>> >>>> according to the logs the version is 3.0.2-RELEASE >>>> >>>> @Cezar, could you please share SOAP methods you are calling? (order and >>>> stubbed parameters) >>>

Problems with GetRooms SOAP method

2014-10-09 Thread César M . Sandrigo
Hi everybody! I'm using OpenMeetings SOAP services to integrate it with an existing application in my company. When I try to get all existing rooms using methods GetRooms or GetRoomWithCurrentUsers i get a FaultException. In the red5.log file I could find the stack trace of the orginal exception: