Re: saveAppointement CalendaService Problem

2014-10-15 Thread Maxim Solodovnik
Done, documentation is updated On 15 October 2014 22:34, Dario Guida wrote: > Sure… this is full Example in java : > > > > > >Calendar start = Calendar.*getInstance*(); > > start.set(2014, Calendar.*OCTOBER*, 31); > > start.setTimeInMillis(start.ge

Re: OM and Asterisk: use MySQL or Derby?

2014-10-15 Thread Maxim Solodovnik
Thanks for sharing this! On 16 October 2014 10:21, hadi sumarsono wrote: > Problem solved after 2 days investigating why "jdbc communication link > failure" :) > > 1).Just disable option --skip-networking in script /etc/rc.d/rc.mysqld > (note: I am using Slackware-Linux, modify /etc/my.cnf is no

Re: OM Customizations

2014-10-15 Thread Maxim Solodovnik
Administration->Language Editor Labels 282, 283, 286, 287 On 16 October 2014 02:57, Bobby Murdock wrote: > How can I change the links that are provided by default within the welcome > widget? I would like to remove or change the Project Website link as well > as the User Mailing list link. > >

Re: OM and Asterisk: use MySQL or Derby?

2014-10-15 Thread hadi sumarsono
Problem solved after 2 days investigating why "jdbc communication link failure" :) 1).Just disable option --skip-networking in script /etc/rc.d/rc.mysqld (note: I am using Slackware-Linux, modify /etc/my.cnf is not enough) 2).Restart MySql service 3).Re-check listening port 3306, with command "net

Re: OM and Asterisk: use MySQL or Derby?

2014-10-15 Thread Maxim Solodovnik
Are you using 3.0.x version with this "pre 2.0" xml file? You need to take mysql_* file from the release you are using WBR, Max (from mobile) On Oct 16, 2014 5:31 AM, "Paul Squires" wrote: > Hi Maxim, all, > > Thanks so much for continuing to help with this one. > > So, just to make sure that t

OM and Asterisk: use MySQL or Derby?

2014-10-15 Thread Paul Squires
Hi Maxim, all, Thanks so much for continuing to help with this one. So, just to make sure that there weren't any typos, I pasted the original mysql_persistence.xml... https://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/META-INF/mysql_persistence.xml?r=4708 ... into an em

OM Customizations

2014-10-15 Thread Bobby Murdock
How can I change the links that are provided by default within the welcome widget? I would like to remove or change the Project Website link as well as the User Mailing list link. Bobby Murdock GSC IT Department Network Engineer/ Internet Analyst 804.482.5961 VoIP 804.320.7101 ext 249

Re: Change first day in Calendar

2014-10-15 Thread Maxim Solodovnik
saw it, will try to address ASAP :) On 16 October 2014 00:08, Alvaro wrote: > ...thanksss, it is ready :) > > > .. > > > El mié, 15-10-2014 a las 23:57 +0700, Maxim Solodovnik escribió: > > 1) go here: https://issues.apache.org/jira/browse/OPENMEETINGS > > 2) login > > 3) "Create

Re: Change first day in Calendar

2014-10-15 Thread Alvaro
...thanksss, it is ready :) .. El mié, 15-10-2014 a las 23:57 +0700, Maxim Solodovnik escribió: > 1) go here: https://issues.apache.org/jira/browse/OPENMEETINGS > 2) login > 3) "Create" > > > :) > > On 15 October 2014 23:55, Alvaro wrote: > Yes Maxim i will do it. >

Re: Change first day in Calendar

2014-10-15 Thread Maxim Solodovnik
1) go here: https://issues.apache.org/jira/browse/OPENMEETINGS 2) login 3) "Create" :) On 15 October 2014 23:55, Alvaro wrote: > Yes Maxim i will do it. > > Could you tell me the procces for it, don't remember the url > and... > > > > El mié, 15-10-2014 a las 23:06 +0700, Maxim

Re: Change first day in Calendar

2014-10-15 Thread Alvaro
Yes Maxim i will do it. Could you tell me the procces for it, don't remember the url and... El mié, 15-10-2014 a las 23:06 +0700, Maxim Solodovnik escribió: > Could you create JIRA issue? I'll add configuration parameter for this > > On 15 October 2014 23:01, Alvaro wrote: >

Re: Change first day in Calendar

2014-10-15 Thread Alvaro
..Ok, Thanks .. El mié, 15-10-2014 a las 22:59 +0700, Maxim Solodovnik escribió: > yep, this option is not work any longer, will ceck the code and write > back > > On 15 October 2014 22:44, Alvaro wrote: > Hello Maxim, > > Could you please tell me how change th

Re: Change first day in Calendar

