Re: Transferring OM users to another system

2020-12-25 Thread Maxim Solodovnik
OM, the language > is English when users connect via REST. I tried to specify the > languageID : keyword in the REST call to connect, but it still connects in > English interface. > > Is there a way to specify user language in Rest? > > Thank you. > Robert. > > > > On

Re: moving JS code to npm

2020-12-25 Thread Maxim Solodovnik
Hello Ali, the main purpose is to provide automatic dependency management and to ease the dependency updates :) additional goals 1) improve maintainability 2) re-group JS code so each source file is smaller On Thu, 24 Dec 2020 at 16:43, Ali Alhaidary wrote: > why moving JS code to npm? > >

Re: Перестал подключаться плагин Openmeetings из Moodle

2020-12-25 Thread Maxim Solodovnik
On Wed, 23 Dec 2020 at 20:33, Игорь Швачко wrote: > Добрый день, Максим! > Спасибо за ответ. > > Извините, что пишу в личную почту, но это письмо уже раз десять вернулось > не отправленным. > может подписаться попробовать? :))) > По предыдущему вопросу: > установка параметра помогла , >

Re: OpenMeetings - LDAP restrict access

2020-12-25 Thread Maxim Solodovnik
attribute on time basis And then include this attribute value in user search > > ut 22. 12. 2020 o 15:18 Maxim Solodovnik > napísal(a): > >> Hello Filip, >> >> please do not write personal emails >> write to the user@ list istead (in TO address) >> https:/

Re: Things i don't understand coturn/kurento/openmeetings mechanisms

2020-12-25 Thread Maxim Solodovnik
I do remember I already wrote this before here we go again: OM generates some temporary, hashed version of client/password and sends it to the client browsers they are using it during WebRTC negotiation phase In case all IPs are public STUN/TURN has no effect In case STUN is enough - it will be

Re: moodle plugin

2020-12-22 Thread Maxim Solodovnik
> it doesn't matter > - Module key is not 'moodle' > it doesn't matter > - OM server is not on moodle server. > it doesn't matter > Ali > On 12/22/20 7:34 PM, Maxim Solodovnik wrote: > > something like > > 1) you create Moodle room as usual > 2) do recording

Re: User added in mysql. How to auto-activate?

2020-12-22 Thread Maxim Solodovnik
can login right away? I sneaked around the mysql tables and > also explored the files in the open510 directory, but seem to not be able > to find where I can change the activation status. > > Would you have some advise? > > Thank you very much. > Robert > > > On Mon, Dec 14

Re: Group names in moodle plugin

2020-12-22 Thread Maxim Solodovnik
that all files and recordings goes to one > single group 'moodle' for all courses, which is very much confusing and > unorganized > > Nothing is done manual or per user my friend :-) > > Ali > On 12/16/20 6:16 AM, Maxim Solodovnik wrote: > > > > On Tue

Re: moodle plugin

2020-12-22 Thread Maxim Solodovnik
something like 1) you create Moodle room as usual 2) do recording 3) then create new OM activity with type "Recording" 4) select recording you made on step 2) 5) save Result: your users will see OM recordings panel with this particular recording and can watch it :) sort of "share recording" to

Re: OpenMeetings - LDAP restrict access

2020-12-22 Thread Maxim Solodovnik
I am intrigued :))) On Tue, 22 Dec 2020 at 23:18, Ali Alhaidary wrote: > Can be done on the OM database ... > > Ali > On 12/22/20 5:18 PM, Maxim Solodovnik wrote: > > Hello Filip, > > please do not write personal emails > write to the user@ list ist

Re: OpenMeetings - LDAP restrict access

2020-12-22 Thread Maxim Solodovnik
Hello Filip, please do not write personal emails write to the user@ list istead (in TO address) https://openmeetings.apache.org/mailing-lists.html (please subscribe first) On Tue, 22 Dec 2020 at 21:12, Filip Žák wrote: > Hello, > my name is Filip and I am using OpenMeetings in my bachelor

Re: Modification "Installation SSL certificates and Coturn for OpenMeetings 5.1.0 on..."

2020-12-22 Thread Maxim Solodovnik
all lines in this file are commented by default so nothing to check On Tue, 22 Dec 2020 at 19:44, Ali Alhaidary wrote: > sure it does :-) > > Ali > On 12/22/20 3:39 PM, Maxim Solodovnik wrote: > > > > On Tue, 22 Dec 2020 at 19:30, Ali Alhaidary > wrote: >

