Re: OM5.0.0.3 REST problems

2020-04-08 Thread Varga Balázs
Hello Maxim! First problem, can't create OM user on API. Logged in on API as primary (id=1) user. This rights: Administrator,Rooms,SOAP, type is USER. Login success, get SID-ok. Sending /services/user/add(userDTO,confirmation=false); This is unsuccess, check in logs: method not allowed 405.

Re: Missing download button for recording inside the room

2020-04-08 Thread Mikhail Zhmurin
Sorry for the late reply, yes it finally works! Thank you so much for your help, Maxim! вт, 7 апр. 2020 г. в 21:38, Maxim Solodovnik : > Just have double-checked everything one more time > > Recording download is available only if "Room type" === "Show Recording" > is selected > And I make bug >

Re: User Manual for OpenMeetings 503

2020-04-08 Thread Maxim Solodovnik
I finally get to this thread First of thanks for your work! This is very long document and my time is very limited, so I'll comment here baby-steps :)) Will start with "List of Todos" 1) "Here is a legal issue." The link to the "privacy statement" is on registration form and in user profile So

Re: lt-cred-mech in config

2020-04-08 Thread Maxim Solodovnik
On Thu, 9 Apr 2020 at 05:13, Orm Finnendahl < orm.finnend...@selma.hfmdk-frankfurt.de> wrote: > Hi, > > is it possible to run openmeetings/kurento using the lt-cred-mech > instead of the rest api? I assume the relevant part is in > > As far as I know `lt-cred-mech` is the setting of coturn NOT op

Re: Data types

2020-04-08 Thread Maxim Solodovnik
Well, As you might already know there are no SQL scripts in OM :)) The database is created by OpenJPA These columns are defined in JAVA code as `boolean` which actually mean this is `true/false` with default of `false` Maybe one day I'll add something like `liquibase` to the project and maybe thi

Re: OpenMeetings 5.0.0-M3 on Ubuntu 18.04 lts

2020-04-08 Thread Maxim Solodovnik
On Wed, 8 Apr 2020 at 14:26, Encho Bratovanov wrote: > > > Hi to everybody, > > I have some questions about configuration OpenMeetings > I try to integrate Openmeetings work with Active directory to use user > account from there. Ours Active directory is 2016 Native mode. > 1. Is the configuratio

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
Such script is possible But please use it with care :) On Thu, 9 Apr 2020 at 03:45, Zenon Panoussis wrote: > > > On 4/8/20 12:00 PM, Robert Savickas wrote: > > > 1) is it possible to add users from a file that contains their information, > > rather than one-by-one. If I have 50 students in class,

Re: OM5.0.0.3 REST problems

2020-04-08 Thread Maxim Solodovnik
REST API is covered with uni tests all passes (run with each build) On Thu, 9 Apr 2020 at 05:22, Varga Balázs wrote: > > Hello Boys! > > I try REST API. Many function documentation is incorrect or I not > understand... or use bad... or have difference API functions on OM > versions, etc, please

OM5.0.0.3 REST problems

2020-04-08 Thread Varga Balázs
Hello Boys! I try REST API. Many function documentation is incorrect or I not understand... or use bad... or have difference API functions on OM versions, etc, please help me. Use this source: https://github.com/openmeetings/openmeetings-moodle-plugin Login via REST is ok, I use one dedicate

lt-cred-mech in config

2020-04-08 Thread Orm Finnendahl
Hi, is it possible to run openmeetings/kurento using the lt-cred-mech instead of the rest api? I assume the relevant part is in $OM_HOME/webapps/openmeetings/WEB-INF/classes/applicationContext.xml We currently have: What would we have to specify as p:turnMode to use the longterm cred

Data types

2020-04-08 Thread Zenon Panoussis
In a mysql database, om_user has the following columns: MariaDB [openmeetings]> describe om_user; +---+---+--+-+-++ | Field | Type | Null | Key | Default | Extra | +

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Zenon Panoussis
On 4/8/20 12:00 PM, Robert Savickas wrote: > 1) is it possible to add users from a file that contains their information, > rather than one-by-one. If I have 50 students in class, or more, it would > be more efficient to use a file. You could try the following, it might work and it might not. *