2014-10-15 Thread Maxim Solodovnik
Could you create JIRA issue? I'll add configuration parameter for this On 15 October 2014 23:01, Alvaro wrote: > ..Ok, Thanks > > > .. > > El mié, 15-10-2014 a las 22:59 +0700, Maxim Solodovnik escribió: > > yep, this option is not work any longer, will ceck the code and write > > back >

Re: Change first day in Calendar

2014-10-15 Thread Maxim Solodovnik
yep, this option is not work any longer, will ceck the code and write back On 15 October 2014 22:44, Alvaro wrote: > Hello Maxim, > > Could you please tell me how change the first day in Calendar to > Monday? > > OM 3.0.2 > > /public/config.xml > > 1 > > ...doesn't works. > > Thanks > > Alvaro >

Change first day in Calendar

2014-10-15 Thread Alvaro
Hello Maxim, Could you please tell me how change the first day in Calendar to Monday? OM 3.0.2 /public/config.xml 1 ...doesn't works. Thanks Alvaro

R: saveAppointement CalendaService Problem

2014-10-15 Thread Dario Guida
Sure… this is full Example in java : Calendar start = Calendar.getInstance(); start.set(2014, Calendar.OCTOBER, 31); start.setTimeInMillis(start.getTimeInMillis() + 60); Calendar end = Calendar.getInstance();

Re: saveAppointement CalendaService Problem

2014-10-15 Thread Maxim Solodovnik
Could yo point to the example you have followed, so I can update it with the solution? On 15 October 2014 22:13, Dario Guida wrote: > Thank you!! > > > > Singole quote is the solution > > > > *Da:* Abhishek Yadav [mailto:abhishek.ya...@hiddenbrains.in] > *Inviato:* mercoledì 15 ottobre 2014 13:0

R: saveAppointement CalendaService Problem

2014-10-15 Thread Dario Guida
Thank you!! Singole quote is the solution Da: Abhishek Yadav [mailto:abhishek.ya...@hiddenbrains.in] Inviato: mercoledì 15 ottobre 2014 13:09 A: Openmeetings user-list Oggetto: Re: saveAppointement CalendaService Problem Hello Dario, &mmClient='1,firstname,lastname,hans

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

2014-10-15 Thread Alvaro
...after do it Maxim tell you, here you can find diferents tutorials to install OpenMeetings with right compilation of ffmpeg: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for +installing+OpenMeetings+and+Tools Regards ... El mié, 15-10-2014 a las 19:55 +0

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

2014-10-15 Thread Maxim Solodovnik
Could you share flvRecording_4.flv so I can try to convert it with mine ffmpeg and your params? What OS/Browser are you using? Did you compiled ffmpeg from sources? On 15 October 2014 19:26, Linas Redeckis wrote: > some two years back i installed OM2 and it with some problems solved it is > stil

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

2014-10-15 Thread Linas Redeckis
some two years back i installed OM2 and it with some problems solved it is still working almost fine. but now is the time to try OM3. I just prepared separate computer for testing, and i think i have latest 3.0.3 version of OM. it works fine, loads faster, looks pretty. except encoding of recordin

Re: screensharing window zoom

2014-10-15 Thread Maxim Solodovnik
Hello Peter, Maybe you have reproducible steps? On 15 October 2014 17:38, Peter Dähn wrote: > Hi there, > > we use OM integrated in out LMS. We still use OM 3.0.2. > > If a non moderator user starts screensharing everything is fine. The > resulting screensharing window is used 100%. If a modera

Re: saveAppointement CalendaService Problem

2014-10-15 Thread Abhishek Yadav
Hello Dario, * &mmClient='1,firstname,lastname,hans .t...@gmail.com,1,Etc/GMT+1 <.t...@gmail.com,1,Etc/GMT+1>'* Use like this it will work(add single quote) (in OM 3.0.x versions, it is accepting with single quote). Try this and try with without URL encode (Because i am using without URL encode,

saveAppointement CalendaService Problem

2014-10-15 Thread Dario Guida
Hi, When I use rest webService CalendarService/ saveAppointement I have a issue when I insert mmclient through the parameters; I follow the example : &mmClient=1,firstname,lastname,hans .t...@gmail.com,1,Etc/GMT+1 With this : String mmClient = URLEncoder.encode("1,renato,renato,m...@hotma

screensharing window zoom

2014-10-15 Thread Peter Dähn
Hi there, we use OM integrated in out LMS. We still use OM 3.0.2. If a non moderator user starts screensharing everything is fine. The resulting screensharing window is used 100%. If a moderator starts screensharig the sharing window is just partially used. It depends on the ratio of the scr

[DICSUSSION] issues for the next release

2014-10-15 Thread Maxim Solodovnik
Dear Openmeeting community, We are currently working on getting web-applet being signed by valid certificate (no warnings or errors will be displayed to the end users while starting screen sharing applet) After this task will be completed I would like to release 3.0.4. If you feel any of this [1]