Re: Modification "Installation SSL certificates and Coturn for OpenMeetings 5.1.0 on..."

2020-12-22 Thread Maxim Solodovnik
On Tue, 22 Dec 2020 at 19:30, Ali Alhaidary wrote: > Do not modify, just check :-) > It has no STUN/TURN by default, why should it be checked? > Ali > On 12/22/20 3:26 PM, Maxim Solodovnik wrote: > > > > On Tue, 22 Dec 2020 at 19:04, Ali Alhaidary > wrote: >

Re: Modification "Installation SSL certificates and Coturn for OpenMeetings 5.1.0 on..."

2020-12-22 Thread Maxim Solodovnik
On Tue, 22 Dec 2020 at 19:04, Ali Alhaidary wrote: > Thanks, you might as well check > /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini > I'm not modifying this one for my servers > Ali > On 12/22/20 2:26 PM, Alvaro wrote: > > > Hello > > Following Maxim's advice, and having > tested on

Re: moodle plugin localization

2020-12-22 Thread Maxim Solodovnik
PR == Pull Request https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests On Tue, 22 Dec 2020 at 00:41, Ali Alhaidary wrote: > what is a 'PR' ? > > Ali > On 12/21/20 6:07 PM, Maxim Solodovnik wrote: > > The chan

Re: Auto record sessions / browser tab

2020-12-22 Thread Maxim Solodovnik
= event.stream > var recorder = RecordRTC(event.stream, {type:'video'}) > recorder.startRecording(); > > hope this helps. " > > *https://github.com/muaz-khan/WebRTC-Experiment/issues/639 > <https://github.com/muaz-khan/WebRTC-Experiment/issues/639>* > > > Th

Re: moodle plugin localization

2020-12-21 Thread Maxim Solodovnik
Alhaidary wrote: > I do not think the file location is correct, as some labels do have Arabic > translation although there is no 'ar' folder > > Ali > On 12/21/20 2:12 PM, Maxim Solodovnik wrote: > > You can send translated file(s) to me > Or create PR :) > >

Re: moodle plugin localization

2020-12-21 Thread Maxim Solodovnik
els do have Arabic > translation although there is no 'ar' folder > > Ali > On 12/21/20 2:12 PM, Maxim Solodovnik wrote: > > You can send translated file(s) to me > Or create PR :) > > from mobile (sorry for typos ;) > > > On Mon, Dec 21, 2020, 17:25 Daniel Baker &g

Re: very old video - needs updating

2020-12-21 Thread Maxim Solodovnik
@Sebastian, Maybe you can update the tutorial? :))) On Mon, 21 Dec 2020 at 21:10, Ali Alhaidary wrote: > https://moodle.org/plugins/mod_openmeetings > > https://youtu.be/qA2e4rajvL0 > > -- Best regards, Maxim

Re: moodle plugin localization

2020-12-21 Thread Maxim Solodovnik
Yes, the folder name should be 'ar' The files also can be attached to github issue :) from mobile (sorry for typos ;) On Mon, Dec 21, 2020, 18:16 Ali Alhaidary wrote: > Sure > On 12/21/20 2:12 PM, Maxim Solodovnik wrote: > > You can send translated file(s) to me > Or create

Re: moodle plugin localization

2020-12-21 Thread Maxim Solodovnik
You can send translated file(s) to me Or create PR :) from mobile (sorry for typos ;) On Mon, Dec 21, 2020, 17:25 Daniel Baker wrote: > In the language file : > > > On 21-Dec-20 10:22 AM, Ali Alhaidary wrote: > > Is it possible to localize this plugin at least when creating an instance? > >

Re: Increase my understanding of turn/stun

2020-12-18 Thread Maxim Solodovnik
ny "SSL...Coturn server... > OM 5.1.0..." tutos and will upload them. > Do you find OK these changes? > > Thanks > > > > > > > El mié, 16-12-2020 a las 23:12 +0700, Maxim Solodovnik escribió: > > I would recommend to remov

Re: Invalid Hash Access denied. You have no rights to enter this room.

2020-12-18 Thread Maxim Solodovnik
aker :) On Fri, 18 Dec 2020 at 23:36, Daniel Baker wrote: > Yes I have done that. It works fine. > > > I was thinking more about how you personally solved this problem. > > > How did you narrow it down to a browser issue ? > > > > Thanks, > >

Re: Invalid Hash Access denied. You have no rights to enter this room.