RE: OM5 - SIP

2020-04-08 Thread Chris Botts
Last I knew OM5 Does not support sip integration yet. You would have to use 4.0.10 version if I am not mistaken. From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Wednesday, April 8, 2020 5:16 AM To: Openmeetings user-list Subject: Re: OM5 - SIP Not implemented yet for 5.0.x On Wed,

Re: Test result of Official OM moodle plugin from chrome and Firefox - invalid hash only from chrome

2020-04-08 Thread Maxim Solodovnik
Maybe it worth to check what are you sending? :)) On Wed, 8 Apr 2020 at 03:39, Daniel Baker wrote: > I installed new OM 4 SNAPSHOT > > We are getting a new error show that stops us from uploading docs: > > > > DEBUG 04-07 21:21:11.284 o.a.o.d.d.s.SessiondataDao:144 [Bean#0_Worker-7] > - c

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Alvaro
So, Robert is good you got resolve the problems. I must to excuse me 'cause the aplicationContxt.xml file i usedin the tuto was from OM 5.0.0-M4 not M-3, and is a differenceadding a line at the last:   flowoutTimeout ...that is not in M-3.I deleted it in the tuto and now is not. Thanks to Maxim and

Re: OM5 - SIP

2020-04-08 Thread Maxim Solodovnik
Not implemented yet for 5.0.x On Wed, 8 Apr 2020 at 14:20, René Scholz wrote: > Hello, > > yesterday I got the question that sometimes people will participate a > webinar/conference with their telephone > (maybe in car, its accepatble for them that they not seen the > presentation). > > I think

Re: Random video dropouts

2020-04-08 Thread Maxim Solodovnik
Yep This is known issue https://issues.apache.org/jira/browse/OPENMEETINGS-2207 https://issues.apache.org/jira/browse/OPENMEETINGS-2209 I hope it is currently resolved in upcoming M4 (fingers crossed) You can use latest successful nightly https://builds.apache.org/view/M-R/view/OpenMeetings/job/o

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
On Wed, 8 Apr 2020 at 16:00, Robert Savickas wrote: > Gentlemen, > > You all are an absolute dream team. And the product you produce is superb. > > It works now! After I saw Maxim's message about the flowoutTimeout (that > was a verbatim copy from Alvaro's manual), I just removed that Bean > pr

Re: Sort user list

2020-04-08 Thread Maxim Solodovnik
Yep It was lost I'm waiting for OPENMEETINGS-2209 And will start to restore these lost features Could you please file JIRA? On Wed, 8 Apr 2020 at 16:50, Peter Dähn wrote: > Hi Maxim, > > we are going to prepare rollout of current master.

Random video dropouts

2020-04-08 Thread Aleix Dorca Josa
Hi, I have implemented OM5-M3 at our university to carry on with classes, webinars and such. So far it is going great, but we have a *minor* issue that we would love to solve to give our users a better experience. Video dropouts occur during presentations. These are mostly random and happen, m

Sort user list

