Re: one default private room for each user. (for instant private meetings)

2010-08-02 Thread cucu
Hello,

yes SugarCRM..

but with a mysql script for every user that connect, it is created  an
appointment/meeting_members/rooms/invitations rows in the database..
and
so now each user (a bit after it connects) will have his own "virtual
private Ofiice" where to invite the others.
Every day you need to update the date on the appointments.. etc.

it is a bit cript for some fields on the DB .. but it works.


-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: one default private room for each user. (for instant private meetings)

2010-07-22 Thread Alexander Prudnikov
Hello Cucu,

You can have a look at the Moodle or SugarCRM integrations as an
example.
Although they are in php, they can still show you the principles or
the integration by SOAP.

On Jul 21, 4:38 pm, cucu  wrote:
> Thank you Sebastian.
>
> in fact, I ll start in this directions..
> We wish to have openmeeting to integrate with Ldap, and Lotus Notes..
> and this will be the challenge.
>
> Anybody out there develop an alternative (SOAP) frontend for
> openmeeting, and willing to share the ideas/code?
>
> On Jul 19, 3:25 pm, Sebastian Wagner  wrote:
>
>
>
> > Hi Cucu,
>
> > there is another way to achieve that. You should be using the SOAP
> > Gateway. That way you can build a system that you would like based on
> > your personal business logic and just generate links to conferenceroomas 
> > you want to.
>
> > Sebastian
>
> > On Jul 19, 2:28 pm, cucu  wrote:
>
> > > Hi,
>
> > > first of all fantastic application! thanks to all of you!
>
> > > It would be nice to have a way that :
> > > users log in and invite other users (even external) to an "instant"
> > > video meeting on a his ownprivatevirtualroom, accessible directly
> > > on the "privateroom" tab. (This happen if you schedule a meeting in
> > > the Openmmeting calendar)
> > > In fact the other rooms are a bit to "public" for our req. (everyone
> > > on the organization could join for a moment..and the moderator doesn't
> > > notice). Of course the work-around is to create small
> > > organizations...
>
> > > Or it could be good to implement a function of "shut door" in aroom
> > > so noone else could partecipate... (so to control the load of the host
> > > as well)
>
> > > I tried to insert theroomand fake the date in mysql db, but no
> > > success...
> > > Is there any other way?
>
> > > thank you again!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: one default private room for each user. (for instant private meetings)

2010-07-21 Thread cucu
Thank you Sebastian.

in fact, I ll start in this directions..
We wish to have openmeeting to integrate with Ldap, and Lotus Notes..
and this will be the challenge.

Anybody out there develop an alternative (SOAP) frontend for
openmeeting, and willing to share the ideas/code?

On Jul 19, 3:25 pm, Sebastian Wagner  wrote:
> Hi Cucu,
>
> there is another way to achieve that. You should be using the SOAP
> Gateway. That way you can build a system that you would like based on
> your personal business logic and just generate links to conferenceroomas you 
> want to.
>
> Sebastian
>
> On Jul 19, 2:28 pm, cucu  wrote:
>
> > Hi,
>
> > first of all fantastic application! thanks to all of you!
>
> > It would be nice to have a way that :
> > users log in and invite other users (even external) to an "instant"
> > video meeting on a his ownprivatevirtualroom, accessible directly
> > on the "privateroom" tab. (This happen if you schedule a meeting in
> > the Openmmeting calendar)
> > In fact the other rooms are a bit to "public" for our req. (everyone
> > on the organization could join for a moment..and the moderator doesn't
> > notice). Of course the work-around is to create small
> > organizations...
>
> > Or it could be good to implement a function of "shut door" in aroom
> > so noone else could partecipate... (so to control the load of the host
> > as well)
>
> > I tried to insert theroomand fake the date in mysql db, but no
> > success...
> > Is there any other way?
>
> > thank you again!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: one default private room for each user. (for instant private meetings)

2010-07-19 Thread Sebastian Wagner
Hi Cucu,

there is another way to achieve that. You should be using the SOAP
Gateway. That way you can build a system that you would like based on
your personal business logic and just generate links to conference
room as you want to.


Sebastian

On Jul 19, 2:28 pm, cucu  wrote:
> Hi,
>
> first of all fantastic application! thanks to all of you!
>
> It would be nice to have a way that :
> users log in and invite other users (even external) to an "instant"
> video meeting on a his own private virtual room, accessible directly
> on the "private room" tab. (This happen if you schedule a meeting in
> the Openmmeting calendar)
> In fact the other rooms are a bit to "public" for our req. (everyone
> on the organization could join for a moment..and the moderator doesn't
> notice). Of course the work-around is to create small
> organizations...
>
> Or it could be good to implement a function of "shut door" in a room
> so noone else could partecipate... (so to control the load of the host
> as well)
>
> I tried to insert the room and fake the date in mysql db, but no
> success...
> Is there any other way?
>
> thank you again!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.