2020-12-18 Thread Maxim Solodovnik
ker wrote: > Maxim thank you so much for solving this problem. > > Can you please tell us how you solved this . It was a very > difficult problem for us to track down and only you was able > to resolve it. > > > > Thanks, > > Dan > > > &

Re: SIP in 6.0.0 snapshots

2020-12-18 Thread Maxim Solodovnik
ws.remote.password=12345 > > On 12/18/20 4:32 PM, Maxim Solodovnik wrote: > > As you can see from commit messages: > So far only audio from room to SIP seems to work > (I'm using Linphone in my tests and for whatever reason video is not > working :((( ) > > I'll try

Re: SIP in 6.0.0 snapshots

2020-12-18 Thread Maxim Solodovnik
As you can see from commit messages: So far only audio from room to SIP seems to work (I'm using Linphone in my tests and for whatever reason video is not working :((( ) I'll try to implement other direction (SIP to room) would appreciate any advice on Asterisk config and early tests result the

Re: Safari

2020-12-18 Thread Maxim Solodovnik
>> is SIP fully implemented in 6.0.0 snapshots? >> >> >> On 12/18/20 11:20 AM, Ali Alhaidary wrote: >> >> Most, if not all, of our students that use macs have installed either >> Google chrome or FireFox, not because they want to use OM, but most online &g

Re: Safari

2020-12-17 Thread Maxim Solodovnik
t clear about what to tell people who are using Safari. Should > I tell them to avoid it completely? Should I tell them to update the last > version(s) of Safari. Sorry for the difficulty understanding this. Thanks! > Dan > > On Wed, Dec 16, 2020 at 9:32 PM Maxim Solodovnik > wrote: &

Re: Спонтанное пропадание звука или видео

2020-12-17 Thread Maxim Solodovnik
On Thu, 17 Dec 2020 at 21:09, Телегин Сергей wrote: > Здравствуйте. Столкнулись с такой проблемой. Есть OpenMeetings 5.0.1, > установлен на ВМ Hyper-V с готового образа iso. Тестировали в локальной > сети с 10 пользователями - все было в порядке. Но сегодня проводили большое > мероприятие в

Re: MaxThreads for kurento

2020-12-17 Thread Maxim Solodovnik
umption :( TURN is required if any of the participants or KMS are behind FW and/or use some virtual network > Best K > > Am Mi., 16. Dez. 2020 um 16:41 Uhr schrieb Maxim Solodovnik < > solomax...@gmail.com>: > >> Please search archives >> this topic was discussed

Re: Перестал подключаться плагин Openmeetings из Moodle

2020-12-17 Thread Maxim Solodovnik
On Thu, 17 Dec 2020 at 04:23, Игорь Швачко wrote: > Добрый день, Максим! > Спасибо за ответ. > Да, плагин 4.1.1 и moodle 3.9.2+ . > > С этим разобрался, была ошибка в букве, в названии приложения, > была введена заглавная, вместо маленькой. > Подключается. > Но теперь при подключении

Re: Increase my understanding of turn/stun

2020-12-16 Thread Maxim Solodovnik
e error in openmeetings.log > (Could not resolve placeholder kurento.turn.user .) > and the webfrontend is not reachable .... > > > > > > > On 16/12/2020 17:12, Maxim Solodovnik wrote: > > I would recommend to remove the `user` from coturn config > > (/etc/tur

Re: Safari

2020-12-16 Thread Maxim Solodovnik
On Tue, Dec 15, 2020 at 10:22 PM Maxim Solodovnik > wrote: > >> Hello Daniel, >> >> While investigating (and remote debugging, thanks to Jason) >> We were able to find out the issue is in Safari browser (and I found no >> way to work around this) >> >>

Re: Increase my understanding of turn/stun

2020-12-16 Thread Maxim Solodovnik
I would recommend to remove the `user` from coturn config (/etc/turnserver.conf) please search mailing lists, I've shared my config (as well as others ... :))) On Wed, 16 Dec 2020 at 22:49, kaffeesurrogat wrote: > > > On 16/12/2020 16:39, Maxim Solodovnik wrote: > > > > &g

Re: MaxThreads for kurento

2020-12-16 Thread Maxim Solodovnik
Please search archives this topic was discussed On Wed, 16 Dec 2020 at 22:00, kaffeesurrogat wrote: > Dear list, > > today my kurento-media-server crashed, because i had three guests + me > in one room. > > All of them tried tu use cam+mic. > > sudo watch -n 10 systemctl status

Re: Increase my understanding of turn/stun

2020-12-16 Thread Maxim Solodovnik
On Wed, 16 Dec 2020 at 21:28, kaffeesurrogat wrote: > Dear list, > > just trying to understand things a little better. > > I tried to check if my turn/stun server is working correctly. > > my turnserver.conf contains the line > > user=nobody:PASSWORD > Why have you added this line to coturn

Re: Перестал подключаться плагин Openmeetings из Moodle

2020-12-16 Thread Maxim Solodovnik
здравствуйте Игорь, точно версия плагина 3.9? Вам надо версию 4.1.1 чтобы 5.0.1 работало ... "Error While signing into OpenMeetings, please check credentials" обычно такое бывает если данные пользователя SOAP неверные а что в логе? (openmeetings.log) On Wed, 16 Dec 2020 at 22:13, Игорь Швачко

Re: TURN server (coturn) why?

2020-12-16 Thread Maxim Solodovnik
On Wed, 16 Dec 2020 at 12:50, K. Kamhamea wrote: > In summary two conclusions can be drawn, right? > 1. There is no need to use courn if your server uses a unique public IP. > this is false assumption According to my tests since WebRTC is P2P The client IP should be accessible to KMS So TURN

Re: Safari

2020-12-15 Thread Maxim Solodovnik
Hello Daniel, While investigating (and remote debugging, thanks to Jason) We were able to find out the issue is in Safari browser (and I found no way to work around this) According to my tests `Safari 12` and `Safari 14.1` should work as expected Not sure is 14.1 is released :(( (I've tested

Re: Access OM from default 433 port

2020-12-15 Thread Maxim Solodovnik
well It is insecure to start the service as `root` " > > Am Di., 15. Dez. 2020 um 03:35 Uhr schrieb Maxim Solodovnik < > solomax...@gmail.com>: > >> The error >> >> Caused by: java.net.SocketException: Permission denied >> >> is clear >&

Re: Group names in moodle plugin

2020-12-15 Thread Maxim Solodovnik
manually) With the default of "module key"? I doubt someone will do this ... > Ali > On 12/15/20 5:29 AM, Maxim Solodovnik wrote: > > Hello Ali, > > when you are configuring OM Moodle plugin you are choosing "Module Key" > This will be your group name

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
; > 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 for ex. OM Moodle plugin: >>

Re: Transferring OM users to another system

2020-12-14 Thread Maxim Solodovnik
hints, those hints > would be entirely appreciated). > > Thank you! > Robert. > > > On Mon, Dec 14, 2020 at 10:30 PM Maxim Solodovnik > wrote: > >> Hello Robert, >> >> OM stores encrypted passwords >> I know no ways to decrypt them >>

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

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

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

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

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
'Kurdish Kurmanji' > > On 12/10/20 6:55 AM, Maxim Solodovnik wrote: > > Is it for Arabic only? (maybe it also will work for Persian) ? > > On Thu, 10 Dec 2020 at 10:33, Ali Alhaidary > wrote: > >> 0627-063A >> >> This the common range as other characte

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
pdf > > > On 12/10/20 6:21 AM, Maxim Solodovnik wrote: > > please re-read my post > > especially this part: > *If 'A'-'Z' is not appropriate for your language, please send me the range > specific to your language* > *NOTE: this should be the range i.e. unicode

Re: build#180

2020-12-09 Thread Maxim Solodovnik
at 09:50, Ali Alhaidary wrote: > what does it mean? as in the next build it says 'unused label is removed' > > Ali > On 12/10/20 5:32 AM, Maxim Solodovnik wrote: > > it is git commit message :))) > > On Thu, 10 Dec 2020 at 09:31, Ali Alhaidary > wrote: >

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
y numerals '0-9' ? > On 12/10/20 5:32 AM, Maxim Solodovnik wrote: > > Hello All, > > the plan will be: > 1) captcha range will be added to this [1] file > 2) by default it will be 'A'-'Z' > > If 'A'-'Z' is not appropriate for your language, please send me the range >