2020-04-08 Thread Peter Dähn
Hi Maxim, we are going to prepare rollout of current master. We made a test in our environment this morning and everything worked well. But we missed the sorted user list. Moderator/users alphabetically. Did you lost this feature on the way somehow? Greetings Peter

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Maxim, Thank you for taking the time to go through the  many lines of the log file that I sent and identifying the issue so quickly.  I appreciate very much the kind and prompt help. Robert. ⁣Get BlueMail for Android ​ On Apr 8, 2020, 05:00, at 05:00, Robert Savickas wrote: >Gentlemen, > >Y

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Gentlemen, You all are an absolute dream team. And the product you produce is superb. It works now! After I saw Maxim's message about the flowoutTimeout (that was a verbatim copy from Alvaro's manual), I just removed that Bean property, restarted the kurento and the tomcat, and visited my websi

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
Hello Alvaro, `-u` parameter for catalina.sh is useless :( it will not change current user I believe it should be sudo -u USER ./bin/catalina.sh ... On Wed, 8 Apr 2020 at 15:34, Alvaro wrote: > > i think you have the right "kurento" user not nobody at: > > /etc/init.d/tomcat3 > > $CATALINA

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Alvaro
i think you have the right "kurento" user not nobody at: /etc/init.d/tomcat3 $CATALINA_HOME/bin/startup.sh -u kurento -Dcatalina.base$CATALINA_BASE El mié, 08-04-2020 a las 04:03 -0400, Robert Savickas escribió: > Dear Alvaro, > > Thank you for your response and your

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
It seems you have typo in applicationContext.xml [org.apache.openmeetings.core.remote.KurentoHandler]: Bean property* 'flowoutTimeout' i*s not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? What value do you have for this param

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Dear Alvaro, Thank you for your response and your excellent manuals! Yes, I did have it as kurento: # Settings loaded by the initscript START_DAEMON="true"# If not "true", the daemon will refuse to load DAEMON_ARGS="" # Passed directly to the kurento-media-server executable DAEMON_US

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Gentlemen, In case the Java information matters at all: ~$ java -version openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.6+10, mixed mode) ~$ sudo java -version java version "11.0.6" 2020-01-14 LTS J

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Alvaro
Robert, please be sure you made this: sudo nano /etc/default/kurento-media-server ...and there is: DAEMON_USER="kurento" ...not nobody ...and then restart kurento: sudo /etc/init.d/kurento-media-server restart ... El mié, 08-04-2020 a las 14:17 +0700, Maxim

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Rene, Thank you. Actually, I had this type of record, as you suggest, prior to following Alvaro's instructions. I just used my *.pem files from a previous certificate I had for the domain. Tomcat worked plenty fine with this set up. However, meeting participants could not see each other nor hear

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread René Scholz
Hm, I think you need something like that in your server.xml So your tomcat have no chance to answer the request.         Best regards, René Am 08.04.2020 um 09:18 schrieb Robert Savickas: Dear Rene, I do appreciate your quick response. Here is the relevant portion of the server.xml fil

OM5 - SIP

2020-04-08 Thread René Scholz
Hello, yesterday I got the question that sometimes people will participate a webinar/conference with their telephone (maybe in car, its accepatble for them that they not seen the presentation). I think that is the SIP-integration - thats completely a new thing for me. Can anybody give me a hi

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Dear Rene, I do appreciate your quick response. Here is the relevant portion of the server.xml file: Also, I *am* running Java 11 (I saw your earlier post about that). The standard Ubuntu 18.04 packages java 10 under the Java 11 cover. However, I installed Java 11 from linuxuprising, using th

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
This one is useless please share more :)) On Wed, 8 Apr 2020 at 14:15, Robert Savickas wrote: > > Dear Maxim, > > Thank you for your prompt attention to my question. Below, I post the last > section of the catalina.out file. This type of log appears more than once in > that file. Perhaps, once

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Robert Savickas
Dear Maxim, Thank you for your prompt attention to my question. Below, I post the last section of the catalina.out file. This type of log appears more than once in that file. Perhaps, once for each launch of the tomcat. Thank you. Robert. 08-Apr-2020 01:54:23.731 INFO [hz.server-1.scheduled.thre

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread René Scholz
Hello, whats your config in your server.xml for port 5443? Best regards, René Am 08.04.2020 um 08:39 schrieb Robert Savickas: Dear friends, This is a bit critical for me because I was hoping to use OpenMeetings to conduct my online classes at the university (I am a professor), since we a

Re: After SSL and Coturn installation, I get error 404

2020-04-08 Thread Maxim Solodovnik
(this seems to be some global error, I guess `openmeetings` context fails to start) What do you have in logs/catalina.out? On Wed, 8 Apr 2020 at 13:39, Robert Savickas wrote: > > Dear friends, > > This is a bit critical for me because I was hoping to use OpenMeetings to > conduct my online class