Réf. : Re: #### Issue OPENMEETINGS-183 #### still not resolved

2012-04-21 Thread Hamdi THABET
I was unable to prepare a patch replacing "Timezone" column by "statue" one because I can't find the variable which stock this information. I searched in the public chat section (chatParticipants.lzx) but I only find the "connectedSince" attribute. <<608-1041a.jpg>>

Réf. : Re: #### Issue OPENMEETINGS-183 #### still not resolved

2012-04-21 Thread Hamdi THABET
I don't know exactly how to produce a patch, here are the minimal the changes needed to replace "Timezone" column by "email" one : - - .../WebContent/src/modules/setting

Re: Moderator privilege not available during the meeting

2012-04-21 Thread Pradeep D
Thanks for your help, Now its working fine. We want to get the list of recordings and want to play the recording we are got the list of recording list from the service call getFlvRecordingByRoomId, But how we can stream the it to the users and also where the recordings will be stored? Thanks Prad

Réf. : Re: Réf. : No invitation email sent [OM build #43]

2012-04-21 Thread Hamdi THABET
Okay but this old meeting should be inaccessible when we try to enter it. In old versions of OM these old meetings disappear from myrooms section. Also informations about a meeting in the popup box become absent in the last OM build. You are doing a good work Sebastian, but there is really a lot

Re: Réf. : No invitation email sent [OM build #43]

2012-04-21 Thread seba.wag...@gmail.com
* A meeting is still valid even after his time is exceeded ! It always appears in the menu "My rooms" on dashboard.* => the myrooms section shows old meetings as long as they are on the same day. Sebastian 2012/4/21 Hamdi THABET > Other bug >> > A meeting is still valid even after his time

Réf. : No invitation email sent [OM build #43]

2012-04-21 Thread Hamdi THABET
Other bug >> A meeting is still valid even after his time is exceeded ! It always appears in the menu "My rooms" on dashboard. ---Message original--- De : Hamdi THABET Date : 21/04/2012 15:56:23 A : openmeetings-user@incubator.apache.org Sujet : No invitation email sent [OM build #43]

No invitation email sent [OM build #43]

2012-04-21 Thread Hamdi THABET
When I create a new meeting with a moderator account >> I select "simple email" as notification method >> No invitation email was sent to any participant (invitation email are sent only with the option "iCal email"). Also when testing I remark that the invitation mail with option "simple email" i

Réf. : Re: #### Issue OPENMEETINGS-183 #### still not resolved

2012-04-21 Thread Hamdi THABET
Ok Sebastian :) But this is not a "wish" this is an improvement which can be useful for everybody :<<608-1041a.jpg>>

Re: #### Issue OPENMEETINGS-183 #### still not resolved

2012-04-21 Thread seba.wag...@gmail.com
that seems to me like a wish, not a Bug or issue. I am currently not working on it. Happy to review your patch :) Sebastian 2012/4/21 Hamdi THABET >Replacing "Timezone" column in "Users search" interface with a most > important information = "statue" (connected / absent).: > https://issues.

#### Issue OPENMEETINGS-183 #### still not resolved

2012-04-21 Thread Hamdi THABET
Replacing "Timezone" column in "Users search" interface with a most important information = "statue" (connected / absent).: https://issues.apache.org/jira/browse/OPENMEETINGS-183 Also I think it's very useful to generate the complete list of users until entering "User Search" section. And the tit

Re: Customize calendar

2012-04-21 Thread seba.wag...@gmail.com
Hi Heather, those modifications are not that difficult, however you need somebody that will do a customization for that for you cause this option is too specific. We cannot include that for everybody. Sebastian 2012/4/20 Heather Bissell > Afternoon, > > ** ** > > I have users asking whethe

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
Hi Pradeep, the way you parse the session response will not work, you should use a proper XML parser that ignores namespace prefixes. For example in the latest version the prefix will be names ax24 instead of ax23. Your problem about moderation can be solved if you specify for "appointment" false

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
Sorry standalone means I take your code and simply can execute it. I will not debug your script and code it for you :) Sebastian 2012/4/21 Pradeep D : > We have a OpenMeeting service classs which handles the communication > between our application and OpenMeeting. I have attached the service > cl

Re: Moderator privilege not available during the meeting

2012-04-21 Thread Pradeep D
We have a OpenMeeting service classs which handles the communication between our application and OpenMeeting. I have attached the service class with this mail. I guess you can hard code the parameter passed to the service calls and reproduce the issue. You can write a main class in this file and c

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
No, the userlevel that you are refering to is the "system user level" meaning if the user has admin privileges and can manipulate users or not. The moderator of a conference room has nothing to do with the moderator on system level. It is just confusing that they have the same name. I would sugg

Re: Moderator privilege not available during the meeting

2012-04-21 Thread Pradeep D
For all the external users the level_id is set as "1" in the table. But for the admin its set as "3". I checked the userlevel table and for "Moderator" the id is "2". So i guess any relationship with this level_id in the user table linked with moderator privilege in the meeting?? Thanks Pradeep D

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
Sorry Pradeep, I did not understand your concerns regarding userlevel. I also cannot reproduce your issue. But there is no issue for example when you are using: moodle.openmeetings.de, the moodle integration is using the same methods. I am going to test with the latest snapshot from trunk today.

Re: Moderator privilege not available during the meeting

2012-04-21 Thread Pradeep D
Yes we added the hash to the url as below, http://192.168.8.203:5080/openmeetings/?secureHash=cd0bcd0796e6994b83ed115376bb3103 Thanks Pradeep D On Sat, Apr 21, 2012 at 2:48 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > And the result of the method: setUserObjectAndGenerateRoomHash

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
And the result of the method: setUserObjectAndGenerateRoomHashByURL you attach that as parameter "secureHash=$YOUR_HASH" to the URL ? So according to your screenshot something like secureHash=cd0... Sebastian 2012/4/21 Pradeep D : > It has a value "1", Please refer the  attached screenshot > > T

Re: Moderator privilege not available during the meeting

2012-04-21 Thread seba.wag...@gmail.com
In the table "soaplogin" is the column "becomemoderator" 1 or 0 ? Sebastian 2012/4/21 Pradeep D > Sebastian, > > We are using openmeeting 1.9.1 version and we dont find any error in the > log file. We are able to launch into the meeting using the generated has > value. But for the admin we are

Re: Moderator privilege not available during the meeting

2012-04-21 Thread Pradeep D
Sebastian, We are using openmeeting 1.9.1 version and we dont find any error in the log file. We are able to launch into the meeting using the generated has value. But for the admin we are not getting the moderator privilege though we are sending becomeModeratorAsInt as "1" for the admin during th