Re: REST problem

2020-12-09 Thread Maxim Solodovnik
); if ($headers) { > $options[CURLOPT_HTTPHEADER] = $headers; } if ($method != RestMethod::GET > && $method != RestMethod::POST) { $options[CURLOPT_CUSTOMREQUEST] = > $method; } > > 2020. 12. 09. 9:09 keltezéssel, Maxim Solodovnik írta: > > Hello > &g

Re: build#180

2020-12-09 Thread Maxim Solodovnik
it is git commit message :))) On Thu, 10 Dec 2020 at 09:31, Ali Alhaidary wrote: > what is: > > labels synced, random locale is printed during tests > > > -- Best regards, Maxim

[ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
ant is that limiting it to only capital letters and informing > the user accordingly is a fantastic idea. > > On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik wrote: > >> Well, >> the info text is just a label, site admin can re-translate/customize it >> (upgrade might be an issu

Re: По вопросу логина и пароля по умолчанию для Live ISO Apache OpenMeetings 5.1.0

2020-12-09 Thread Maxim Solodovnik
доброе утро Сергей, пожалуйста пишите на список рассылки ( https://openmeetings.apache.org/mailing-lists.html и в СС) в английском быстрее ответят :)) по поводу логинов: Альваро говорил что в этой виртуалке на десктопе лежит папка с логинами/паролями On Wed, 9 Dec 2020 at 15:00, Сергей Папсуев

Re: REST problem

2020-12-09 Thread Maxim Solodovnik
Hello On Wed, 9 Dec 2020 at 14:41, Varga Balázs wrote: > Hi Guys! > > I try it 5.1.0 REST and only work for me user/login, user/hash . > > > All request is bad 405 method not allowed. > > I integrate this into my app: > https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/api

Re: manuals for 5.1.0

2020-12-07 Thread Maxim Solodovnik
d a manual, but I cannot find it any so I cannot >> upload an updated version. >> >> Am Mo., 7. Dez. 2020 um 13:38 Uhr schrieb Ali Alhaidary >> : >>> >>> Thank you Max, how can I help? >>> >>> On 12/7/20 7:35 AM, Maxim Solodovnik wrote: &g

Re: manuals for 5.1.0

2020-12-06 Thread Maxim Solodovnik
Hello Ali, Alvaro just published installation manuals :) We only have very much outdated user-guide, hopefully someone can contribute it :) On Sun, 6 Dec 2020 at 20:37, Ali Alhaidary wrote: > > where can I find the above please ? > -- Best regards, Maxim

Re: New installation tutorials OpenMeetings 5.1.0 on different OSes

2020-12-06 Thread Maxim Solodovnik
Thanks Alvaro for your hard work :) On Sun, 6 Dec 2020 at 23:21, Alvaro wrote: > > > Hello, > > == > > Allow me first to appreciate all the help i've received from all of you, > without which i would not have been able to perform any of the published > tutorials. > > Thank you Maxim, for

