Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
here you can find PHP API with some basic operations implemented: https://github.com/openmeetings/openmeetings-api-plugin On Tue, 15 Dec 2020 at 10:58, Robert Savickas wrote: > Super! Thank you. > > (P.S. I am not using Moodle, but the first link should be most useful). > > > > On Mon, Dec 14, 2

Re: build#180

2020-12-14 Thread Ali Alhaidary
interesting :-) On 12/10/20 6:25 AM, Maxim Solodovnik wrote: these are the sort description of what was changed 1) `labels synced, random locale is printed during tests`    "labels synced" labels from POEditor were added to Om codebase    "random locale is printed during tests" random locale is

Re: Group names in moodle plugin

2020-12-14 Thread Ali Alhaidary
Thanks Max, I expected that there will be an option when creating an instance of OM for group name (could default to Module Key as moodle). As for now, all recordings are stored in one group although they belong to different courses/teachers/dates, the good news is that teachers can rename the

Re: Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Super! Thank you. (P.S. I am not using Moodle, but the first link should be most useful). On Mon, Dec 14, 2020 at 10:46 PM Maxim Solodovnik wrote: > The installation is the same > > you need to implement REST/SOAP integration > https://openmeetings.apache.org/RestAPISample.html > > There is f

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
The installation is the same you need to implement REST/SOAP integration https://openmeetings.apache.org/RestAPISample.html There is for ex. OM Moodle plugin: https://moodle.org/plugins/mod_openmeetings On Tue, 15 Dec 2020 at 10:41, Robert Savickas wrote: > Dear Maxim, > > Thank you very much.

Re: Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Dear Maxim, Thank you very much. I primarily use OM for meetings only. So, the first option might be the easiest. I do not know how to set up OM for meetings only, but I will search around and experiment till I figure it out. So far, I have been following Alvaro's excellent OM set up guides *to

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
Hello Robert, OM stores encrypted passwords I know no ways to decrypt them for your use case I see a couple of doable ways to proceed: 1) set up OM for meetings only. This way your users will be stored in your "other" system, users will use OM via one time hashes (no passwords should be enter

Transferring OM users to another system

2020-12-14 Thread Robert Savickas
Dear Maxim, I am using OM for online meetings, and I am using another system for administering other aspects of the services. On both systems, the users are stored in Mysql databases, and I have studied the structure of OM user data bases and also those of the other system. For each of the areas

Re: Access OM from default 433 port

2020-12-14 Thread Maxim Solodovnik
The error Caused by: java.net.SocketException: Permission denied is clear 443 is privileged port you have to be root or should be granted special permissions to listen on this port please search mailing list archives :)) On Tue, 15 Dec 2020 at 00:54, K. Kamhamea wrote: > In the meantime i fo

Re: Access OM from default 433 port

2020-12-14 Thread Maxim Solodovnik
Hello, On Mon, 14 Dec 2020 at 22:53, K. Kamhamea wrote: > When I installed Coturn on 5.0.0M4 I was able to use the default 433 port > with my OM installation. > > Now on the 5.1.0 server I also installed Coturn (also on Ubuntu 18.04) as > described in Alvaros manual, but when I change conf/serve

Re: Group names in moodle plugin

2020-12-14 Thread Maxim Solodovnik
Hello Ali, when you are configuring OM Moodle plugin you are choosing "Module Key" This will be your group name The idea was: you can configure different Moodle instances to use same OM To have different groups in OM for the one Moodle you need to have several instances of OM Moodle plugin insta

RE: AW: AW: Moodle PlugIn

2020-12-14 Thread Ali Alhaidary
Hi Oliver, Can you please put in detail your steps and describing the result of each… علي الحيدري From: oliver.neum...@landshut.org Sent: Monday, December 14, 2020 9:11 PM To: user@openmeetings.apache.org Subject: AW: AW: AW: Moodle PlugIn Hi Ali and Maxim, thank you for your advice, but unfort

AW: AW: AW: Moodle PlugIn

2020-12-14 Thread oliver.neumann
Hi Ali and Maxim, thank you for your advice, but unfortunately it doesn't work. I just waited for the new version 5.1 (thanks to Alvaro), but the same behavior is evident. After I have filled out the form fields and clicked Save, I am asked for the admin password and then the new user is

Access OM from default 433 port

2020-12-14 Thread K. Kamhamea
In the meantime i found a solution to the problem it is simply this instruction iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 5443 and th server.xml file can stay the same with port '5443' For those who want to debugthe problem anyway here is some of the content of the l

Access OM from default 433 port

2020-12-14 Thread K. Kamhamea
When I installed Coturn on 5.0.0M4 I was able to use the default 433 port with my OM installation. Now on the 5.1.0 server I also installed Coturn (also on Ubuntu 18.04) as described in Alvaros manual, but when I change conf/server.xml to that port it doesn work any more. Did I miss something? Th