Re: New installation tutorials OpenMeetings 5.1.0 on different OSes

2020-12-06 Thread Maxim Solodovnik
To unsubscribe please use link from here: https://openmeetings.apache.org/mailing-lists.html On Sun, 6 Dec 2020 at 23:23, chandrasekhar chodavarapu < chodavarapu.chandrasek...@gmail.com> wrote: > Please unsubscribe me > > On Sun, Dec 6, 2020 at 9:51 PM Alvaro wrote: > >> >> Hello, >> >>

[ANNOUNCE] Apache OpenMeetings 5.1.0 is released

2020-12-06 Thread Maxim Solodovnik
The Apache OpenMeetings project is pleased to announce the release of Apache OpenMeetings 5.1.0. The release is available for download from https://openmeetings.apache.org/downloads.html Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and

[ANNOUNCE] Apache OpenMeetings 5.1.0 is released

2020-12-06 Thread Maxim Solodovnik
The Apache OpenMeetings project is pleased to announce the release of Apache OpenMeetings 5.1.0. The release is available for download from https://openmeetings.apache.org/downloads.html Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and

Re: OM 5.1.0 snapshot testing

2020-12-05 Thread Maxim Solodovnik
Values seems to be OK According to the logs multimedia stream is not coming from the client I would say something wrong with TURN server can you check if everything works as expected if client in the same network? On Thu, 3 Dec 2020 at 20:33, Maxim Solodovnik wrote: > values se

Re: Disabling captcha?

2020-12-04 Thread Maxim Solodovnik
ndings: > > "terrific" means "wonderful" > > "terrific" does NOT mean "terrible"! > > English is a fun language. > > > On Fri, Dec 4, 2020, 01:11 Robert Savickas wrote: > >> Maxim, thank you. That would be terrific! Rob

Re: Spanish and English OM 501 tutorials in wrong wiki page

2020-12-04 Thread Maxim Solodovnik
y about, i'll see and upload them again- > > Thanks! > > .... > > > El vie, 04-12-2020 a las 22:48 +0700, Maxim Solodovnik escribió: > > Done > > Unfortunately it seems I have deleted some spanish docs on spanish page (1 > or 2) > really sorry for that

Re: Spanish and English OM 501 tutorials in wrong wiki page

2020-12-04 Thread Maxim Solodovnik
Done Unfortunately it seems I have deleted some spanish docs on spanish page (1 or 2) really sorry for that :((( On Fri, 4 Dec 2020 at 22:33, Alvaro wrote: > Hello Maxim, > > Just uploaded 8 spanish tutos to english wiki page, > and 8 english tutos to spanish wiki page. > > Are OM 5.0.1. When

Re: Disabling captcha?

2020-12-03 Thread Maxim Solodovnik
d. But sometimes, folks are under the time pressure to > enter the meeting (now, why do they try to connect only in the very last > minute, that's a separate question)... > > Thank you. > Robert > > > On Wed, Dec 2, 2020, 08:48 Maxim Solodovnik wrote: > >> the bad ne

Re: OM 5.1.0 snapshot testing

2020-12-03 Thread Maxim Solodovnik
0 0 ::1:3479:::* > LISTEN 973199/turnserver > tcp6 0 0 ::1:3479:::* > LISTEN 973199/turnserver > tcp6 0 0 :::5080 :::* > LISTEN 976274/java > tcp6 0 0 :::

Re: OM 5.1.0 snapshot testing

2020-12-02 Thread Maxim Solodovnik
Hello Varga, I would start with sharing what have you entered into openmeetings.properties without this noone can help On Thu, 3 Dec 2020 at 04:39, Varga Balázs wrote: > Hello Boys! > > Please send me configuration help, howto set-up 5.1.0 > > I testing 5.0.0, 5.0.1, have many instabilise

Re: Save a calendar Event Using API

2020-12-02 Thread Maxim Solodovnik
gt; Greetings, > > Jibsan > > El mié., 2 dic. 2020 a las 16:25, Maxim Solodovnik () > escribió: > >> Hello Jibsan, >> >> Javadoc at OM site seems to be broken :((( >> You can find DTO description here >> https://openmeetings.apache.org/openmeetings-db/a

Re: Save a calendar Event Using API

2020-12-02 Thread Maxim Solodovnik
Hello Jibsan, Javadoc at OM site seems to be broken :((( You can find DTO description here https://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/calendar/AppointmentDTO.html I'll try to fix generated Javadoc with 5.1.0 release (currently VOTED) On Wed, 2 Dec

Re: Audio-Video-SharingScreen issues

2020-12-02 Thread Maxim Solodovnik
this part of the procedure that I have to start (indicated by you), > Can I reach the OpenMeeting's VM from the internet ?... via -> > openmeeting.miodominio.it (A record points to our STATIC PUBLIC IP) ? > > > Greetings > M. > > > Il 01/12/20 17:23, Maxim Solodovnik

Re: Disabling captcha?

2020-12-02 Thread Maxim Solodovnik
? On Wed, 2 Dec 2020 at 20:28, Ali Alhaidary wrote: > We can write the language name on the 'new user' or 'change password' > screens ... > > On 12/2/20 4:24 PM, Maxim Solodovnik wrote: > > It is definitely can be localized > > unfortunately this might lead to issues with gues

Re: Disabling captcha?

2020-12-02 Thread Maxim Solodovnik
calize it? > > https://stackoverflow.com/questions/31828048/how-to-set-localization-in-google-recaptcha > > > On 12/2/20 2:59 PM, Ali Alhaidary wrote: > > Any more votes? > > On 12/1/20 2:22 PM, Ali Alhaidary wrote: > > I am with it :-) > > On 12/1/20 2:58 AM, Maxi

Re: Audio-Video-SharingScreen issues

2020-12-01 Thread Maxim Solodovnik
gt; Talk about installing certbot on the VM (where I installed Openmeeting). > It doesn't talk about using Nginx (another VM that I already use for > another local GUACAMOLE server) > > I think I'm confused! > > Can I ask for help in resolving this situation? > or, in any case,

Re: Audio-Video-SharingScreen issues

2020-12-01 Thread Maxim Solodovnik
I'm afraid you don't have TURN server Please check "Coturn" instructions from here https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools On Tue, 1 Dec 2020 at 21:11, supp...@mfmconsulting.eu < supp...@mfmconsulting.eu> wrote: > Hello and

Re: Disabling captcha?

2020-11-30 Thread Maxim Solodovnik
And as usual I'll add such switch if there will be enough votes for it while I, personally, will not recommend to use it On Mon, 30 Nov 2020 at 13:14, Ali Alhaidary wrote: > True, one can not always get what he loves :-) > > > On 11/30/20 9:12 AM, Maxim Solodovnik wrote: >

Re: [DISCUSSION] release current 5.1.0 as 5.0.2

2020-11-30 Thread Maxim Solodovnik
:28, Alvaro wrote: > ...do you will ask for VOTE... or this is ? > > So, when you will give the final OM 5.1.0 file url to download it > before ANNOUNCE the release? > > Thanks > > > . > > > El lun, 30-11-2020 a las 18:05 +0700, Maxim Solodovnik

Re: [DISCUSSION] release current 5.1.0 as 5.0.2

2020-11-30 Thread Maxim Solodovnik
yes On Mon, 30 Nov 2020 at 17:58, Alvaro wrote: > ...will be 5.1.0 ? > > > > > > > El lun, 30-11-2020 a las 15:15 +0700, Maxim Solodovnik escribió: > > Can I start the release process? > Can you see any show-stoppers? > > On Fr

Re: Remote control

2020-11-30 Thread Maxim Solodovnik
Hello Thomas, remote controlling is not implemented yet for 5.x it should work for 4.x :) On Mon, 30 Nov 2020 at 16:07, Thomas Scholzen wrote: > Hi all, > > I read that it is possible to remote control the mouse when a screen is > shared and would like to use this feature. However, I can not

Re: Users per room client browser scalability

2020-11-30 Thread Maxim Solodovnik
ing fewer >> users showing on the browser compared to laptops and desktops? >> >> Dennis >> >> >> On Mon, 2020-11-23 at 15:43 -0600, Denis Noctor wrote: >> >> Thanks for that Maxim. >> >> I came across this... >> >> https://d

Re: Users per room client browser scalability

2020-11-30 Thread Maxim Solodovnik
nd desktops? > > Dennis > > > On Mon, 2020-11-23 at 15:43 -0600, Denis Noctor wrote: > > Thanks for that Maxim. > > I came across this... > > https://docs.bigbluebutton.org/2.2/customize.html > > (scroll down to "Run three parallel Kurento media servers"

Re: [DISCUSSION] release current 5.1.0 as 5.0.2

2020-11-30 Thread Maxim Solodovnik
Can I start the release process? Can you see any show-stoppers? On Fri, 20 Nov 2020 at 21:28, kaffeesurrogat wrote: > this thread is a total mess now ;-( sorry sorry . > > On 20/11/2020 15:03, Maxim Solodovnik wrote: > > NP :) > > > > Actually what I meant by &quo

Re: Disabling captcha?

2020-11-29 Thread Maxim Solodovnik
lty of RTL users like ours :-) > > > On 11/30/20 8:42 AM, Maxim Solodovnik wrote: > > Hello Robert, > > it is currently impossible without code modification > > > On Sun, 29 Nov 2020 at 14:37, Robert Savickas > wrote: > >> Dear Maxim, >> >> Is there a way

Re: Disabling captcha?

2020-11-29 Thread Maxim Solodovnik
aptcha image > a few times, till they finally get it. > > Thank you. > Robert > > On Sun, Nov 29, 2020, 01:15 Maxim Solodovnik wrote: > >> Hello all, >> >> I have added notifications to OM (as part of OPENMEETINGS-2190) >> Could you please take a

Re: [ANN] notifications are added

2020-11-29 Thread Maxim Solodovnik
it. > > Thanks > > ... > > El dom, 29-11-2020 a las 20:06 +0700, Maxim Solodovnik escribió: > > Alvaro, > > notifications are about > 1) chat messages > 2) room permission requests/raise hand > > you don't have any of above

Re: [ANN] notifications are added

2020-11-29 Thread Maxim Solodovnik
ió: > > can you please log to https://rooms.the5stars.org:5443/openmeetings/signin > ? it has build#170 as well > On 11/29/20 1:42 PM, Maxim Solodovnik wrote: > > demo-next has build #170 installed > notifications works for me :) > > On Sun, 29 Nov 2020 at 17:33, Ali

Re: [ANN] notifications are added

2020-11-29 Thread Maxim Solodovnik
El dom, 29-11-2020 a las 12:40 +0300, Ali Alhaidary escribió: > > is it in build#170? > On 11/29/20 11:35 AM, Maxim Solodovnik wrote: > > go to demo-next > you will be asked about allowing notifications > Allow and see :) > > On Sun, 29 Nov 2020 at 15:32, Ali Alhaidary

Re: [ANN] notifications are added

2020-11-29 Thread Maxim Solodovnik
go to demo-next you will be asked about allowing notifications Allow and see :) On Sun, 29 Nov 2020 at 15:32, Ali Alhaidary wrote: > How to access it? > On 11/29/20 9:15 AM, Maxim Solodovnik wrote: > > Hello all, > > I have added notifications to OM (as part of OPENMEETINGS

[ANN] notifications are added

2020-11-28 Thread Maxim Solodovnik
Hello all, I have added notifications to OM (as part of OPENMEETINGS-2190) Could you please take a look at demo-next and tell me WDYT? maybe it should be improved somehow? text, icon, anything else :) -- Best regards, Maxim

Re: Screen Share, Scaling

2020-11-27 Thread Maxim Solodovnik
No answer on the topic :) I'll start with limiting the maximum size (already committed) please follow OPENMEETINGS-2000 to check the progress On Tue, 24 Nov 2020 at 02:21, kaffeesurrogat wrote: > Dear all, > > is there some kind of

Re: Adding Languages

2020-11-26 Thread Maxim Solodovnik
Thanks :))) I'll add new languages as soon as percentage will be above zero :)) On Fri, 27 Nov 2020 at 13:53, Ali Alhaidary wrote: > Thank you so much Max. :-) > > Using the link I added all three languages. Team will start soon on them. > > Ali > On 11/27/20 8:06 AM, Maxi

Re: Adding Languages

2020-11-26 Thread Maxim Solodovnik
Hello Ali, I see no way I can assign you ... I guess you need to do it yourself :)) try this link https://poeditor.com/join/project?hash=6UF8Mhql61 I can create languages Shall I ? On Fri, 27 Nov 2020 at 12:03, Ali Alhaidary wrote: > Hebrew, Turkmen and Kurdish ... > > On 11/27/20 8:01 AM,

Re: Build#160

2020-11-25 Thread Maxim Solodovnik
i don't see this stack on demo-next On Thu, 26 Nov 2020 at 10:58, Ali Alhaidary wrote: > The following exception happens when starting recording with the > following conditions: > > -Room type (conference) > > -Audio is not enabled yet (by default audio and video are off) > > -The resulting

Re: Build#159

2020-11-25 Thread Maxim Solodovnik
Thanks Ali :) you save me one test run on demo :)) https://issues.apache.org/jira/browse/OPENMEETINGS-2525 On Thu, 26 Nov 2020 at 05:20, Ali Alhaidary wrote: > Max, > > Would you please check (next) log for the following exception at startup > in openmeetings.log: > > INFO 11-25 21:58:42.935

Re: Custom room layout

2020-11-24 Thread Maxim Solodovnik
Hello Farid, yes this will require project re-build I guess you need to 1) add own room type here https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java#L138 (this room type will be added as CSS class as follows `main

Re: Users per room client browser scalability

2020-11-24 Thread Maxim Solodovnik
llel Kurento media servers"). > > This appears to suggest that 3 KMS (audio, video and screesharing) > processes on one server. Maybe this could bring us one step further? > > All the best. > > > > Denis > > > > On Mon, Nov 23, 2020 at 9:31 AM Maxim Solodovnik &g

Re: optimize performance

2020-11-23 Thread Maxim Solodovnik
ing from 5443 to standard https . > > Just had a few occasions to test this sitting at my companies desk, but > this might be a problem too. > > Would be awsome if you can try this too and verify > > Have fun, > > kaffeesurrogat > > > On 19/11/2020 17:01, Maxim S

Re: Users per room client browser scalability

2020-11-23 Thread Maxim Solodovnik
py to help in anyway for future tests. > > Sent from my iPhone > > On Nov 23, 2020, at 3:43 AM, Maxim Solodovnik > wrote: > > Thanks for very detailed report Denis > > couple of thoughts inline: > > On Mon, 23 Nov 2020 at 13:59, Denis Noctor wrote: > >> Hi th

Re: Users per room client browser scalability

2020-11-23 Thread Maxim Solodovnik
eenshots regarding my test below (one computer's time > is 2 hours behind for some strange reason) :)) > > All the best, > > Denis. > > > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> > Virus-free. > www.avg

<    3   4   5   6   7   8   9   10   11   12   >