Re: iptables rule stops tomcat/catalina

2021-08-25 Thread Maxim Solodovnik
great news :)

On Thu, 26 Aug 2021 at 12:09, Lee But  wrote:

> I have an update.
> It looks like my VPS is not opening ports by default, so not having that
> iptable rule does not leave ports open, and OpenMeetings is working.
>
> On Thu, Aug 26, 2021 at 3:13 AM Maxim Solodovnik 
> wrote:
>
>> I'm not an expert at iptables
>> I can only recommend to read `man iptables` and google :)
>>
>> On Wed, 25 Aug 2021 at 19:34, Lee But 
>> wrote:
>>
>>> I still haven't been able to work out what's wrong.
>>> Everytime I add the iptables -A INPUT -j DROP rule, OpenMeetings cannot
>>> be reached by the browser and times out, and restarting the servers in my
>>> original message still produces the same error.
>>>
>>> On Tue, Aug 24, 2021 at 2:53 PM Lee But 
>>> wrote:
>>>
>>>> Hello,
>>>> I've applied the various iptables rules as per the installation guide
>>>> and VPS securing (see attached iptables.txt file), while docker has added
>>>> many 'chains' I don't understand. iptables is new to me.
>>>>
>>>> Everything works until I apply the rule iptables -A INPUT -j DROP
>>>> After that, tomcat/catalina does not start. I have these commands in a
>>>> bash script:
>>>> sudo /etc/init.d/mysql restart
>>>> sudo /etc/init.d/coturn restart
>>>> sudo /etc/init.d/docker restart
>>>> sudo docker restart kms
>>>> sudo /etc/init.d/tomcat34 restart
>>>>
>>>> This is what I see this in the terminal:
>>>>
>>>> NOTE: Picked up JDK_JAVA_OPTIONS:
>>>>  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/
>>>> java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED
>>>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
>>>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
>>>> Aug 24, 2021 10:23:35 PM org.apache.catalina.startup.Catalina stopServer
>>>> SEVERE: Could not contact [localhost:8005] (base port [8005] and offset
>>>> [0]). Tomcat may not be running.
>>>> Aug 24, 2021 10:23:35 PM org.apache.catalina.startup.Catalina stopServer
>>>> SEVERE: Error stopping Catalina
>>>> java.net.ConnectException: Connection timed out (Connection timed out)
>>>> at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>>>> at java.base/java.net.Socket.connect(Socket.java:609)
>>>> at java.base/java.net.Socket.connect(Socket.java:558)
>>>> at java.base/java.net.Socket.(Socket.java:454)
>>>> at java.base/java.net.Socket.(Socket.java:231)
>>>> at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:667)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>> at
>>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>>> at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:391)
>>>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:481)
>>>>
>>>> I have attached the iptables configuration in a text file.
>>>> Do I need to open port 8005 as well?
>>>> Thank you all,
>>>> Lee
>>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Registering on behalf of users - no confirmation email

2021-08-25 Thread Maxim Solodovnik
Thanks for the templates :)

I'll do the following:

1) will create the key `send.invite.to.user.created.by.admin`
2) will use "Formal version" to create the template
(you can modify it any time as described here
https://openmeetings.apache.org/EditTemplates.html)

Couple of questions:
1) why do we need both "" and ""?
2) why do we need this "If you have received this invitation in error,
please *click here* to deregister." footer? the only way to de-register is
to complete registration then to delete themselves 


On Wed, 25 Aug 2021 at 20:39, Ali Alhaidary 
wrote:

> Nice :-)
>
> Ali
> On 8/25/21 3:07 PM, Lee But wrote:
>
> Hello Maxim,
>
> Here are two templates. One is formal, the other informal. I think it
> would be useful for admins to view default templates and create their own
> invitations as well.
> possible keys could be:
>
> send.formal.invite.to.user.created.by.admin
> send.casual.invite.to.user.created.by.admin
> send.custom.invite.to.user.created.by.admin
>
> In the examples below, the name order could be swapped according to the
> language being used.
>
> *
> Formal version
>
> *
>
> Dear  ,
>
>   at  has invited you
> to join their online meeting room(s).
>
> To complete your registration and use the room(s), please visit the link
> below and create a strong password.
>
> 
>
> Your username for logging in is .
>
> Thank you for joining our meeting rooms.
>
> Best regards,
>
>  
>
>
> If you have received this invitation in error, please *click here* to
> deregister.
>
>
>
> *
> Casual version
>
> *
>
> Hi  ,
>
>   here from . I’ve
> added you as a user to our online meeting room(s).
>
> To use the room(s), you need to complete your registration. Click the link
> below and create a strong password.
>
> 
>
> Your username for logging in is .
>
> Thanks for joining our meeting room(s).
>
> See you soon!
>
> 
>
>
> If I’ve sent you this invitation by mistake, please *click here* to
> deregister.
>
>
>
>
> On Wed, Aug 25, 2021 at 6:13 AM Maxim Solodovnik 
> wrote:
>
>> Maybe you can help to create a template for such email (as text) here? :)
>> and maybe propose a configuration key name?
>>
>> `send.email.when.created.by.admin`? Maybe better ideas? :))
>>
>> On Wed, 25 Aug 2021 at 12:18, Lee But 
>> wrote:
>>
>>> Hello Maxim,
>>>
>>> I'm testing with my own email addresses until I am sure that I have
>>> everything right.
>>> I think that would be great. Also, a link to the login page would be
>>> useful, as without it, users don't know the URL of the website.
>>>
>>> Regards,
>>> Lee
>>>
>>> On Wed, Aug 25, 2021 at 2:53 AM Maxim Solodovnik 
>>> wrote:
>>>
>>>> Hello Lee,
>>>>
>>>> this is by design
>>>> these email settings are for self-registration only
>>>> Password is not being sent for security reasons
>>>>
>>>> As workaround your users can click "Forget password"
>>>> enter login/email and change the password
>>>>
>>>> We can add some additional setting to send email to newly created users
>>>> with instructions above :)
>>>> WDYT?
>>>>
>>>> On Tue, 24 Aug 2021 at 23:07, Lee But 
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I turned off self-registering, and when I set up a user as admin, no
>>>>> verification email is sent despite the key being set to true.
>>>>> [image: image.png]
>>>>>
>>>>> Also, the email that contains the user's account details does not
>>>>> contain the password, nor a link to the openmeetings page, so they cannot
>>>>> log in.
>>>>> Here's the message:
>>>>>
>>>>> [image: image.png]
>>>>>
>>>>> Thank you,
>>>>> Lee
>>>>>
>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: iptables rule stops tomcat/catalina

2021-08-25 Thread Maxim Solodovnik
I'm not an expert at iptables
I can only recommend to read `man iptables` and google :)

On Wed, 25 Aug 2021 at 19:34, Lee But  wrote:

> I still haven't been able to work out what's wrong.
> Everytime I add the iptables -A INPUT -j DROP rule, OpenMeetings cannot
> be reached by the browser and times out, and restarting the servers in my
> original message still produces the same error.
>
> On Tue, Aug 24, 2021 at 2:53 PM Lee But 
> wrote:
>
>> Hello,
>> I've applied the various iptables rules as per the installation guide and
>> VPS securing (see attached iptables.txt file), while docker has added many
>> 'chains' I don't understand. iptables is new to me.
>>
>> Everything works until I apply the rule iptables -A INPUT -j DROP
>> After that, tomcat/catalina does not start. I have these commands in a
>> bash script:
>> sudo /etc/init.d/mysql restart
>> sudo /etc/init.d/coturn restart
>> sudo /etc/init.d/docker restart
>> sudo docker restart kms
>> sudo /etc/init.d/tomcat34 restart
>>
>> This is what I see this in the terminal:
>>
>> NOTE: Picked up JDK_JAVA_OPTIONS:
>>  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/
>> java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED
>> --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
>> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
>> Aug 24, 2021 10:23:35 PM org.apache.catalina.startup.Catalina stopServer
>> SEVERE: Could not contact [localhost:8005] (base port [8005] and offset
>> [0]). Tomcat may not be running.
>> Aug 24, 2021 10:23:35 PM org.apache.catalina.startup.Catalina stopServer
>> SEVERE: Error stopping Catalina
>> java.net.ConnectException: Connection timed out (Connection timed out)
>> at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>> at java.base/java.net.Socket.connect(Socket.java:609)
>> at java.base/java.net.Socket.connect(Socket.java:558)
>> at java.base/java.net.Socket.(Socket.java:454)
>> at java.base/java.net.Socket.(Socket.java:231)
>> at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:667)
>> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:391)
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:481)
>>
>> I have attached the iptables configuration in a text file.
>> Do I need to open port 8005 as well?
>> Thank you all,
>> Lee
>>
>

-- 
Best regards,
Maxim


Re: Registering on behalf of users - no confirmation email

2021-08-24 Thread Maxim Solodovnik
Maybe you can help to create a template for such email (as text) here? :)
and maybe propose a configuration key name?

`send.email.when.created.by.admin`? Maybe better ideas? :))

On Wed, 25 Aug 2021 at 12:18, Lee But  wrote:

> Hello Maxim,
>
> I'm testing with my own email addresses until I am sure that I have
> everything right.
> I think that would be great. Also, a link to the login page would be
> useful, as without it, users don't know the URL of the website.
>
> Regards,
> Lee
>
> On Wed, Aug 25, 2021 at 2:53 AM Maxim Solodovnik 
> wrote:
>
>> Hello Lee,
>>
>> this is by design
>> these email settings are for self-registration only
>> Password is not being sent for security reasons
>>
>> As workaround your users can click "Forget password"
>> enter login/email and change the password
>>
>> We can add some additional setting to send email to newly created users
>> with instructions above :)
>> WDYT?
>>
>> On Tue, 24 Aug 2021 at 23:07, Lee But 
>> wrote:
>>
>>> Hello,
>>>
>>> I turned off self-registering, and when I set up a user as admin, no
>>> verification email is sent despite the key being set to true.
>>> [image: image.png]
>>>
>>> Also, the email that contains the user's account details does not
>>> contain the password, nor a link to the openmeetings page, so they cannot
>>> log in.
>>> Here's the message:
>>>
>>> [image: image.png]
>>>
>>> Thank you,
>>> Lee
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Settngs for Sip Manager

2021-08-24 Thread Maxim Solodovnik
 owner_id | bigint(20)   | YES  | | NULL|
>|
> | pin  | varchar(255) | YES  | | NULL|
>|
> | redirect_url | varchar(255) | YES  | | NULL|
>|
> | sip_enabled  | bit(1)   | NO   | | NULL|
>|
> | tag  | varchar(10)  | YES  | | NULL|
>|
> | type | varchar(20)  | YES  | | NULL|
>|
> | wait_moderator   | bit(1)   | NO   | | NULL|
>|
> | wait_for_recording   | bit(1)   | NO   | | NULL|
>|
>
> +--+--+--+-+-++
>
> mysql> select id, name, pin from room  where name = "YAHs Global Kingdom
> Classroom" \g
> ++---+--+
> | id | name  | pin  |
> ++---+--+
> | 11 | YAHs Global Kingdom Classroom |  |
> ++---+--+
> 1 row in set (0.00 sec)
>
> mysql>
>
> from manger.conf
> [open504]
> secret = 12345
> deny=0.0.0.0/0.0.0.0
> permit=127.0.0.1/255.255.255.0
> read = all
> write = all
>
> "openmeetings.settings"
> sip.hostname=meetings.glorytoyah.org
> sip.manager.port=5038
> sip.manager.user=open504
> sip.manager.password=12345 - Assuming this is the value from manger.conf
> [open504]
> sip.manager.timeout=1
>
> sip.ws.local.port.min=
> sip.ws.local.port.max=7666
> ## 127.0.0.1 is NOT working here
> sip.ws.local.host=public IP
> sip.ws.remote.port=8088
> sip.ws.remote.user=omsip_user
> sip.ws.remote.password=12345
>
>
>
> On Mon, Aug 23, 2021 at 7:57 PM Maxim Solodovnik 
> wrote:
>
>> Not sure I got the question :(
>>
>> You can specify these settings by editing
>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties#L68
>> file
>> (located at
>> ${OM_HOME}/webapps/openmeetings/WEB-INF/classes/openmeetings.properties)
>>
>> On Asterisk side it is located here:
>> https://openmeetings.apache.org/AsteriskIntegration.html#configure-asterisk-manager
>>
>>
>> On Tue, 24 Aug 2021 at 05:27, Yah's Global Kingdom 
>> wrote:
>>
>>> @Maxium
>>> Asterisk:
>>> Where are these settings located?
>>>
>>> sip.manager.user=
>>> sip.manager.password=
>>> sip.manager.timeout=
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: unsubscribe

2021-08-24 Thread Maxim Solodovnik
To unsubscribe please use the link from this page:
https://openmeetings.apache.org/mailing-lists.html
then confirm :)

On Wed, 25 Aug 2021 at 02:48, GMAIL - LBLASCOD  wrote:

> unsubscribe
>
>

-- 
Best regards,
Maxim


Re: Registering on behalf of users - no confirmation email

2021-08-24 Thread Maxim Solodovnik
Hello Lee,

this is by design
these email settings are for self-registration only
Password is not being sent for security reasons

As workaround your users can click "Forget password"
enter login/email and change the password

We can add some additional setting to send email to newly created users
with instructions above :)
WDYT?

On Tue, 24 Aug 2021 at 23:07, Lee But  wrote:

> Hello,
>
> I turned off self-registering, and when I set up a user as admin, no
> verification email is sent despite the key being set to true.
> [image: image.png]
>
> Also, the email that contains the user's account details does not contain
> the password, nor a link to the openmeetings page, so they cannot log in.
> Here's the message:
>
> [image: image.png]
>
> Thank you,
> Lee
>
>

-- 
Best regards,
Maxim


Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-08-24 Thread Maxim Solodovnik
Maybe you can share your VirtualBox machine?
So I can reproduce the issue and investigate?

On Fri, 6 Aug 2021 at 18:53, DREHER, Walter (ESG) <
walter.w.dreher.exter...@airbus.com> wrote:

> Hello,
>
>
>
> I tested OM on my private maschine (using VirtualBox) and got the same
> results as in the VMWare environment here at the company.
>
> Server: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>
> Client: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>
> Client: Physical Windows 10pro => form appears (Chrome, Edge, Firefox)
>
>
>
> Yesterday I remembered that we had a Maschine with OM 5.1 where I have
> access to the GUI.
>
> My colleague downloaded at the beginning of this year the live iso for OM
> 5.1 and integrated it into our vmware environment.
>
> I logged in from this maschine to the OM 6.1 server and clicked on “About”
> and “Show cleanup report” or entered a meetingroom and tried to send out an
> invitation.
>
> Strangely enough, the forms were displayed here.
>
> Now I’m completely confused.
>
> I saw the live iso looks completely different to our installed Ubuntu
> although both show Ubuntu 18.04.5 LTS as the operating system.
>
> I think this is a customized, but maybe is this the key.
>
>
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
>
>
> Walter Dreher
>
>
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
>
> T   +49 (0)9 06 71 79 70
>
> E   walter.w.dreher.exter...@airbus.com
>
>
>
> *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Gesendet:* Dienstag, 3. August 2021 13:12
> *An:* Openmeetings user-list
> *Betreff:* Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
>
>
> I'll set up Ubuntu Desktop VM and test again
>
>
>
> from mobile (sorry for typos ;)
>
>
>
>
> On Tue, Aug 3, 2021, 17:38 DREHER, Walter (ESG) <
> walter.w.dreher.exter...@airbus.com> wrote:
>
> Strange,
>
> at my first try a few month ago with OM 6.0.0 I had the same configuration
> like Alvaro.
>
> Server: VirtualBox Ubuntu 18.04 => I do not know anymore if form appear or
> not.
> Client: VirtualBox Ubuntu 18.04 => no form appears
> Client: Windows 10 Edge and Firefox => form appears
>
> Tomorrow I'll work in my Homeoffice so I'll test it again with a new
> maschine.
> I'm currently familiarizing myself with Docker on the old computer, and
> virtualbox no longer works there.
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
> Walter Dreher
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> T   +49 (0)9 06 71 79 70
> E   walter.w.dreher.exter...@airbus.com
>
> -Ursprüngliche Nachricht-
> Von: Alvaro [mailto:zurca...@gmail.com]
> Gesendet: Montag, 2. August 2021 12:41
> An: user@openmeetings.apache.org
> Betreff: Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
> ...for my testing have not internet connection.
> Was in LAN.
>
>
> 
>
>
>
> On Mon, 2 Aug 2021 10:35:45 +
> "DREHER, Walter (ESG)"  wrote:
>
> > Is there any Internetaccess necessary?
> >
> >
> > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
> >
> > Walter Dreher
> >
> > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> > Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> > T   +49 (0)9 06 71 79 70
> > E   walter.w.dreher.exter...@airbus.com
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alvaro [mailto:zurca...@gmail.com]
> > Gesendet: Montag, 2. August 2021 12:32
> > An: user@openmeetings.apache.org
> > Betreff: Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
> >
> > ...i have the same result as Maxim.
> >
> > Server: VirtualBox - Ubuntu 18.04 - OM 6.1.0
> >
> > Client: VirtualBox - Ubuntu 18.04 - Firefox.
> >
> > Client: Windows 10 - MS Edge anf  Firefox
> >
> > ...no find errors
> >
> >
> > ..
> >
> >
> > On Mon, 2 Aug 2021 15:42:37 +0700
> > Maxim Solodovnik  wrote:
> >
> > > Just tried to:
> > >
> > > 1) start OM on local machine (Ubuntu 20.04)
> > > 2) start Win10 on same machine in VMWare
> > > 3) Login to OM (MS Edge latest)
> > > 4) Open About dialog
> > >
> > > works as expected :(
> > >
> > > Any hint on how can I repr

Re: No session recording - OM 6.10

2021-08-23 Thread Maxim Solodovnik
I need someone who can reproduce the issue :( (was reported 3+ times .)
Hopefully someone can help :)

On Tue, 24 Aug 2021 at 11:18, Ali Alhaidary 
wrote:

>
> On 8/24/21 5:43 AM, Maxim Solodovnik wrote:
>
> Hello Lee,
>
> Can you try to click the "About" link at the Dashboard?
> Can you see the "About" dialog?
>
> @All if you can reproduce the issue with dialog don't popping up, can you
> share the steps with me?
>
> @Max
>
> Things are working here as expected in production since 6.0.0 till now
> 7.0.0#13, no issue has been reported regarding this case. Reviewing our
> case database, similar issue was reported when some other dialog box from
> the browser was waiting a response and the teacher is trying to start
> recording and nothing happens (his claim). Is there any thing specific I
> can do?
>
> @Lee
>
> Can you please register as new user https://the5stars.org and then access
> https://school.the5stars.org/class/mod/openmeetings/view.php?id=181 from
> the same browsers.
>
> Or VM if the issue is reproducible in VM?
>
>
> On Mon, 23 Aug 2021 at 23:34, Alvaro  wrote:
>
>> Hi Lee,
>>
>> Just checked OM 6.1.0 on Debian 10 and that
>> point works as expected.
>>
>> Could you please indicate where is the browser
>> client, Lan or Internet?
>>
>>
>> 
>>
>>
>> On Mon, 23 Aug 2021 14:30:23 +
>> Lee But  wrote:
>>
>> > Hello Ali,
>> > Thanks for your suggestions.
>> > Nothing happens when I click that icon. I've tried on Chromium and
>> Firefox,
>> > so I don't think it's a browser problem.
>> > I followed the installation tutorial for Debian 10 server by Alvaro
>> Bustos.
>> >
>> > Regards,
>> > Lee
>> >
>> >
>> > On Mon, Aug 23, 2021 at 12:26 PM Ali Alhaidary <
>> ali.alhaid...@the5stars.org>
>> > wrote:
>> >
>> > > Hi Lee,
>> > >
>> > > When you press the little computer icon at the upper right cornet, the
>> > > record/share dialog box should appear, from this box you can select
>> either
>> > > to record, or to share, in both cases, the browser will pop another
>> box
>> > > asking for mic/camera permission, that you should give, then ask you
>> which
>> > > window you want to record/share.
>> > >
>> > > Ali
>> > > On 8/23/21 1:49 PM, Lee But wrote:
>> > >
>> > > Hello Ali,
>> > > When I press the screen sharing button or the option from the Actions
>> > > menu, there is nothing to indicate that the screen is being shared or
>> > > recorded.
>> > > I don't see anything on the interface to stop any recording, either.
>> There
>> > > is a spinner that spins for a short time (shown above the users pane
>> in the
>> > > image below), but nothing is visually indicated after that.
>> > > The 'Activities and actions' panel doesn't log anything.
>> > > There is nothing in the Recordings area from my dashboard.
>> > >
>> > > [image: image.png]
>> > >
>> > > Recording is enabled:
>> > > [image: image.png]
>> > >
>> > >
>> > > On Mon, Aug 23, 2021 at 8:33 AM Ali Alhaidary <
>> ali.alhaid...@the5stars.org>
>> > > wrote:
>> > >
>> > >> Hi,
>> > >>
>> > >> Didi you stop the recording? Did the recording show in the recording
>> > >> list processing?
>> > >>
>> > >> Ali
>> > >>
>> > >> On 8/23/21 8:49 AM, Lee But wrote:
>> > >> > Hello,
>> > >> >
>> > >> > How is session recording done?
>> > >> > I have clicked the button in the top-right corner, and Actions >
>> > >> > Share/Record Screen, but nothing seems to happen. There are no
>> > >> > recordings in the list.
>> > >> >
>> > >> > Thanks.
>> > >>
>> > >
>>
>>
>> --
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: SIP Integrations - How to call Confrence room from Asterisk

2021-08-23 Thread Maxim Solodovnik
Many thanks! :)

On Tue, 24 Aug 2021 at 11:04, Ali Alhaidary 
wrote:

> for us at that time
> On 8/24/21 5:26 AM, Maxim Solodovnik wrote:
>
>
>
> On Fri, 20 Aug 2021 at 13:37, Yah's Global Kingdom 
> wrote:
>
>> Ok got clients to register in asterisk and I can make a call from my
>> [Internal] context to another [internal] context number.
>> However, when I try to dial a conference room I get the Call from
>> ext- to extension 40011 (room ID) because extension not found in
>> context internal  How do I set up the dial plan to dial been context(s).
>> Wheen I use the "include  option"  i.e.
>> [room]
>> include => Internal I still get the same error.
>>
>
> To be fair I'm not an expert in SIP configuration :(((
> Maybe someone else can help?
>
> @Ali I do remember you are the expert in SIP :
>
> It was not only me, a colleague that worked with me in IBM (or oracle)
> that moved out to another company used to help us in our IVR and other
> solutions. But it was not a big fight implanting it, just follow the long
> long installation and integration. We left it because there is no service
> provided here.
>
> I will try to contact him again and see how he can help.
>
>
>
>>
>> If I move an extension to the rooms [context]  the attendant answers
>> state the extension for the room is invalid.
>>
>> I did note that in extensions.conf the connection string for the database
>> (openmeetings/rooms
>> should be openmeetings/room as rooms does not exist in the database.
>>
>
> weird enough config published on main site works for me as expected
> Any corrections are very welcome :))
>
>
>> So how do I make this call across contexts i.e. registered ext 1000 call
>> to room 40011?
>>
>> Thanks ahead of time.
>>
>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: Status of SIP Integration in OM 6.00

2021-08-23 Thread Maxim Solodovnik
I believe I've answered in other thread

(I would recommend keeping the mail-thread number reasonable :
This way it will be easier to follow :)

On Tue, 24 Aug 2021 at 08:39, Ali Alhaidary 
wrote:

> Hi,
>
> I am sorry, but it has been some time and relay do not recall the details
> as we abandoned using SIP in our production system long time ago.
>
> Ali
> On 8/24/21 3:51 AM, Yah's Global Kingdom wrote:
>
> Hi Ali Alhaidary,
>
> Is it possible that you can tell me were you got the settings for
> openmeetings.settings in asterisk? Guess what I am asking the below
> settings are required to be set in openmeetings.settings file, but I don't
> know what they actually equate to in Asterisk.
> Asterisk:
> Where are these settings located?
>
> sip.manager.user=
> sip.manager.password=
> sip.manager.timeout=
>
> On Fri, Apr 16, 2021 at 2:15 PM Yah's Global Kingdom 
> wrote:
>
>> I would think that the conferencing bridge would be able to handle many
>> to one connections as that is the ultimate purpose conferencing...I will
>> have to check it out next week, right now I am in a temp location and have
>> to move back into my office and set everything back up again. I am hoping
>> that using SIP as the protocol that it utilizing the conference bridge
>> which would be fantastic.
>>
>> Miles
>>
>> On Fri, Apr 16, 2021 at 1:21 PM Ali Alhaidary <
>> ali.alhaid...@the5stars.org> wrote:
>>
>>> Yes, running the latest build of 6.1.0, however it was long and complex
>>> learning experience for us, and, it depends on the subscription and number
>>> of lines offered, and, for some reason that I did not dig too much into,
>>> server is overloaded, and unfortunately, in our part of the globe, no
>>> operator is willing to offer the service, so we limited lessons to
>>> internet, but other than that, it worked very good two way audio.
>>>
>>> Ali
>>> On 4/16/21 10:01 PM, Yah's Global Kingdom wrote:
>>>
>>> Thanks Ali,
>>>
>>> I have to look at my notes it has been a minute.  I see emails that you
>>> are running 6.+ Are multiple user able to call in to your room conference
>>> using SIP?
>>>
>>> On Thu, Apr 15, 2021 at 2:04 PM Ali Alhaidary <
>>> ali.alhaid...@the5stars.org> wrote:
>>>
>>>> upgrading is a long process, but certainly worth each and every minute
>>>> :-)
>>>>
>>>> Ali
>>>> On 4/15/21 11:40 PM, Yah's Global Kingdom wrote:
>>>>
>>>> Ok thanks I will upgrade and test
>>>>
>>>> On Tue, Apr 13, 2021 at 5:29 PM Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> I believe so :)
>>>>> But my testing abilities are limited :)
>>>>>
>>>>> And SIP-video is not implemented
>>>>>
>>>>> from mobile (sorry for typos ;)
>>>>>
>>>>>
>>>>> On Wed, Apr 14, 2021, 05:11 Yah's Global Kingdom 
>>>>> wrote:
>>>>>
>>>>>> Maxim what exactly does that mean,  Can more than one person, call
>>>>>> into the room SIMULTANEOUSILY using SIP?
>>>>>>
>>>>>> On Sat, Apr 10, 2021 at 7:27 PM Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> According to my tests 2-way audio-only SIP should work as expected :)
>>>>>>>
>>>>>>> from mobile (sorry for typos ;)
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 8, 2021, 04:20 Yah's Global Kingdom 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Has this been implemented yet?
>>>>>>>>
>>>>>>>

-- 
Best regards,
Maxim


Re: Settngs for Sip Manager

2021-08-23 Thread Maxim Solodovnik
Not sure I got the question :(

You can specify these settings by editing
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings.properties#L68
file
(located at
${OM_HOME}/webapps/openmeetings/WEB-INF/classes/openmeetings.properties)

On Asterisk side it is located here:
https://openmeetings.apache.org/AsteriskIntegration.html#configure-asterisk-manager


On Tue, 24 Aug 2021 at 05:27, Yah's Global Kingdom 
wrote:

> @Maxium
> Asterisk:
> Where are these settings located?
>
> sip.manager.user=
> sip.manager.password=
> sip.manager.timeout=
>


-- 
Best regards,
Maxim


Re: No session recording - OM 6.10

2021-08-23 Thread Maxim Solodovnik
Hello Lee,

Can you try to click the "About" link at the Dashboard?
Can you see the "About" dialog?

@All if you can reproduce the issue with dialog don't popping up, can you
share the steps with me?
Or VM if the issue is reproducible in VM?


On Mon, 23 Aug 2021 at 23:34, Alvaro  wrote:

> Hi Lee,
>
> Just checked OM 6.1.0 on Debian 10 and that
> point works as expected.
>
> Could you please indicate where is the browser
> client, Lan or Internet?
>
>
> 
>
>
> On Mon, 23 Aug 2021 14:30:23 +
> Lee But  wrote:
>
> > Hello Ali,
> > Thanks for your suggestions.
> > Nothing happens when I click that icon. I've tried on Chromium and
> Firefox,
> > so I don't think it's a browser problem.
> > I followed the installation tutorial for Debian 10 server by Alvaro
> Bustos.
> >
> > Regards,
> > Lee
> >
> >
> > On Mon, Aug 23, 2021 at 12:26 PM Ali Alhaidary <
> ali.alhaid...@the5stars.org>
> > wrote:
> >
> > > Hi Lee,
> > >
> > > When you press the little computer icon at the upper right cornet, the
> > > record/share dialog box should appear, from this box you can select
> either
> > > to record, or to share, in both cases, the browser will pop another box
> > > asking for mic/camera permission, that you should give, then ask you
> which
> > > window you want to record/share.
> > >
> > > Ali
> > > On 8/23/21 1:49 PM, Lee But wrote:
> > >
> > > Hello Ali,
> > > When I press the screen sharing button or the option from the Actions
> > > menu, there is nothing to indicate that the screen is being shared or
> > > recorded.
> > > I don't see anything on the interface to stop any recording, either.
> There
> > > is a spinner that spins for a short time (shown above the users pane
> in the
> > > image below), but nothing is visually indicated after that.
> > > The 'Activities and actions' panel doesn't log anything.
> > > There is nothing in the Recordings area from my dashboard.
> > >
> > > [image: image.png]
> > >
> > > Recording is enabled:
> > > [image: image.png]
> > >
> > >
> > > On Mon, Aug 23, 2021 at 8:33 AM Ali Alhaidary <
> ali.alhaid...@the5stars.org>
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> Didi you stop the recording? Did the recording show in the recording
> > >> list processing?
> > >>
> > >> Ali
> > >>
> > >> On 8/23/21 8:49 AM, Lee But wrote:
> > >> > Hello,
> > >> >
> > >> > How is session recording done?
> > >> > I have clicked the button in the top-right corner, and Actions >
> > >> > Share/Record Screen, but nothing seems to happen. There are no
> > >> > recordings in the list.
> > >> >
> > >> > Thanks.
> > >>
> > >
>
>
> --
>
>

-- 
Best regards,
Maxim


Re: Error 602 when trying to connect conference room

2021-08-23 Thread Maxim Solodovnik
H

everything looks as expected except for "SIP/2.0 603 Declined"
Can you try
1) Linphone instead of Zoiper
2) Call in Audio only mode (Video is not currently supported)

Not sure what is wrong :(
Do you have anything suspicious in OM logs?


On Mon, 23 Aug 2021 at 12:38, Yah's Global Kingdom 
wrote:

> When  trying to connect to a conference room I am getting
> SIP/2.0 603 Declined
>
> I don't know why asterisk is declining the request to enter the conference
> room.  I am including the portion of the dial plan that is being executed
> along with a sip debug information.  As stated before I don't see the
> Openmeetings Transport agent register or do anything with asterisk, (am I
> suppose to?).  The server just declines to let me enter into the conference
> room and I unable to determine why.  Can someone help me out with this?
>
> From extension.conf
> exten =>
> _40011,1,GotoIf($[${DB_EXISTS(open504/room/${EXTEN})}]?ok:notavail)
> exten => _40011,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _40011,n(notavail),Hangup
>
>
> From Sip Debug
>
> <--- SIP read from UDP:x.x.x.x:49952 --->
> REGISTER sip:meetings.glorytoyah.org:5060;transport=UDP SIP/2.0
> Via: SIP/2.0/UDP
> x.x.x.x:49952;branch=z9hG4bK-524287-1---e7e629091d6d0a9e;rport
> Max-Forwards: 70
> Contact:  :49952;transport=UDP;rinstance=aa89e0d2821e9132>
> To: 
> From: ;tag=f275c241
> Call-ID: iM97Q5-Kv-TL_VmglcgQug..
> CSeq: 4757 REGISTER
> Expires: 60
> Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO,
> SUBSCRIBE
> User-Agent: Z 5.5.3 v2.10.15.0
> Authorization: Digest
> username="horace",realm="asterisk",nonce="59b69e27",uri="sip:meetings.glorytoyah.org:5060
> ;transport=UDP",response="19416047ef96e57180711cf3c65efaeb",algorithm=MD5
> Allow-Events: presence, kpml, talk
> Content-Length: 0
>
> <->
> --- (14 headers 0 lines) ---
> Sending to x.x.x.x:49952 (no NAT)
> Sending to x.x.x.x:49952 (no NAT)
>
> <--- Transmitting (no NAT) to x.x.x.x:49952 --->
> SIP/2.0 401 Unauthorized
> Via: SIP/2.0/UDP
> x.x.x.x:49952;branch=z9hG4bK-524287-1---e7e629091d6d0a9e;received=x.x.x.x;rport=49952
> From: ;tag=f275c241
> To: ;tag=as1ceb5f1f
> Call-ID: iM97Q5-Kv-TL_VmglcgQug..
> CSeq: 4757 REGISTER
> Server: Asterisk PBX 16.13.0
> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
> PUBLISH, MESSAGE
> Supported: replaces, timer
> WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="2db3b07b"
> Content-Length: 0
>
>
> <>
> Scheduling destruction of SIP dialog 'iM97Q5-Kv-TL_VmglcgQug..' in 32000
> ms (Method: REGISTER)
>
> <--- SIP read from UDP:x.x.x.x:49952 --->
> REGISTER sip:meetings.glorytoyah.org:5060;transport=UDP SIP/2.0
> Via: SIP/2.0/UDP
> x.x.x.x:49952;branch=z9hG4bK-524287-1---eee8b07fdd98a3c5;rport
> Max-Forwards: 70
> Contact:  :49952;transport=UDP;rinstance=aa89e0d2821e9132>
> To: 
> From: ;tag=f275c241
> Call-ID: iM97Q5-Kv-TL_VmglcgQug..
> CSeq: 4758 REGISTER
> Expires: 60
> Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO,
> SUBSCRIBE
> User-Agent: Z 5.5.3 v2.10.15.0
> Authorization: Digest
> username="horace",realm="asterisk",nonce="2db3b07b",uri="sip:meetings.glorytoyah.org:5060
> ;transport=UDP",response="a447e48656b54e723a36d28222efcf83",algorithm=MD5
> Allow-Events: presence, kpml, talk
> Content-Length: 0
>
> <->
> --- (14 headers 0 lines) ---
> Sending to x.x.x.x:49952 (no NAT)
>
> <--- Transmitting (no NAT) to x.x.x.x:49952 --->
> SIP/2.0 200 OK
> Via: SIP/2.0/UDP
> x.x.x.x:49952;branch=z9hG4bK-524287-1---eee8b07fdd98a3c5;received=x.x.x.x;rport=49952
> From: ;tag=f275c241
> To: ;tag=as1ceb5f1f
> Call-ID: iM97Q5-Kv-TL_VmglcgQug..
> CSeq: 4758 REGISTER
> Server: Asterisk PBX 16.13.0
> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
> PUBLISH, MESSAGE
> Supported: replaces, timer
> Expires: 60
> Contact:  :49952;transport=UDP;rinstance=aa89e0d2821e9132>;expires=60
> Date: Mon, 23 Aug 2021 05:02:51 GMT
> Content-Length: 0
>
>
> <>
> Scheduling destruction of SIP dialog 'iM97Q5-Kv-TL_VmglcgQug..' in 32000
> ms (Method: REGISTER)
>
> <--- SIP read from UDP:172.58.69.178:45874 --->
> INVITE sip:40...@meetings.glorytoyah.org;transport=UDP SIP/2.0
> Via: SIP/2.0/UDP 192.0.0.2:34804
> ;branch=z9hG4bK-524287-1---52f2ea8febffe027;rport
> Max-Forwards: 70
> Contact: 
> To: 
> From: ;tag=6d96d10f
> Call-ID: wg7pHc0DwIOKu9v8K_sPHQ..
> CSeq: 1 INVITE
> Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO,
> SUBSCRIBE
> Content-Type: application/sdp
> User-Agent: Zoiper rv2.10.12.3-mod
> Allow-Events: presence, kpml, talk
> Content-Length: 185
>
> v=0
> o=Zoiper 1629694971491 1 IN IP4 172.58.69.178
> s=Z
> c=IN IP4 172.58.69.178
> t=0 0
> m=audio 59692 RTP/AVP 0 101 8 3
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-16
> a=sendrecv
> <->
> --- (13 headers 9 lines) ---
> Sending to 172.58.69.178:45874 (NAT)
> Sending to 172.58.69.178:45874 (NAT)
> Using

Re: SIP Integration

2021-08-23 Thread Maxim Solodovnik
On Sun, 22 Aug 2021 at 01:06, Yah's Global Kingdom 
wrote:

> OK, I am able to register devices and call anything within the internal
> context.  But I can not dial a conference room.  Can anyone that is able to
> dial a conference from an Asterisk instance please share their Sip.conf and
> Extension.conf so I can compare...?
>

I was able to dial the room using a softphone (Linphone) ...
The configs are at the main site :)


> On Wed, Aug 18, 2021 at 12:10 AM Maxim Solodovnik 
> wrote:
>
>> `sudo netstat -taupen|grep aster`
>>
>> lists port 5060 for me 
>>
>>
>> On Wed, 18 Aug 2021 at 06:38, Yah's Global Kingdom 
>> wrote:
>>
>>> The SIP protocol uses port 5060, according to the documentation: SIP
>>> Config tcpenble =yes  and tcpbindaddress default port number is 5060.
>>>
>>> On Mon, Aug 16, 2021 at 9:34 PM Maxim Solodovnik 
>>> wrote:
>>>
>>>>
>>>>
>>>> On Mon, 16 Aug 2021 at 21:55, Yah's Global Kingdom 
>>>> wrote:
>>>>
>>>>> Please disregard, I have gotten the sip transport to enter the room.
>>>>> However, I don't see anything in Asterisk for when the Transport agent
>>>>> enters the room or when I try to register a client.
>>>>>
>>>>
>>>> You should "see something in Asterisk" at the moment the SIP user
>>>> enters the room (better with Om user in it ...)
>>>>
>>>>
>>>>>   I have nothing listening on ports 5060,5061 or 5062.
>>>>>
>>>>
>>>> Why do you expect something should listen these ports?
>>>>
>>>>
>>>>>
>>>>> On Sat, Aug 14, 2021 at 11:29 AM Yah's Global Kingdom <
>>>>> yahs...@gmail.com> wrote:
>>>>>
>>>>>> Update:
>>>>>> Asterisk is not listening on ports 5060/5061/5062 although I have
>>>>>> updated the sip.conf
>>>>>>
>>>>>> I am using the guide at
>>>>>> https://openmeetings.apache.org/AsteriskIntegration.html to
>>>>>> implement Asterisk and VOIP.
>>>>>>
>>>>>> Before under previous additions, when I entered the room, the SIP
>>>>>> transport agent would also enter the room.  Now after upgrading from 5.0 
>>>>>> to
>>>>>> 6.10 when I enter the room no sip transport agent enters.   What
>>>>>> information do I need to provide to anyone so I can troubleshoot this
>>>>>> matter.   Is there an upgraded version of this guide
>>>>>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>>>>>  ?
>>>>>> The sipusers table in 6.1 looks nothing like the table in this guide.
>>>>>>
>>>>>> Sincerely
>>>>>> Bro Miles
>>>>>> YAH's Global Kingdom Ministries.
>>>>>>
>>>>>> On Sat, Aug 14, 2021 at 10:55 AM Yah's Global Kingdom <
>>>>>> yahs...@gmail.com> wrote:
>>>>>>
>>>>>>> I am using the guide at
>>>>>>> https://openmeetings.apache.org/AsteriskIntegration.html to
>>>>>>> implement Asterisk and VOIP.
>>>>>>>
>>>>>>> Before under previous additions, when I entered the room, the SIP
>>>>>>> transport agent would also enter the room.  Now after upgrading from 
>>>>>>> 5.0 to
>>>>>>> 6.10 when I enter the room no sip transport agent enters.   What
>>>>>>> information do I need to provide to anyone so I can troubleshoot this
>>>>>>> matter.   Is there an upgraded version of this guide
>>>>>>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>>>>>> ?  The sipusers table in 6.1 looks nothing like the table in this guide.
>>>>>>>
>>>>>>> Sincerely
>>>>>>> Bro Miles
>>>>>>> YAH's Global Kingdom Ministries.
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: SIP Integrations - How to call Confrence room from Asterisk

2021-08-23 Thread Maxim Solodovnik
On Fri, 20 Aug 2021 at 13:37, Yah's Global Kingdom 
wrote:

> Ok got clients to register in asterisk and I can make a call from my
> [Internal] context to another [internal] context number.
> However, when I try to dial a conference room I get the Call from ext-
> to extension 40011 (room ID) because extension not found in context
> internal  How do I set up the dial plan to dial been context(s).  Wheen I
> use the "include  option"  i.e.
> [room]
> include => Internal I still get the same error.
>

To be fair I'm not an expert in SIP configuration :(((
Maybe someone else can help?

@Ali I do remember you are the expert in SIP :


>
> If I move an extension to the rooms [context]  the attendant answers state
> the extension for the room is invalid.
>
> I did note that in extensions.conf the connection string for the database
> (openmeetings/rooms
> should be openmeetings/room as rooms does not exist in the database.
>

weird enough config published on main site works for me as expected
Any corrections are very welcome :))


> So how do I make this call across contexts i.e. registered ext 1000 call
> to room 40011?
>
> Thanks ahead of time.
>


-- 
Best regards,
Maxim


Re: Invalid hash Access denied only from moodle plugin on IOS

2021-08-20 Thread Maxim Solodovnik
Well

this value is `Lax` out-of-the-box
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/META-INF/context.xml#L22

I see no other reason for such behavior :(
Maybe you can see something suspicious in the logs?

On Fri, 20 Aug 2021 at 19:59, mentor maxhuni  wrote:

> Thank you Maxim for response but i did as you said, in fact the link 
>  sameSiteCookies="none"/>  was already on
> /opt/open610/webapps/openmeetings/META-INF/context.xml but the problem is
> the same. It's strange because i can without problem enter OP classroom
> directly via link with IOS but problem only occurs with Moodle Plugin on
> IOS , in android works great with Moodle Plugin also.
>
>
> please don't add line to /opt/OM/conf/context.xml modify
> ${OM_HOME}/webapp/META-INF/context.xml
>
> as described here:
> https://github.com/openmeetings/openmeetings-moodle-plugin#access-denied
> :)
>
> --
> *From:* mentor maxhuni 
> *Sent:* Wednesday, August 18, 2021 12:16 PM
> *To:* user@openmeetings.apache.org 
> *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS
>
> I Did that, the problem is the sam, I could not make it work even with the
> previous OM versions.
>
> Thank you
> --
> *From:* Ali Alhaidary 
> *Sent:* Wednesday, August 18, 2021 12:13 PM
> *To:* user@openmeetings.apache.org 
> *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS
>
>
> Logout from OM link on any device on any network.
>
>
> Ali
>
>
> On 8/18/21 3:06 PM, mentor maxhuni wrote:
>
> Hi,
>
> Thank you for response, but no i am not login on the same device even not
> in same network, with direct link i can enter OM classroom from IOS device
> without problem  but i have problem from Moodle plugin
> --
> *From:* Ali Alhaidary 
> 
> *Sent:* Wednesday, August 18, 2021 12:02 PM
> *To:* user@openmeetings.apache.org 
> 
> *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS
>
>
> Hi,
>
> You should not log to OM on the same device using OM link and the plugin.
> So first logout from OM on that device, and then use the moodle plugin from
> moodle to enter the room.
>
> Ali
>
>
> On 8/18/21 2:10 PM, mentor maxhuni wrote:
>
> Greetings.
> I have installed OM 6.1.0 and it works fine with android and PC, I
> integrated on moodle with latest moodle plugin. But i have problem when i
> want to access classroom through Moodle plugin on IOS, the  error occurs 
> *Invalid
> hash Access denied. *When I enter classroom directly from OM link without
> moodle plugin it works just fine from IOS,  problem occurs only when i want
> to enter classroom through moodle. I tried to add on
> /opt/OM/conf/context.xml file  line below but the problem remains the same
>
> 
>
>

-- 
Best regards,
Maxim


Re: Invalid hash Access denied only from moodle plugin on IOS

2021-08-19 Thread Maxim Solodovnik
Hello,

please don't add line to /opt/OM/conf/context.xml
modify ${OM_HOME}/webapp/META-INF/context.xml

as described here:
https://github.com/openmeetings/openmeetings-moodle-plugin#access-denied
:)

On Wed, 18 Aug 2021 at 18:10, mentor maxhuni  wrote:

> Greetings.
> I have installed OM 6.1.0 and it works fine with android and PC, I
> integrated on moodle with latest moodle plugin. But i have problem when i
> want to access classroom through Moodle plugin on IOS, the  error occurs 
> *Invalid
> hash Access denied. *When I enter classroom directly from OM link without
> moodle plugin it works just fine from IOS,  problem occurs only when i want
> to enter classroom through moodle. I tried to add on
> /opt/OM/conf/context.xml file  line below but the problem remains the same
>
> 
>
>

-- 
Best regards,
Maxim


Re: User Rooms Creation

2021-08-19 Thread Maxim Solodovnik
Hello Jeff,

You can use any placeholder, but you need to modify the code, otherwise it
will not be applied :(
(And I would use {displayName} :))) )

On Wed, 18 Aug 2021 at 23:27, Jeffry Johnson 
wrote:

> If I wanted to update this to use the users name or something instead of
> just My Conference Room, is there a format I'd use like {firstname}
> {lastname}'s Conference or something?
>
> On Mon, Aug 9, 2021 at 9:32 PM Jeffry Johnson 
> wrote:
>
>> Exactly what I was looking for. We are wanting to change the naming
>> convention to a custom convention. Thanks Max!
>>
>> On Mon, Aug 9, 2021, 21:31 Maxim Solodovnik  wrote:
>>
>>> Not sure what this question is about :)
>>>
>>> If it is about user personal rooms
>>> My presentation room (for 1-120 users)
>>>
>>> The name is taken from Labels
>>>  - my.room.presentation
>>>  - my.room.conference
>>>
>>> The rooms are created here:
>>> https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/room/RoomDao.java#L315
>>>
>>>
>>> On Tue, 10 Aug 2021 at 04:05, Jeffry Johnson 
>>> wrote:
>>>
>>>> I'm struggling to find the code to update what a
>>>> Conference/Presentation room is named by default when a user is assigned
>>>> the room permissions. Please help.
>>>>
>>>> Jeff Johnson
>>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

-- 
Best regards,
Maxim


Re: SIP Integration

2021-08-18 Thread Maxim Solodovnik
`sudo netstat -taupen|grep aster`

lists port 5060 for me 


On Wed, 18 Aug 2021 at 06:38, Yah's Global Kingdom 
wrote:

> The SIP protocol uses port 5060, according to the documentation: SIP
> Config tcpenble =yes  and tcpbindaddress default port number is 5060.
>
> On Mon, Aug 16, 2021 at 9:34 PM Maxim Solodovnik 
> wrote:
>
>>
>>
>> On Mon, 16 Aug 2021 at 21:55, Yah's Global Kingdom 
>> wrote:
>>
>>> Please disregard, I have gotten the sip transport to enter the room.
>>> However, I don't see anything in Asterisk for when the Transport agent
>>> enters the room or when I try to register a client.
>>>
>>
>> You should "see something in Asterisk" at the moment the SIP user enters
>> the room (better with Om user in it ...)
>>
>>
>>>   I have nothing listening on ports 5060,5061 or 5062.
>>>
>>
>> Why do you expect something should listen these ports?
>>
>>
>>>
>>> On Sat, Aug 14, 2021 at 11:29 AM Yah's Global Kingdom 
>>> wrote:
>>>
>>>> Update:
>>>> Asterisk is not listening on ports 5060/5061/5062 although I have
>>>> updated the sip.conf
>>>>
>>>> I am using the guide at
>>>> https://openmeetings.apache.org/AsteriskIntegration.html to implement
>>>> Asterisk and VOIP.
>>>>
>>>> Before under previous additions, when I entered the room, the SIP
>>>> transport agent would also enter the room.  Now after upgrading from 5.0 to
>>>> 6.10 when I enter the room no sip transport agent enters.   What
>>>> information do I need to provide to anyone so I can troubleshoot this
>>>> matter.   Is there an upgraded version of this guide
>>>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>>>  ?
>>>> The sipusers table in 6.1 looks nothing like the table in this guide.
>>>>
>>>> Sincerely
>>>> Bro Miles
>>>> YAH's Global Kingdom Ministries.
>>>>
>>>> On Sat, Aug 14, 2021 at 10:55 AM Yah's Global Kingdom <
>>>> yahs...@gmail.com> wrote:
>>>>
>>>>> I am using the guide at
>>>>> https://openmeetings.apache.org/AsteriskIntegration.html to implement
>>>>> Asterisk and VOIP.
>>>>>
>>>>> Before under previous additions, when I entered the room, the SIP
>>>>> transport agent would also enter the room.  Now after upgrading from 5.0 
>>>>> to
>>>>> 6.10 when I enter the room no sip transport agent enters.   What
>>>>> information do I need to provide to anyone so I can troubleshoot this
>>>>> matter.   Is there an upgraded version of this guide
>>>>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>>>> ?  The sipusers table in 6.1 looks nothing like the table in this guide.
>>>>>
>>>>> Sincerely
>>>>> Bro Miles
>>>>> YAH's Global Kingdom Ministries.
>>>>>
>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: SIP Integration

2021-08-16 Thread Maxim Solodovnik
On Mon, 16 Aug 2021 at 21:55, Yah's Global Kingdom 
wrote:

> Please disregard, I have gotten the sip transport to enter the room.
> However, I don't see anything in Asterisk for when the Transport agent
> enters the room or when I try to register a client.
>

You should "see something in Asterisk" at the moment the SIP user enters
the room (better with Om user in it ...)


>   I have nothing listening on ports 5060,5061 or 5062.
>

Why do you expect something should listen these ports?


>
> On Sat, Aug 14, 2021 at 11:29 AM Yah's Global Kingdom 
> wrote:
>
>> Update:
>> Asterisk is not listening on ports 5060/5061/5062 although I have updated
>> the sip.conf
>>
>> I am using the guide at
>> https://openmeetings.apache.org/AsteriskIntegration.html to implement
>> Asterisk and VOIP.
>>
>> Before under previous additions, when I entered the room, the SIP
>> transport agent would also enter the room.  Now after upgrading from 5.0 to
>> 6.10 when I enter the room no sip transport agent enters.   What
>> information do I need to provide to anyone so I can troubleshoot this
>> matter.   Is there an upgraded version of this guide
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>  ?
>> The sipusers table in 6.1 looks nothing like the table in this guide.
>>
>> Sincerely
>> Bro Miles
>> YAH's Global Kingdom Ministries.
>>
>> On Sat, Aug 14, 2021 at 10:55 AM Yah's Global Kingdom 
>> wrote:
>>
>>> I am using the guide at
>>> https://openmeetings.apache.org/AsteriskIntegration.html to implement
>>> Asterisk and VOIP.
>>>
>>> Before under previous additions, when I entered the room, the SIP
>>> transport agent would also enter the room.  Now after upgrading from 5.0 to
>>> 6.10 when I enter the room no sip transport agent enters.   What
>>> information do I need to provide to anyone so I can troubleshoot this
>>> matter.   Is there an upgraded version of this guide
>>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>>> ?  The sipusers table in 6.1 looks nothing like the table in this guide.
>>>
>>> Sincerely
>>> Bro Miles
>>> YAH's Global Kingdom Ministries.
>>>
>>

-- 
Best regards,
Maxim


Re: New blog article OpenMeetings 6.1.0

2021-08-16 Thread Maxim Solodovnik
Thanks a million! :)))

On Mon, 16 Aug 2021 at 14:13, seba.wag...@gmail.com 
wrote:

> Hi,
>
> I've updated our blog with a new post:
> https://blogs.apache.org/openmeetings/entry/openmeetings-v6-1-0-webrtc
>
> If you could help to support the project by sharing the news.
>
> Thanks
> Sebastian
>
> Sebastian Wagner
> Director Arrakeen Solutions, OM-Hosting.com
> http://arrakeen-solutions.co.nz/
> https://om-hosting.com - Cloud & Server Hosting for HTML5
> Video-Conferencing OpenMeetings
>
> 
> 
>


-- 
Best regards,
Maxim


Re: java

2021-08-16 Thread Maxim Solodovnik
Hello Ali

On Mon, 16 Aug 2021 at 14:15, Ali Alhaidary 
wrote:

> Hi,
>
> Would it be enough to use only:
>
> sudo apt install default-jdk
>

This depends on
1) your OM version
2) The output of `apt show default-jdk`

OM latest requires java11
so if `apt show default-jdk` shows Java11 - it is OK :)))


> Ali
>
>

-- 
Best regards,
Maxim


Re: Era in MYSQL RealTime

2021-08-15 Thread Maxim Solodovnik
On Sat, 14 Aug 2021 at 01:30, Yah's Global Kingdom 
wrote:

> I am using version 16.13.0.  I don't know what would be making the query,
> or if there are other fields that it requires.  The documentation
> say's field order is important.
>

I would recommend to follow this
https://openmeetings.apache.org/AsteriskIntegration.html guide step-by-step
I had no issues with the `sipuser` table :(


> On Thu, Aug 12, 2021 at 7:22 PM Maxim Solodovnik 
> wrote:
>
>> OM creates "sipusers" DB table
>> but column "insecure" is NOT created
>>
>> I saw no issues with this
>>
>> what version of Asterisk are you using?
>>
>> I guess you can manually add the desired column to this DB table :)
>>
>> On Thu, 12 Aug 2021 at 09:29, Yah's Global Kingdom 
>> wrote:
>>
>>> I am getting the following era in Asterisk trying to implement VOIP SIP
>>> integration
>>> resconfig_mysq.c: 513 realtime_multi_mysql:  MySQL RealTime: Failed to
>>> query database: unknown column 'insecure' in 'where clause'
>>>
>>> I "assume" this is coming from sipusers table.  However I know what the
>>> order of the fields are and were this field should be added.
>>>
>>> Miles
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: SIP Integration

2021-08-15 Thread Maxim Solodovnik
Hello,

I would use this https://openmeetings.apache.org/AsteriskIntegration.html
guide (I followed it while I wrote it)
The guide at Confluence should be outdated, please ignore it


On Sun, 15 Aug 2021 at 01:29, Yah's Global Kingdom 
wrote:

> Update:
> Asterisk is not listening on ports 5060/5061/5062 although I have updated
> the sip.conf
>

I'm not sure why you need this port :(
it isn't mentioned at
https://openmeetings.apache.org/AsteriskIntegration.html


> I am using the guide at
> https://openmeetings.apache.org/AsteriskIntegration.html to implement
> Asterisk and VOIP.
>
> Before under previous additions, when I entered the room, the SIP
> transport agent would also enter the room.  Now after upgrading from 5.0 to
> 6.10 when I enter the room no sip transport agent enters.   What
> information do I need to provide to anyone so I can troubleshoot this
> matter.
>

I would double-check all steps
then share the logs (both Asterisk debug logs and OM logs)


>Is there an upgraded version of this guide
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>  ?
> The sipusers table in 6.1 looks nothing like the table in this guide.
>
> Sincerely
> Bro Miles
> YAH's Global Kingdom Ministries.
>
> On Sat, Aug 14, 2021 at 10:55 AM Yah's Global Kingdom 
> wrote:
>
>> I am using the guide at
>> https://openmeetings.apache.org/AsteriskIntegration.html to implement
>> Asterisk and VOIP.
>>
>> Before under previous additions, when I entered the room, the SIP
>> transport agent would also enter the room.  Now after upgrading from 5.0 to
>> 6.10 when I enter the room no sip transport agent enters.   What
>> information do I need to provide to anyone so I can troubleshoot this
>> matter.   Is there an upgraded version of this guide
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+Asterisk+Integration
>> ?  The sipusers table in 6.1 looks nothing like the table in this guide.
>>
>> Sincerely
>> Bro Miles
>> YAH's Global Kingdom Ministries.
>>
>

-- 
Best regards,
Maxim


Re: test recording not working

2021-08-15 Thread Maxim Solodovnik
just tried
Everything seems to work Android 10
at https://om.alteametasoft.com:8443/next/

Not sure how this can be troubleshooted remotely :(

On Sun, 15 Aug 2021 at 19:20, Parminder S. Lehal  wrote:

> Hello,
> I am trying to install Openmeetings 6.1 and everything seems to work when
> tested from a  PC client. However, test recording from a Android Phone
> never completes and only a file with 0 size is created. What am I doing
> wrong?
>
>
> Regards,
>
> Parminder Lehal
>


-- 
Best regards,
Maxim


Re: Kurento Media Server

2021-08-15 Thread Maxim Solodovnik
Hello Ali,

KMS doesn't support Ubuntu 20.04 :(
you have to use Docker under this OS

On Mon, 16 Aug 2021 at 03:10, Ali Alhaidary 
wrote:

> Hi,
>
> Not being able to install the above, an error message:
>
> E: Failed to fetch
> http://ubuntu.openvidu.io/6.16.0/dists/focal/InRelease  403 Forbidden
> [IP: 52.218.88.27 80]
> E: The repository 'http://ubuntu.openvidu.io/6.16.0 focal InRelease' is
> not signed.
> N: Updating from such a repository can't be done securely, and is
> therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user
> configuration details.
>
> Ali
>
>

-- 
Best regards,
Maxim


Re: Check setup throws this error in web console

2021-08-15 Thread Maxim Solodovnik
Hello,

can you share a screen-shot of the network testing tool as you see it?

On Mon, 16 Aug 2021 at 04:09, Parminder S. Lehal  wrote:

> Uncaught (in promise)
> Exception { name: "NS_ERROR_UNEXPECTED", message: "", result: 2147549183,
> filename: "blob:
> https://xyz.mydomain.tld:5443/72d6d060-7cd0-4233-9c02-380da1cc4f00";,
> lineNumber: 275, columnNumber: 0, data: null, stack:
> "WrappedRTCPeerConnection@blob:
> https://xyz.mydomain.tld:5443/72d6d060-7cd0-4233-9c02-380da1cc4f00:275:28\nWebRtcPeer@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:1113:10\nWebRtcPeerSendonly@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:1681:29\n_readValues/
> <@
> https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5047:14\n_constraints/
> <@
> https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5024:11\n_getDevConstraints/
> <@
> https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5131:26\nAsync*_getDevConstraints@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5131:4\n_constraints@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:4991:20\n_readValues@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5041:14\n_onKMessage@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5218:15\n_onWsMessage@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.VideoSettings/settings-ver-162648000.js:5319:16\ndispatch@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-3.6.0-ver-162648000.js:5430:27\nadd/elemData.handle@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-3.6.0-ver-162648000.js:5234:28\ntrigger@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-3.6.0-ver-162648000.js:8719:12\njQuery.event.trigger@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/de.agilecoders.wicket.core.markup.html.references.JQueryMigrateJavaScriptReference/js/jquery-migrate-1.3.0-ver-162648000.js:587:22\ntriggerHandler@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-3.6.0-ver-162648000.js:8803:24\npublish@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-ajax-jquery-ver-162648000.js:2417:23\ninitialize/self.ws.onmessage@https://xyz.mydomain.tld:5443/openmeetings/wicket/resource/org.apache.wicket.protocol.ws.api.WicketWebSocketJQueryResourceReference/res/js/wicket-websocket-jquery-ver-162648000.js:112:20\n";
> }
> 72d6d060-7cd0-4233-9c02-380da1cc4f00:275
>


-- 
Best regards,
Maxim


Re: Build#10

2021-08-12 Thread Maxim Solodovnik
good to know :)
there were no breaking changes in our code

so this might be something related to Tomcat upgrade :)
(we trying to use latest software)

On Thu, 12 Aug 2021 at 03:09, Ali Alhaidary 
wrote:

> Yes, it was the certification. Now build#12 is up and running :-)
>
> So many thanks Max.
>
> Ali
> On 8/11/21 10:17 PM, Ali Alhaidary wrote:
>
> Hi Max,
>
> I went through steps, copying only the cert and no other files, but even
> the web installed did not show. One thing I did recently (and it was OK
> with builds before) was to create the database with:
>
> CREATE DATABASE rooms DEFAULT CHARACTER SET utf8mb4 COLLATE
> utf8mb4_unicode_ci;
>
> instead of what was written in the manual of:
>
> CREATE DATABASE rooms DEFAULT CHARACTER SET 'utf8';
>
> Could that be not compatible with builds after #10?
>
> Ali
> On 8/11/21 10:41 AM, Maxim Solodovnik wrote:
>
>
>
> On Wed, 11 Aug 2021 at 14:39, Ali Alhaidary 
> wrote:
>
>> Extra answers embedded...
>> On 8/11/21 10:35 AM, Ali Alhaidary wrote:
>>
>> This is what I usually do, from the same link, however, I start the
>> service with tomcat4 script and it has been like this since v5.1.0 going
>> through all builds till 7.0.0 #10
>>
>> Ali
>> On 8/11/21 9:44 AM, Maxim Solodovnik wrote:
>>
>> ```
>> wget
>> https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
>> tar -xzf apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
>> cd apache-openmeetings-7.0.0-SNAPSHOT
>> ./bin/catalina.sh start
>> ```
>>
>> check if catalina.out has errors
>>
>> Yes, the one in this email.
>>
>> check if openmeetings.log has content
>>
>> Yes, normal start, no errors.
>>
>> check if Web installer is available at usual URL
>>
>> What is that please?
>>
>
> Open https://localhost:5443/openmeetings/ in browser
> You should see Web installer :)))
>
> The above commands work for me as expected
> No issues :)
>
>>
>>
>> On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
>> wrote:
>>
>>> Thanks Max, but what is that? I do not know what you are talking about
>>> :-)
>>>
>>> Ali
>>> On 8/11/21 8:07 AM, Maxim Solodovnik wrote:
>>>
>>> can you try "vanilla" 7.0.0 build?
>>> i.e. the build without any customizations: internal DB all files
>>> unchanged
>>>
>>> Will it be able to start?
>>>
>>> On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
>>> wrote:
>>>
>>>> 11-Aug-2021 03:25:35.823 INFO [main]
>>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
>>>> Tomcat Native library which allows using OpenSSL was not found on the
>>>> java.library.path:
>>>> [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
>>>> 11-Aug-2021 03:25:37.009 INFO [main]
>>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>>> ["http-nio-5080"]
>>>> 11-Aug-2021 03:25:37.086 INFO [main]
>>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>>> ["https-jsse-nio-5443"]
>>>> 11-Aug-2021 03:25:37.599 SEVERE [main]
>>>> org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
>>>> initialize component [Connector[HTTP/1.1-5443]]
>>>> org.apache.catalina.LifecycleException: Protocol handler
>>>> initialization failed
>>>> at
>>>> org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>>> at
>>>> org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>>> at
>>>> org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>>> at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
>>>> at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>

Re: WARNINGS

2021-08-12 Thread Maxim Solodovnik
Hello Ali,

On Thu, 12 Aug 2021 at 03:17, Ali Alhaidary 
wrote:

> Hi,
>
> Is there a way we can get rid of the following warnings:
>
> 11-Aug-2021 20:05:54.833 WARNING [main]
> com.hazelcast.config.AbstractXmlConfigHelper.null Name of the hazelcast
> schema
> location[http://www.hazelcast.com/schema/config/hazelcast-config-4.1.xsd]
> is incorrect, using default
>

I'll check this one


> 11-Aug-2021 20:05:53.992 WARNING [main]
> com.hazelcast.instance.impl.HazelcastInstanceFactory.null Hazelcast is
> starting in a Java modular environment (Java 9 and newer) but without
> proper access to required Java packages. Use additional Java arguments
> to provide Hazelcast access to Java internal API. The internal API
> access is used to get the best performance results. Arguments to be used:
>   --add-modules java.se --add-exports
> java.base/jdk.internal.ref=ALL-UNNAMED --add-opens
> java.base/java.lang=ALL-UNNAMED --add-opens
> java.base/java.nio=ALL-UNNAMED --add-opens
> java.base/sun.nio.ch=ALL-UNNAMED --add-opens
> java.management/sun.management=ALL-UNNAMED --add-opens
> jdk.management/com.sun.management.internal=ALL-UNNAMED
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> com.hazelcast.internal.networking.nio.SelectorOptimizer
> (file:/opt/rooms/webapps/openmeetings/WEB-INF/lib/hazelcast-4.2.1.jar)
> to field sun.nio.ch.SelectorImpl.selectedKeys
> WARNING: Please consider reporting this to the maintainers of
> com.hazelcast.internal.networking.nio.SelectorOptimizer
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
>

I believe I answered this question already:
https://markmail.org/message/yvi5a3rthwfnabgq

;)


>
> Ali
>
>
>

-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-12 Thread Maxim Solodovnik
thanks!
got notification :)

On Thu, 12 Aug 2021 at 09:24, Yah's Global Kingdom 
wrote:

> jira created
>
>
> On Tue, Aug 10, 2021 at 10:52 PM Maxim Solodovnik 
> wrote:
>
>> Well,
>>
>> I tried to upload huge video file as backup
>> And I got an error, but this took significant amount of time
>> I'll try to improve this
>> Can you create the JIRA?
>>
>> On Wed, 11 Aug 2021 at 12:36, Maxim Solodovnik 
>> wrote:
>>
>>> There might be an issue with file upload UI
>>> I'll take a deeper look and will report back :)
>>>
>>> meanwhile you can use "command line admin"
>>> basic instructions are at Admin->Backup page
>>> More info here: https://openmeetings.apache.org/CommandLineAdmin.html
>>>
>>> On Wed, 11 Aug 2021 at 11:42, Yah's Global Kingdom 
>>> wrote:
>>>
>>>> actual files size is 3.98G Chrome has a limit of 4GB..
>>>> Perhaps you can share what the import command does and I can do it
>>>> manually.
>>>>
>>>>
>>>> On Tue, Aug 10, 2021 at 9:37 PM Yah's Global Kingdom 
>>>> wrote:
>>>>
>>>>> I change the limit to 10GB the file size is 4GB.   File is already on
>>>>> the server.
>>>>>
>>>>> On Tue, Aug 10, 2021 at 6:19 PM Maxim Solodovnik 
>>>>> wrote:
>>>>>
>>>>>> What is your current limit?
>>>>>> What is the file size?
>>>>>>
>>>>>> This limit is applied by browser, so the behavior might be not very
>>>>>> user friendly :(
>>>>>>
>>>>>> On Wed, 11 Aug 2021 at 06:35, Yah's Global Kingdom 
>>>>>> wrote:
>>>>>>
>>>>>>> O.K. Thanks. I thought applied literally to just file uploads, not
>>>>>>> to the size of the backup file which is on the server and doesn't need 
>>>>>>> to
>>>>>>> be uploaded.   However, when I click the import link and select the 
>>>>>>> back up
>>>>>>> file which is in .zip format.  Nothing happens, no status bar on the 
>>>>>>> screen
>>>>>>> , nothing.  This is version 6.10.
>>>>>>>
>>>>>>> On Mon, Aug 9, 2021 at 8:21 PM Maxim Solodovnik <
>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Admin->Config
>>>>>>>>
>>>>>>>> max.upload.size
>>>>>>>>
>>>>>>>> More info:
>>>>>>>> https://openmeetings.apache.org/GeneralConfiguration.html
>>>>>>>>
>>>>>>>> On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom <
>>>>>>>> yahs...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Is there anyway to increase the size of the OpenMeetings
>>>>>>>>> Back/Restore.  When I backuped my system it is 4GB..I go to restore 
>>>>>>>>> it and
>>>>>>>>> it says the Max 100MB?  Got to be a way to change that.
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Best regards,
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Maxim
>>>>>>
>>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Era in MYSQL RealTime

2021-08-12 Thread Maxim Solodovnik
OM creates "sipusers" DB table
but column "insecure" is NOT created

I saw no issues with this

what version of Asterisk are you using?

I guess you can manually add the desired column to this DB table :)

On Thu, 12 Aug 2021 at 09:29, Yah's Global Kingdom 
wrote:

> I am getting the following era in Asterisk trying to implement VOIP SIP
> integration
> resconfig_mysq.c: 513 realtime_multi_mysql:  MySQL RealTime: Failed to
> query database: unknown column 'insecure' in 'where clause'
>
> I "assume" this is coming from sipusers table.  However I know what the
> order of the fields are and were this field should be added.
>
> Miles
>


-- 
Best regards,
Maxim


Re: Generate invitation link : Guest users to join room meeting

2021-08-12 Thread Maxim Solodovnik
Hello Jeffrey,

you can invite any person to OM room
just enter their email address
(a bit tricky part: when the email is entered you should "choose" it in
drop down)

no need to create user etc :)

On Thu, 12 Aug 2021 at 19:30, Aom Jeff Root  wrote:

> Hi all,
>
> Since i reinstall OM 6.1.0 to make test and explore it, i truly seeking to
> generate invitation link to guest (external user without credentials) to
> join a room meeting.
>
> To do it, it simple : create new account on the server, this account wil
> be the management account ; cause being logged in with the administrator
> account, you couldn't do it, but with this management account you have
> created, it's easy. And so, can moderate the room and the guests that go
> with it.
>
> Maybe most people have already realized this, but for starters, this is a
> great help.
>
> Best regards,
> Jeffrey, sys/admin om starter.
>


-- 
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Maxim Solodovnik
This "11-Aug-2021 03:25:35.823 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
Tomcat Native library which allows using OpenSSL was not found on the
java.library.path:
[/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]"

is NOT Error :)
it is just message FYI :)

so far I see no issue
everything works as expected

I've just have updated demo-next with build#12 - no issues

As I wrote before:

I would check if everything works as expected without "copying files from
old installation"
If Yes
Then check what is being copied :)))

auto-updater at demo-next uses `sed` to update necessary parts of the
configs :)

On Wed, 11 Aug 2021 at 19:08, Ali Alhaidary 
wrote:

> Hi Tom,
>
> This issue is specific to builds after #10 that were all functioning as
> expected, so why it is not working in build #11 and #12 ?
>
> Ali
> On 8/11/21 2:56 PM, Tom Meierjürgen wrote:
>
> Hi!
>
> i saw that errormessage and was instantly reminded to something similar
> which i had struggled around for a short time :-)
> Am 11.08.2021 um 08:38 schrieb Ali Alhaidary:
>
> Thanks Max, but what is that? I do not know what you are talking about :-)
>
> Ali
> On 8/11/21 8:07 AM, Maxim Solodovnik wrote:
>
> can you try "vanilla" 7.0.0 build?
> i.e. the build without any customizations: internal DB all files unchanged
>
> Will it be able to start?
>
> On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
> wrote:
>
>> 11-Aug-2021 03:25:35.823 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
>> Tomcat Native library which allows using OpenSSL was not found on the
>> java.library.path:
>> [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
>>
> I ran in this error (or better a similar as i had libtcnative1 installed
> in version 1.2.23on my ubuntu server in the version delivered from ubuntu
> itself) also on ubuntu 20.04 , but there is a solution: the libtcnative has
> to be compiled on the system by hand following the instruction on Apache
> Tomcat Native Library - Documentation Index
> <http://tomcat.apache.org/native-doc/> (don´t forget to activate the
> dev-repositories, at least temporarily, for getting the needed dev packages
> and run the following configurationcommand before calling "make && make
> install" from the "native/" directory of the expanded source tarball:
>
>  ./configure --with-apr=/usr/bin/apr-1-config
> --with-java-home=/usr/lib/jvm/java-11-openjdk-amd64 --with-ssl=yes
> --prefix=/usr
>
>  Then call "make && make install" and restart your openmeetings to get rid
> of the missing (or, like in my case, to old by ubuntu apt delivered and
> installed ) lib message :-)
>
> Hope that helped a bit, at least for those who won´t use the JKS but the
> direct  certificate files way for https  connectors ;-)
>
>
> Greets from Cologne/Germany,
>
>  Tom
>
>
> 11-Aug-2021 03:25:37.009 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["http-nio-5080"]
>> 11-Aug-2021 03:25:37.086 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["https-jsse-nio-5443"]
>> 11-Aug-2021 03:25:37.599 SEVERE [main]
>> org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
>> initialize component [Connector[HTTP/1.1-5443]]
>> org.apache.catalina.LifecycleException: Protocol handler
>> initialization failed
>> at
>> org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at
>> org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at
>> org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
>> at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> java.base/jdk.internal.reflect.DelegatingMethodAc

Re: Build#10

2021-08-11 Thread Maxim Solodovnik
On Wed, 11 Aug 2021 at 14:39, Ali Alhaidary 
wrote:

> Extra answers embedded...
> On 8/11/21 10:35 AM, Ali Alhaidary wrote:
>
> This is what I usually do, from the same link, however, I start the
> service with tomcat4 script and it has been like this since v5.1.0 going
> through all builds till 7.0.0 #10
>
> Ali
> On 8/11/21 9:44 AM, Maxim Solodovnik wrote:
>
> ```
> wget
> https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
> tar -xzf apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
> cd apache-openmeetings-7.0.0-SNAPSHOT
> ./bin/catalina.sh start
> ```
>
> check if catalina.out has errors
>
> Yes, the one in this email.
>
> check if openmeetings.log has content
>
> Yes, normal start, no errors.
>
> check if Web installer is available at usual URL
>
> What is that please?
>

Open https://localhost:5443/openmeetings/ in browser
You should see Web installer :)))

The above commands work for me as expected
No issues :)

>
>
> On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
> wrote:
>
>> Thanks Max, but what is that? I do not know what you are talking about :-)
>>
>> Ali
>> On 8/11/21 8:07 AM, Maxim Solodovnik wrote:
>>
>> can you try "vanilla" 7.0.0 build?
>> i.e. the build without any customizations: internal DB all files unchanged
>>
>> Will it be able to start?
>>
>> On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
>> wrote:
>>
>>> 11-Aug-2021 03:25:35.823 INFO [main]
>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
>>> Tomcat Native library which allows using OpenSSL was not found on the
>>> java.library.path:
>>> [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
>>> 11-Aug-2021 03:25:37.009 INFO [main]
>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>> ["http-nio-5080"]
>>> 11-Aug-2021 03:25:37.086 INFO [main]
>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>> ["https-jsse-nio-5443"]
>>> 11-Aug-2021 03:25:37.599 SEVERE [main]
>>> org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
>>> initialize component [Connector[HTTP/1.1-5443]]
>>> org.apache.catalina.LifecycleException: Protocol handler
>>> initialization failed
>>> at
>>> org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
>>> at
>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>> at
>>> org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
>>> at
>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>> at
>>> org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
>>> at
>>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>>> at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
>>> at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>> at
>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:305)
>>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
>>>
>>> Why build #10 finds it?
>>>
>>> Ali
>>> On 8/11/21 4:20 AM, Maxim Solodovnik wrote:
>>>
>>> Is there anything useful at `catalina.out`?
>>>
>>> On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary 
>>> wrote:
>>>
>>>> Hi Max,
>>>>
>>>> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
>>>> unzipping it and copying few files from the backup to the proper
>>>> location. However, since build #10 (which runs fine), updating to build
>>>> #11, or #12, the page is redirected to openmeetings/ but then it tells
>>>> me it could not be found. There is no errors or exceptions in
>>>> openmeetings.log file.
>>>>
>>>> Any idea why is that?
>>>>
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: Build#10

2021-08-10 Thread Maxim Solodovnik
```
wget
https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
tar -xzf apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
cd apache-openmeetings-7.0.0-SNAPSHOT
./bin/catalina.sh start
```

check if catalina.out has errors
check if openmeetings.log has content
check if Web installer is available at usual URL


On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
wrote:

> Thanks Max, but what is that? I do not know what you are talking about :-)
>
> Ali
> On 8/11/21 8:07 AM, Maxim Solodovnik wrote:
>
> can you try "vanilla" 7.0.0 build?
> i.e. the build without any customizations: internal DB all files unchanged
>
> Will it be able to start?
>
> On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
> wrote:
>
>> 11-Aug-2021 03:25:35.823 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
>> Tomcat Native library which allows using OpenSSL was not found on the
>> java.library.path:
>> [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
>> 11-Aug-2021 03:25:37.009 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["http-nio-5080"]
>> 11-Aug-2021 03:25:37.086 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["https-jsse-nio-5443"]
>> 11-Aug-2021 03:25:37.599 SEVERE [main]
>> org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
>> initialize component [Connector[HTTP/1.1-5443]]
>> org.apache.catalina.LifecycleException: Protocol handler
>> initialization failed
>> at
>> org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at
>> org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at
>> org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
>> at
>> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
>> at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
>> at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:305)
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
>>
>> Why build #10 finds it?
>>
>> Ali
>> On 8/11/21 4:20 AM, Maxim Solodovnik wrote:
>>
>> Is there anything useful at `catalina.out`?
>>
>> On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary 
>> wrote:
>>
>>> Hi Max,
>>>
>>> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
>>> unzipping it and copying few files from the backup to the proper
>>> location. However, since build #10 (which runs fine), updating to build
>>> #11, or #12, the page is redirected to openmeetings/ but then it tells
>>> me it could not be found. There is no errors or exceptions in
>>> openmeetings.log file.
>>>
>>> Any idea why is that?
>>>
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-10 Thread Maxim Solodovnik
Well,

I tried to upload huge video file as backup
And I got an error, but this took significant amount of time
I'll try to improve this
Can you create the JIRA?

On Wed, 11 Aug 2021 at 12:36, Maxim Solodovnik  wrote:

> There might be an issue with file upload UI
> I'll take a deeper look and will report back :)
>
> meanwhile you can use "command line admin"
> basic instructions are at Admin->Backup page
> More info here: https://openmeetings.apache.org/CommandLineAdmin.html
>
> On Wed, 11 Aug 2021 at 11:42, Yah's Global Kingdom 
> wrote:
>
>> actual files size is 3.98G Chrome has a limit of 4GB..
>> Perhaps you can share what the import command does and I can do it
>> manually.
>>
>>
>> On Tue, Aug 10, 2021 at 9:37 PM Yah's Global Kingdom 
>> wrote:
>>
>>> I change the limit to 10GB the file size is 4GB.   File is already on
>>> the server.
>>>
>>> On Tue, Aug 10, 2021 at 6:19 PM Maxim Solodovnik 
>>> wrote:
>>>
>>>> What is your current limit?
>>>> What is the file size?
>>>>
>>>> This limit is applied by browser, so the behavior might be not very
>>>> user friendly :(
>>>>
>>>> On Wed, 11 Aug 2021 at 06:35, Yah's Global Kingdom 
>>>> wrote:
>>>>
>>>>> O.K. Thanks. I thought applied literally to just file uploads, not to
>>>>> the size of the backup file which is on the server and doesn't need to be
>>>>> uploaded.   However, when I click the import link and select the back up
>>>>> file which is in .zip format.  Nothing happens, no status bar on the 
>>>>> screen
>>>>> , nothing.  This is version 6.10.
>>>>>
>>>>> On Mon, Aug 9, 2021 at 8:21 PM Maxim Solodovnik 
>>>>> wrote:
>>>>>
>>>>>> Admin->Config
>>>>>>
>>>>>> max.upload.size
>>>>>>
>>>>>> More info:
>>>>>> https://openmeetings.apache.org/GeneralConfiguration.html
>>>>>>
>>>>>> On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom 
>>>>>> wrote:
>>>>>>
>>>>>>> Is there anyway to increase the size of the OpenMeetings
>>>>>>> Back/Restore.  When I backuped my system it is 4GB..I go to restore it 
>>>>>>> and
>>>>>>> it says the Max 100MB?  Got to be a way to change that.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Maxim
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-10 Thread Maxim Solodovnik
There might be an issue with file upload UI
I'll take a deeper look and will report back :)

meanwhile you can use "command line admin"
basic instructions are at Admin->Backup page
More info here: https://openmeetings.apache.org/CommandLineAdmin.html

On Wed, 11 Aug 2021 at 11:42, Yah's Global Kingdom 
wrote:

> actual files size is 3.98G Chrome has a limit of 4GB..
> Perhaps you can share what the import command does and I can do it
> manually.
>
>
> On Tue, Aug 10, 2021 at 9:37 PM Yah's Global Kingdom 
> wrote:
>
>> I change the limit to 10GB the file size is 4GB.   File is already on the
>> server.
>>
>> On Tue, Aug 10, 2021 at 6:19 PM Maxim Solodovnik 
>> wrote:
>>
>>> What is your current limit?
>>> What is the file size?
>>>
>>> This limit is applied by browser, so the behavior might be not very user
>>> friendly :(
>>>
>>> On Wed, 11 Aug 2021 at 06:35, Yah's Global Kingdom 
>>> wrote:
>>>
>>>> O.K. Thanks. I thought applied literally to just file uploads, not to
>>>> the size of the backup file which is on the server and doesn't need to be
>>>> uploaded.   However, when I click the import link and select the back up
>>>> file which is in .zip format.  Nothing happens, no status bar on the screen
>>>> , nothing.  This is version 6.10.
>>>>
>>>> On Mon, Aug 9, 2021 at 8:21 PM Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> Admin->Config
>>>>>
>>>>> max.upload.size
>>>>>
>>>>> More info:
>>>>> https://openmeetings.apache.org/GeneralConfiguration.html
>>>>>
>>>>> On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom 
>>>>> wrote:
>>>>>
>>>>>> Is there anyway to increase the size of the OpenMeetings
>>>>>> Back/Restore.  When I backuped my system it is 4GB..I go to restore it 
>>>>>> and
>>>>>> it says the Max 100MB?  Got to be a way to change that.
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

-- 
Best regards,
Maxim


Re: Build#10

2021-08-10 Thread Maxim Solodovnik
can you try "vanilla" 7.0.0 build?
i.e. the build without any customizations: internal DB all files unchanged

Will it be able to start?

On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
wrote:

> 11-Aug-2021 03:25:35.823 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
> Tomcat Native library which allows using OpenSSL was not found on the
> java.library.path:
> [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
> 11-Aug-2021 03:25:37.009 INFO [main]
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
> ["http-nio-5080"]
> 11-Aug-2021 03:25:37.086 INFO [main]
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
> ["https-jsse-nio-5443"]
> 11-Aug-2021 03:25:37.599 SEVERE [main]
> org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
> initialize component [Connector[HTTP/1.1-5443]]
> org.apache.catalina.LifecycleException: Protocol handler
> initialization failed
> at
> org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
> at
> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
> at
> org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
> at
> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
> at
> org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
> at
> org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
> at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:305)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
>
> Why build #10 finds it?
>
> Ali
> On 8/11/21 4:20 AM, Maxim Solodovnik wrote:
>
> Is there anything useful at `catalina.out`?
>
> On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary 
> wrote:
>
>> Hi Max,
>>
>> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
>> unzipping it and copying few files from the backup to the proper
>> location. However, since build #10 (which runs fine), updating to build
>> #11, or #12, the page is redirected to openmeetings/ but then it tells
>> me it could not be found. There is no errors or exceptions in
>> openmeetings.log file.
>>
>> Any idea why is that?
>>
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: Build#10

2021-08-10 Thread Maxim Solodovnik
Is there anything useful at `catalina.out`?

On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary 
wrote:

> Hi Max,
>
> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
> unzipping it and copying few files from the backup to the proper
> location. However, since build #10 (which runs fine), updating to build
> #11, or #12, the page is redirected to openmeetings/ but then it tells
> me it could not be found. There is no errors or exceptions in
> openmeetings.log file.
>
> Any idea why is that?
>
>
>

-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-10 Thread Maxim Solodovnik
What is your current limit?
What is the file size?

This limit is applied by browser, so the behavior might be not very user
friendly :(

On Wed, 11 Aug 2021 at 06:35, Yah's Global Kingdom 
wrote:

> O.K. Thanks. I thought applied literally to just file uploads, not to the
> size of the backup file which is on the server and doesn't need to be
> uploaded.   However, when I click the import link and select the back up
> file which is in .zip format.  Nothing happens, no status bar on the screen
> , nothing.  This is version 6.10.
>
> On Mon, Aug 9, 2021 at 8:21 PM Maxim Solodovnik 
> wrote:
>
>> Admin->Config
>>
>> max.upload.size
>>
>> More info:
>> https://openmeetings.apache.org/GeneralConfiguration.html
>>
>> On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom 
>> wrote:
>>
>>> Is there anyway to increase the size of the OpenMeetings Back/Restore.
>>> When I backuped my system it is 4GB..I go to restore it and it says the Max
>>> 100MB?  Got to be a way to change that.
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: How work password selected when send invitation from room

2021-08-10 Thread Maxim Solodovnik
Hopefully implemented :)

I would like to ask for help with testing :)

Not sure if invitation-related functionality is covered by tests :(

So what need to be tested:

Invitations from Room and Calendar works as expected
i.e. links are generated, room is accessible via link

I'll try to run some tests but most probably later this week :(

On Wed, 28 Jul 2021 at 01:32, Alvaro  wrote:

> Yes, that is a good idea!
>
>
> ..
>
>
> On Tue, 27 Jul 2021 23:24:26 +0700
> Maxim Solodovnik  wrote:
>
> > Hello All,
> >
> > previously password protected invitation was working as follows:
> >
> > - regular room link https://localhost:5443/openmeetings/#room/5 was
> > generated If user has right to enter the room for ex. the room is public
> > - password protected link was generated in case invited user has no
> access
> > to the room for ex. external user was invited or room is private
> >
> > I'm going to change this behavior and generate password protected link
> for
> > all users
> >
> > Is it what is requested?
> > Shall I proceed?
> >
> >
> >
> > On Tue, 13 Jul 2021 at 20:52, Alvaro  wrote:
> >
> > > ...done!
> > >
> > > Thanks
> > >
> > > ...
> > >
> > >
> > >
> > > On Tue, 13 Jul 2021 20:41:25 +0700
> > > Maxim Solodovnik  wrote:
> > >
> > > > BTW this can be improved :)
> > > > Could you please file jira?
> > > >
> > > > from mobile (sorry for typos ;)
> > > >
> > > >
> > > > On Tue, Jul 13, 2021, 20:40 Maxim Solodovnik 
> > > wrote:
> > > >
> > > > > This will work for external users only
> > > > > The link should have "hash/invitation" part  (if I remember
> correctly)
> > > > >
> > > > > from mobile (sorry for typos ;)
> > > > >
> > > > >
> > > > > On Tue, Jul 13, 2021, 20:36 Alvaro  wrote:
> > > > >
> > > > >> Hello Maxim,
> > > > >>
> > > > >> ´Ve tested OM 6.1.0 #323 and looks fine.
> > > > >>
> > > > >> I don´t know wich is the process when
> > > > >> send an invitation "with password" from room.
> > > > >> ´Cause dont´t ask for the password after
> > > > >> clic email link and can arrive to room
> > > > >> without asking for it.
> > > > >>
> > > > >> Could you please explain to me?
> > > > >>
> > > > >> Thanks
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > >
> > >
> > > --
> > >
> > >
> >
> > --
> > Best regards,
> > Maxim
>
>
> --
>
>

-- 
Best regards,
Maxim


Re: Kms media server

2021-08-10 Thread Maxim Solodovnik
I'm afraid you need clustered KMS for this :(

@Sebastian has commercial version:
https://openmeetings.apache.org/commercial-support.html#cloud-based-hosting-for-openmeetings
You might need to contact him :)

On Wed, 28 Jul 2021 at 00:49, Jeffry Johnson 
wrote:

> RHEL CentOS 7. I'm the end we will support upwards of half a million users
> or more with clustering in 5 different regions.
>
> On Mon, Jul 26, 2021, 14:27 Sangeeta Verma 
> wrote:
>
>> Lot of installations may be on same servers...but I would'nt say
>> typicak.  In order for OM o perform well you need to see few things:
>> 1 How many users
>> 2. What is your memory size and server speed
>> 3. Is this just the OM server?
>> 4. What OS
>>
>>
>>
>>
>> On Monday, July 26, 2021, 12:31:33 PM PDT, Jeffry Johnson <
>> jeffry.s.john...@gmail.com> wrote:
>>
>>
>> Is it typical to have the media server installed on the same server as
>> the open meetings application?
>>
>

-- 
Best regards,
Maxim


Re: Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Maxim Solodovnik
FileOutputStream.(FileOutputStream.java:234)
> at
> java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
> at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
>   ... 6 more-java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> java.base/java.io.FileOutputStream.open0(Native Method)at
> java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
> at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
> at
> java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
> at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
>   at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:112)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:121)
>   at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:324)
>   at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)*
>
> **
> Jeffrey, the openmeetings starter ;) student in computer science Sys/Admin
> Thank you in advance, Mr Maxim.
>
> Best regards.
>
> Le mar. 10 août 2021 à 09:38, Maxim Solodovnik  a
> écrit :
>
>> In such case please provide
>>
>> 1 result of telten command
>> Full stack trace with the error :)
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Tue, Aug 10, 2021, 16:18 Aom Jeff Root  wrote:
>>
>>> Hello,
>>>
>>> Of course, MySQL listens on port 3306.
>>>
>>> Best regards.
>>>
>>


Re: Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Maxim Solodovnik
In such case please provide

1 result of telten command
Full stack trace with the error :)

from mobile (sorry for typos ;)


On Tue, Aug 10, 2021, 16:18 Aom Jeff Root  wrote:

> Hello,
>
> Of course, MySQL listens on port 3306.
>
> Best regards.
>


Re: User Rooms Creation

2021-08-09 Thread Maxim Solodovnik
Not sure what this question is about :)

If it is about user personal rooms
My presentation room (for 1-120 users)

The name is taken from Labels
 - my.room.presentation
 - my.room.conference

The rooms are created here:
https://github.com/apache/openmeetings/blob/master/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/room/RoomDao.java#L315


On Tue, 10 Aug 2021 at 04:05, Jeffry Johnson 
wrote:

> I'm struggling to find the code to update what a Conference/Presentation
> room is named by default when a user is assigned the room permissions.
> Please help.
>
> Jeff Johnson
>


-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-09 Thread Maxim Solodovnik
Admin->Config

max.upload.size

More info:
https://openmeetings.apache.org/GeneralConfiguration.html

On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom 
wrote:

> Is there anyway to increase the size of the OpenMeetings Back/Restore.
> When I backuped my system it is 4GB..I go to restore it and it says the Max
> 100MB?  Got to be a way to change that.
>


-- 
Best regards,
Maxim


Re: Upgrade Apache OpenMeetings to the latest version

2021-08-09 Thread Maxim Solodovnik
Hello Jeffrey,

your question is definitely NOT for security@ list :))
Please send your questions and follow-ups to user@ list

Your error "ConnectException: Connection refused"
states there is NO MySql listening on port 3306

I would recommend to ensure MySql is accessible via TCP :)

On Mon, 9 Aug 2021 at 21:30, Aom Jeff Root  wrote:

> Hi,
> I run OM 5.0.1 on ubuntu18.04 LTS. I want to upgrade the version to latest
> 6.1.0 .
>
> I have tomcat3 in /etc/init.d/, mysql connector in
> /opt/aom610/webapps/openmeetings/WEB-INF/lib
>
> all instructions for the upgrade are runed; but i have some error when I
> arrive at this command.
>
> ./admin.sh -i -file ~/omBackup.zip --db-type mysql --db-host localhost
> --db-user userGranted --db-pass userGranterPass --db-name open610
>
> Caused by: java.net.ConnectException: Connection refused at
> java.base/sun.nio.ch.Net.connect0(Native Method) at
> java.base/sun.nio.ch.Net.connect(Net.java:503) at
> java.base/sun.nio.ch.Net.connect(Net.java:492) at
> java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
> at java.base/java.net.Socket.connect(Socket.java:648) at
> com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
> at
> com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
> ... 55 more
>
> What can be the cause of this, how can i fix it and made the upgrade ?
>
> Jeffrey, student in computer science Sys/Admin
>
> Best regards.
>


-- 
Best regards,
Maxim


Re: redirect url

2021-08-08 Thread Maxim Solodovnik
Well
Both your URLs doesn't look like the om provides by default .

from mobile (sorry for typos ;)


On Sun, Aug 8, 2021, 14:49 Ali Alhaidary 
wrote:

> I removed Apache and there is no nginx, still redirecting !
>
> Ali
> On 8/8/21 3:55 AM, Maxim Solodovnik wrote:
>
> This seems to be non-OM rule
> I would check Apache/Nginx config(s) :)
>
> On Sat, 7 Aug 2021 at 22:25, Ali Alhaidary 
> wrote:
>
>> https://rooms.the5stars.org --> https://the5stars.org
>>
>> Ali
>> On 8/7/21 5:31 PM, Maxim Solodovnik wrote:
>>
>> Please provide more details :)
>> What URL is being redirected and where :)
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Aug 7, 2021, 21:29 Ali Alhaidary 
>> wrote:
>>
>>> This one is the same, not changed, it was somewhere else. I do have
>>> apache server as well, but was installed later to use phpMyAdmin
>>>
>>> Ali
>>> On 8/7/21 5:07 PM, Maxim Solodovnik wrote:
>>>
>>> Was something like this:
>>> https://github.com/apache/openmeetings/blob/51c20bf014400dc158e0c1a1f4d940b1bd8c57fa/openmeetings-server/src/main/assembly/ROOT/index.html#L18
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Aug 7, 2021, 17:06 Ali Alhaidary 
>>> wrote:
>>>
>>>> Once upon a time, that is long time ago, I configured our OM production
>>>> server so that if accessed from the server link (not though moodle), it
>>>> redirects to our main web site page, but I forgot how I did it and want
>>>> to undo it :-(
>>>>
>>>> Any help ?
>>>>
>>>> Ali
>>>>
>>>>
>
> --
> Best regards,
> Maxim
>
>


Re: redirect url

2021-08-07 Thread Maxim Solodovnik
This seems to be non-OM rule
I would check Apache/Nginx config(s) :)

On Sat, 7 Aug 2021 at 22:25, Ali Alhaidary 
wrote:

> https://rooms.the5stars.org --> https://the5stars.org
>
> Ali
> On 8/7/21 5:31 PM, Maxim Solodovnik wrote:
>
> Please provide more details :)
> What URL is being redirected and where :)
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Aug 7, 2021, 21:29 Ali Alhaidary 
> wrote:
>
>> This one is the same, not changed, it was somewhere else. I do have
>> apache server as well, but was installed later to use phpMyAdmin
>>
>> Ali
>> On 8/7/21 5:07 PM, Maxim Solodovnik wrote:
>>
>> Was something like this:
>> https://github.com/apache/openmeetings/blob/51c20bf014400dc158e0c1a1f4d940b1bd8c57fa/openmeetings-server/src/main/assembly/ROOT/index.html#L18
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Aug 7, 2021, 17:06 Ali Alhaidary 
>> wrote:
>>
>>> Once upon a time, that is long time ago, I configured our OM production
>>> server so that if accessed from the server link (not though moodle), it
>>> redirects to our main web site page, but I forgot how I did it and want
>>> to undo it :-(
>>>
>>> Any help ?
>>>
>>> Ali
>>>
>>>

-- 
Best regards,
Maxim


Re: redirect url

2021-08-07 Thread Maxim Solodovnik
Please provide more details :)
What URL is being redirected and where :)

from mobile (sorry for typos ;)


On Sat, Aug 7, 2021, 21:29 Ali Alhaidary 
wrote:

> This one is the same, not changed, it was somewhere else. I do have apache
> server as well, but was installed later to use phpMyAdmin
>
> Ali
> On 8/7/21 5:07 PM, Maxim Solodovnik wrote:
>
> Was something like this:
> https://github.com/apache/openmeetings/blob/51c20bf014400dc158e0c1a1f4d940b1bd8c57fa/openmeetings-server/src/main/assembly/ROOT/index.html#L18
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Aug 7, 2021, 17:06 Ali Alhaidary 
> wrote:
>
>> Once upon a time, that is long time ago, I configured our OM production
>> server so that if accessed from the server link (not though moodle), it
>> redirects to our main web site page, but I forgot how I did it and want
>> to undo it :-(
>>
>> Any help ?
>>
>> Ali
>>
>>


Re: redirect url

2021-08-07 Thread Maxim Solodovnik
Was something like this:
https://github.com/apache/openmeetings/blob/51c20bf014400dc158e0c1a1f4d940b1bd8c57fa/openmeetings-server/src/main/assembly/ROOT/index.html#L18

from mobile (sorry for typos ;)


On Sat, Aug 7, 2021, 17:06 Ali Alhaidary 
wrote:

> Once upon a time, that is long time ago, I configured our OM production
> server so that if accessed from the server link (not though moodle), it
> redirects to our main web site page, but I forgot how I did it and want
> to undo it :-(
>
> Any help ?
>
> Ali
>
>


Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-08-07 Thread Maxim Solodovnik
Hello All,

I've just did following tests:
1) set up new Ubuntu 18.04 Desktop VM (VMWare at Ubuntu 20.04 host)
2) install all updates
3) Open "About" dialog at https://om.alteametasoft.com/openmeetings (has
6.1.0 release)
  - using FF latest
  - using Chrome latest

No issues

Can you test using your VM?

On Fri, 6 Aug 2021 at 19:09, Maxim Solodovnik  wrote:

> it seems I have to test 5.1. as well :(
> both use bootstrap, so I would expect they should behave the same way 
>
> On Fri, 6 Aug 2021 at 18:53, DREHER, Walter (ESG) <
> walter.w.dreher.exter...@airbus.com> wrote:
>
>> Hello,
>>
>>
>>
>> I tested OM on my private maschine (using VirtualBox) and got the same
>> results as in the VMWare environment here at the company.
>>
>> Server: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>>
>> Client: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>>
>> Client: Physical Windows 10pro => form appears (Chrome, Edge, Firefox)
>>
>>
>>
>> Yesterday I remembered that we had a Maschine with OM 5.1 where I have
>> access to the GUI.
>>
>> My colleague downloaded at the beginning of this year the live iso for OM
>> 5.1 and integrated it into our vmware environment.
>>
>> I logged in from this maschine to the OM 6.1 server and clicked on
>> “About” and “Show cleanup report” or entered a meetingroom and tried to
>> send out an invitation.
>>
>> Strangely enough, the forms were displayed here.
>>
>> Now I’m completely confused.
>>
>> I saw the live iso looks completely different to our installed Ubuntu
>> although both show Ubuntu 18.04.5 LTS as the operating system.
>>
>> I think this is a customized, but maybe is this the key.
>>
>>
>>
>> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>>
>>
>>
>> Walter Dreher
>>
>>
>>
>> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>>
>> Partnerfirma von Airbus Helicopters Deutschland im
>> Systemunterstützungszentrum Drehflügler
>>
>> T   +49 (0)9 06 71 79 70
>>
>> E   walter.w.dreher.exter...@airbus.com
>>
>>
>>
>> *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com]
>> *Gesendet:* Dienstag, 3. August 2021 13:12
>> *An:* Openmeetings user-list
>> *Betreff:* Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>>
>>
>>
>> I'll set up Ubuntu Desktop VM and test again
>>
>>
>>
>> from mobile (sorry for typos ;)
>>
>>
>>
>>
>> On Tue, Aug 3, 2021, 17:38 DREHER, Walter (ESG) <
>> walter.w.dreher.exter...@airbus.com> wrote:
>>
>> Strange,
>>
>> at my first try a few month ago with OM 6.0.0 I had the same
>> configuration like Alvaro.
>>
>> Server: VirtualBox Ubuntu 18.04 => I do not know anymore if form appear
>> or not.
>> Client: VirtualBox Ubuntu 18.04 => no form appears
>> Client: Windows 10 Edge and Firefox => form appears
>>
>> Tomorrow I'll work in my Homeoffice so I'll test it again with a new
>> maschine.
>> I'm currently familiarizing myself with Docker on the old computer, and
>> virtualbox no longer works there.
>>
>> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>>
>> Walter Dreher
>>
>> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>> Partnerfirma von Airbus Helicopters Deutschland im
>> Systemunterstützungszentrum Drehflügler
>> T   +49 (0)9 06 71 79 70
>> E   walter.w.dreher.exter...@airbus.com
>>
>> -Ursprüngliche Nachricht-
>> Von: Alvaro [mailto:zurca...@gmail.com]
>> Gesendet: Montag, 2. August 2021 12:41
>> An: user@openmeetings.apache.org
>> Betreff: Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>>
>> ...for my testing have not internet connection.
>> Was in LAN.
>>
>>
>> 
>>
>>
>>
>> On Mon, 2 Aug 2021 10:35:45 +
>> "DREHER, Walter (ESG)"  wrote:
>>
>> > Is there any Internetaccess necessary?
>> >
>> >
>> > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>> >
>> > Walter Dreher
>> >
>> > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>> > Partnerfirma von Airbus Helicopters Deutschland im
>> Systemunterstützungszentrum Drehflügler
>> > T   +49 (0)9 06 71 79 70
>> > E   walter.w.dreher.exter...@airbus.com
>> >
>> >
>> > -Ursprüngliche Nachricht-
>> > Von: Alvar

Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-08-06 Thread Maxim Solodovnik
it seems I have to test 5.1. as well :(
both use bootstrap, so I would expect they should behave the same way 

On Fri, 6 Aug 2021 at 18:53, DREHER, Walter (ESG) <
walter.w.dreher.exter...@airbus.com> wrote:

> Hello,
>
>
>
> I tested OM on my private maschine (using VirtualBox) and got the same
> results as in the VMWare environment here at the company.
>
> Server: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>
> Client: VirtualBox Ubuntu 18.04.5 LTS => no form appears
>
> Client: Physical Windows 10pro => form appears (Chrome, Edge, Firefox)
>
>
>
> Yesterday I remembered that we had a Maschine with OM 5.1 where I have
> access to the GUI.
>
> My colleague downloaded at the beginning of this year the live iso for OM
> 5.1 and integrated it into our vmware environment.
>
> I logged in from this maschine to the OM 6.1 server and clicked on “About”
> and “Show cleanup report” or entered a meetingroom and tried to send out an
> invitation.
>
> Strangely enough, the forms were displayed here.
>
> Now I’m completely confused.
>
> I saw the live iso looks completely different to our installed Ubuntu
> although both show Ubuntu 18.04.5 LTS as the operating system.
>
> I think this is a customized, but maybe is this the key.
>
>
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
>
>
> Walter Dreher
>
>
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
>
> T   +49 (0)9 06 71 79 70
>
> E   walter.w.dreher.exter...@airbus.com
>
>
>
> *Von:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Gesendet:* Dienstag, 3. August 2021 13:12
> *An:* Openmeetings user-list
> *Betreff:* Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
>
>
> I'll set up Ubuntu Desktop VM and test again
>
>
>
> from mobile (sorry for typos ;)
>
>
>
>
> On Tue, Aug 3, 2021, 17:38 DREHER, Walter (ESG) <
> walter.w.dreher.exter...@airbus.com> wrote:
>
> Strange,
>
> at my first try a few month ago with OM 6.0.0 I had the same configuration
> like Alvaro.
>
> Server: VirtualBox Ubuntu 18.04 => I do not know anymore if form appear or
> not.
> Client: VirtualBox Ubuntu 18.04 => no form appears
> Client: Windows 10 Edge and Firefox => form appears
>
> Tomorrow I'll work in my Homeoffice so I'll test it again with a new
> maschine.
> I'm currently familiarizing myself with Docker on the old computer, and
> virtualbox no longer works there.
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
> Walter Dreher
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> T   +49 (0)9 06 71 79 70
> E   walter.w.dreher.exter...@airbus.com
>
> -Ursprüngliche Nachricht-
> Von: Alvaro [mailto:zurca...@gmail.com]
> Gesendet: Montag, 2. August 2021 12:41
> An: user@openmeetings.apache.org
> Betreff: Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
> ...for my testing have not internet connection.
> Was in LAN.
>
>
> 
>
>
>
> On Mon, 2 Aug 2021 10:35:45 +
> "DREHER, Walter (ESG)"  wrote:
>
> > Is there any Internetaccess necessary?
> >
> >
> > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
> >
> > Walter Dreher
> >
> > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> > Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> > T   +49 (0)9 06 71 79 70
> > E   walter.w.dreher.exter...@airbus.com
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alvaro [mailto:zurca...@gmail.com]
> > Gesendet: Montag, 2. August 2021 12:32
> > An: user@openmeetings.apache.org
> > Betreff: Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
> >
> > ...i have the same result as Maxim.
> >
> > Server: VirtualBox - Ubuntu 18.04 - OM 6.1.0
> >
> > Client: VirtualBox - Ubuntu 18.04 - Firefox.
> >
> > Client: Windows 10 - MS Edge anf  Firefox
> >
> > ...no find errors
> >
> >
> > ..
> >
> >
> > On Mon, 2 Aug 2021 15:42:37 +0700
> > Maxim Solodovnik  wrote:
> >
> > > Just tried to:
> > >
> > > 1) start OM on local machine (Ubuntu 20.04)
> > > 2) start Win10 on same machine in VMWare
> > > 3) Login to OM (MS Edge latest)
> > > 4) Open About dialog
> > >
> > > works as expected :(
> > >
> > > Any

Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-08-03 Thread Maxim Solodovnik
I'll set up Ubuntu Desktop VM and test again


from mobile (sorry for typos ;)


On Tue, Aug 3, 2021, 17:38 DREHER, Walter (ESG) <
walter.w.dreher.exter...@airbus.com> wrote:

> Strange,
>
> at my first try a few month ago with OM 6.0.0 I had the same configuration
> like Alvaro.
>
> Server: VirtualBox Ubuntu 18.04 => I do not know anymore if form appear or
> not.
> Client: VirtualBox Ubuntu 18.04 => no form appears
> Client: Windows 10 Edge and Firefox => form appears
>
> Tomorrow I'll work in my Homeoffice so I'll test it again with a new
> maschine.
> I'm currently familiarizing myself with Docker on the old computer, and
> virtualbox no longer works there.
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
> Walter Dreher
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> T   +49 (0)9 06 71 79 70
> E   walter.w.dreher.exter...@airbus.com
>
> -Ursprüngliche Nachricht-
> Von: Alvaro [mailto:zurca...@gmail.com]
> Gesendet: Montag, 2. August 2021 12:41
> An: user@openmeetings.apache.org
> Betreff: Re: AW: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
> ...for my testing have not internet connection.
> Was in LAN.
>
>
> 
>
>
>
> On Mon, 2 Aug 2021 10:35:45 +
> "DREHER, Walter (ESG)"  wrote:
>
> > Is there any Internetaccess necessary?
> >
> >
> > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
> >
> > Walter Dreher
> >
> > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> > Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> > T   +49 (0)9 06 71 79 70
> > E   walter.w.dreher.exter...@airbus.com
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alvaro [mailto:zurca...@gmail.com]
> > Gesendet: Montag, 2. August 2021 12:32
> > An: user@openmeetings.apache.org
> > Betreff: Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
> >
> > ...i have the same result as Maxim.
> >
> > Server: VirtualBox - Ubuntu 18.04 - OM 6.1.0
> >
> > Client: VirtualBox - Ubuntu 18.04 - Firefox.
> >
> > Client: Windows 10 - MS Edge anf  Firefox
> >
> > ...no find errors
> >
> >
> > ..
> >
> >
> > On Mon, 2 Aug 2021 15:42:37 +0700
> > Maxim Solodovnik  wrote:
> >
> > > Just tried to:
> > >
> > > 1) start OM on local machine (Ubuntu 20.04)
> > > 2) start Win10 on same machine in VMWare
> > > 3) Login to OM (MS Edge latest)
> > > 4) Open About dialog
> > >
> > > works as expected :(
> > >
> > > Any hint on how can I reproduce this behavior will be appreciated
> > > So far everything works for me
> > >
> > > On Mon, 2 Aug 2021 at 13:52, DREHER, Walter (ESG) <
> > > walter.w.dreher.exter...@airbus.com> wrote:
> > >
> > > > Hello Alvaro,
> > > >
> > > > OM 6.1.0 is installed in a VM under VMWare with Ubuntu 18.04
> (installed
> > > > from scratch).
> > > > This behaviour is only when the login comes from a virtual Maschine
> like a
> > > > Terminalserver.
> > > > When I log in from a ThinClient (Physical Maschine) with an embedded
> > > > Windows, everything works like expected.
> > > > A few month ago (OM 6.0.0 was recently released) I installed it on
> > > > VirtualBox with Ubuntu 18.04.
> > > > Here I saw the same behaviour. When login to OM from another virtual
> > > > maschine (also installed at VirtualBox) no forms appear.
> > > > Comes the login from a physical maschine everything works fine.
> > > >
> > > > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
> > > >
> > > > Walter Dreher
> > > >
> > > > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> > > > Partnerfirma von Airbus Helicopters Deutschland im
> > > > Systemunterstützungszentrum Drehflügler
> > > > T   +49 (0)9 06 71 79 70
> > > > E   walter.w.dreher.exter...@airbus.com
> > > >
> > > > -Ursprüngliche Nachricht-
> > > > Von: Alvaro [mailto:zurca...@gmail.com]
> > > > Gesendet: Samstag, 31. Juli 2021 09:48
> > > > An: user@openmeetings.apache.org
> > > > Betreff: Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
> > > >
> > > > ...Ubuntu 18.04...
> > > >
> > > 

Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-08-02 Thread Maxim Solodovnik
Just tried to:

1) start OM on local machine (Ubuntu 20.04)
2) start Win10 on same machine in VMWare
3) Login to OM (MS Edge latest)
4) Open About dialog

works as expected :(

Any hint on how can I reproduce this behavior will be appreciated
So far everything works for me

On Mon, 2 Aug 2021 at 13:52, DREHER, Walter (ESG) <
walter.w.dreher.exter...@airbus.com> wrote:

> Hello Alvaro,
>
> OM 6.1.0 is installed in a VM under VMWare with Ubuntu 18.04 (installed
> from scratch).
> This behaviour is only when the login comes from a virtual Maschine like a
> Terminalserver.
> When I log in from a ThinClient (Physical Maschine) with an embedded
> Windows, everything works like expected.
> A few month ago (OM 6.0.0 was recently released) I installed it on
> VirtualBox with Ubuntu 18.04.
> Here I saw the same behaviour. When login to OM from another virtual
> maschine (also installed at VirtualBox) no forms appear.
> Comes the login from a physical maschine everything works fine.
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
> Walter Dreher
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> T   +49 (0)9 06 71 79 70
> E   walter.w.dreher.exter...@airbus.com
>
> -Ursprüngliche Nachricht-
> Von: Alvaro [mailto:zurca...@gmail.com]
> Gesendet: Samstag, 31. Juli 2021 09:48
> An: user@openmeetings.apache.org
> Betreff: Re: AW: OM 6.1.0 Forms not shown [AIRBUS Amber]
>
> ...Ubuntu 18.04...
>
>
> 
>
>
> On Fri, 30 Jul 2021 12:38:49 +0200
> Alvaro  wrote:
>
> > ...only as information. OM 6.1.0 installed on VirtualBox
> > works as expected. Maybe it is different to Terminalserver.
> >
> >
> > .
> >
> >
> >
> >
> > On Fri, 30 Jul 2021 08:14:38 +
> > "DREHER, Walter (ESG)"  wrote:
> >
> > > Hello,
> > >
> > > from our Terminalserver I loged in to OM 6.1.0 as admin (at the moment
> the only user)
> > > At the Dasboard I klick in the right upper corner “About” => Screen
> greyed out  and nothing happens. Expected behavior is that a form with
> Informations about the version of appears.
> > > At the Dashboard I klick under Admin functions on “Show cleanup
> report” => Screen greyed out and nothing happens. Expected behaviour is
> that a form appears.
> > > I got to any room and try to send a invitation => Screen greyed out
> and nothing happens. Expected behaviour is that a form appears.
> > >
> > > When I do the same actions from a physical Maschine (i.e. Laptop)
> everything works like expected.
> > > This behavior only occurs with virtual machines. This was already at
> Version 6.0.0 so.
> > >
> > > I installed it at a Ubuntu 18.04 and used for that the manual from
> Alvaro.
> > > The only customization which I made was to use another Name and
> Password for the DB-User.
> > >
> > > Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
> > >
> > > Walter Dreher
> > >
> > > ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> > > Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> > > T   +49 (0)9 06 71 79 70
> > > E   walter.w.dreher.exter...@airbus.com walter.w.dreher.exter...@airbus.com>
> > >
> > > Von: Maxim Solodovnik [mailto:solomax...@gmail.com]
> > > Gesendet: Mittwoch, 28. Juli 2021 19:28
> > > An: Openmeetings user-list
> > > Betreff: Re: OM 6.1.0 Forms not shown [AIRBUS Amber]
> > >
> > > Just have checked
> > >
> > > vanilla 6.1.0
> > > unpacked to the new folder
> > > new DB created (H2)
> > > Airplane mode ON
> > > About dialog displayed as expected
> > >
> > > What were your steps?
> > > Did you do any customizations?
> > >
> > > Can you check if the main demo server works for you?
> https://om.alteametasoft.com/openmeetings
> > >
> > >
> > > On Wed, 28 Jul 2021 at 20:25, Maxim Solodovnik  <mailto:solomax...@gmail.com>> wrote:
> > > Hello Walter,
> > >
> > > JS console errors seems to be false positive (your dashboard full of
> styles)
> > > I'll try to reproduce the issue in airplane mode
> > >
> > > will report back
> > >
> > > On Wed, 28 Jul 2021 at 19:12, DREHER, Walter (ESG) <
> walter.w.dreher.exter...@airbus.com walter.w.dreher.exter...@airbus.com>> wrote:
> > > Hello,
> > >
> > > I i

Re: Issue with Oauth2 integration

2021-07-30 Thread Maxim Solodovnik
Hello Jeffry,

I have commented
https://issues.apache.org/jira/projects/OPENMEETINGS/issues/OPENMEETINGS-2633
4 days ago
(no answer)

Unfortunately I understand nothing from your email :(
I'm not native English speaker, so please try to provide more details :)

On Fri, 30 Jul 2021 at 23:14, Jeffry Johnson 
wrote:

> We are trying to get ADFS to work with our instance of OM. See
> https://issues.apache.org/jira/projects/OPENMEETINGS/issues/OPENMEETINGS-2633 
> for
> the bug reported by one of our developers. I am getting successful token
> responses, but I need to know how to map OM attributes to claims from the
> response. Such as: c:[Type == "
> http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname";,
> Issuer == "AD AUTHORITY"]
> => issue(store = "Active Directory", types = ("
> http://schemas.xmlsoap.org/claims/FirstName";, "
> http://schemas.xmlsoap.org/claims/LastName";, "
> http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress";, "
> http://schemas.xmlsoap.org/claims/EmployeeID";, "
> http://schemas.xmlsoap.org/claims/ManagerEmail";, "
> http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier";),
> query = ";givenName,sn,mail,employeeID,managerEmail,sAMAccountName;{0}",
> param = c.Value);
>
> Please help!
>


-- 
Best regards,
Maxim


Re: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-07-28 Thread Maxim Solodovnik
Just have checked

vanilla 6.1.0
unpacked to the new folder
new DB created (H2)
Airplane mode ON
About dialog displayed as expected

What were your steps?
Did you do any customizations?

Can you check if the main demo server works for you?
https://om.alteametasoft.com/openmeetings


On Wed, 28 Jul 2021 at 20:25, Maxim Solodovnik  wrote:

> Hello Walter,
>
> JS console errors seems to be false positive (your dashboard full of
> styles)
> I'll try to reproduce the issue in airplane mode
>
> will report back
>
> On Wed, 28 Jul 2021 at 19:12, DREHER, Walter (ESG) <
> walter.w.dreher.exter...@airbus.com> wrote:
>
>> Hello,
>>
>> I installed OM 6.1.0 on Ubuntu 18.04.
>> For the Installation I used the tutorial from Alvaro (many thanks for it).
>> Most of our Users work at a ThinClient. So they log on to a
>> Terminalserver and work there.
>> We are working on a closed environment with no access to the internet.
>> When in OM should raise a form only the screen will be greyed out and
>> nothing happens.
>> I must refresh the page for to come back. I could see this behaviour
>> everywhere where
>> a form should appear (i.e. Dashboard -> About, Dashboard -> "Show cleanup
>> report", Rooms -> "Send invitation" ...)
>> At OM the forms raise normal.
>> I attached some Screenshots with an open Console.
>> Dashboard_5_1_0_About => expected (This is a screenshot of our OM 5.1.0
>> Instance)
>> Dashboard_6_1_0 => Login to OM 6_1_0
>> Dashboard_6_1_0_About => Screen after klicking on "About"
>> Dashboard_6_1_0_About_Refresh => Sreen after Refresh
>>
>> I got the same behaviour everywhere, where a form should be shown.
>>
>> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>>
>> Walter Dreher
>>
>> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
>> Partnerfirma von Airbus Helicopters Deutschland im
>> Systemunterstützungszentrum Drehflügler
>> T   +49 (0)9 06 71 79 70
>> E   walter.w.dreher.exter...@airbus.com
>> The information in this e-mail is confidential. The contents may not be
>> disclosed or used by anyone other than the addressee. Access to this e-mail
>> by anyone else is unauthorised.
>> If you are not the intended recipient, please notify Airbus immediately
>> and delete this e-mail.
>> Airbus cannot accept any responsibility for the accuracy or completeness
>> of this e-mail as it has been sent over public networks. If you have any
>> concerns over the content of this message or its Accuracy or Integrity,
>> please contact Airbus immediately.
>> All outgoing e-mails from Airbus are checked using regularly updated
>> virus scanning software but you should take whatever measures you deem to
>> be appropriate to ensure that this message and any attachments are virus
>> free.
>>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: OM 6.1.0 Forms not shown [AIRBUS Amber]

2021-07-28 Thread Maxim Solodovnik
Hello Walter,

JS console errors seems to be false positive (your dashboard full of styles)
I'll try to reproduce the issue in airplane mode

will report back

On Wed, 28 Jul 2021 at 19:12, DREHER, Walter (ESG) <
walter.w.dreher.exter...@airbus.com> wrote:

> Hello,
>
> I installed OM 6.1.0 on Ubuntu 18.04.
> For the Installation I used the tutorial from Alvaro (many thanks for it).
> Most of our Users work at a ThinClient. So they log on to a Terminalserver
> and work there.
> We are working on a closed environment with no access to the internet.
> When in OM should raise a form only the screen will be greyed out and
> nothing happens.
> I must refresh the page for to come back. I could see this behaviour
> everywhere where
> a form should appear (i.e. Dashboard -> About, Dashboard -> "Show cleanup
> report", Rooms -> "Send invitation" ...)
> At OM the forms raise normal.
> I attached some Screenshots with an open Console.
> Dashboard_5_1_0_About => expected (This is a screenshot of our OM 5.1.0
> Instance)
> Dashboard_6_1_0 => Login to OM 6_1_0
> Dashboard_6_1_0_About => Screen after klicking on "About"
> Dashboard_6_1_0_About_Refresh => Sreen after Refresh
>
> I got the same behaviour everywhere, where a form should be shown.
>
> Mit freundlichen Grüßen / Cordialment / Saludos / Best Regards
>
> Walter Dreher
>
> ESG ELEKTRONIKSYSTEM- UND LOGISTIK-GMBH
> Partnerfirma von Airbus Helicopters Deutschland im
> Systemunterstützungszentrum Drehflügler
> T   +49 (0)9 06 71 79 70
> E   walter.w.dreher.exter...@airbus.com
> The information in this e-mail is confidential. The contents may not be
> disclosed or used by anyone other than the addressee. Access to this e-mail
> by anyone else is unauthorised.
> If you are not the intended recipient, please notify Airbus immediately
> and delete this e-mail.
> Airbus cannot accept any responsibility for the accuracy or completeness
> of this e-mail as it has been sent over public networks. If you have any
> concerns over the content of this message or its Accuracy or Integrity,
> please contact Airbus immediately.
> All outgoing e-mails from Airbus are checked using regularly updated virus
> scanning software but you should take whatever measures you deem to be
> appropriate to ensure that this message and any attachments are virus free.
>


-- 
Best regards,
Maxim


Re: How work password selected when send invitation from room

2021-07-27 Thread Maxim Solodovnik
Hello All,

previously password protected invitation was working as follows:

- regular room link https://localhost:5443/openmeetings/#room/5 was
generated If user has right to enter the room for ex. the room is public
- password protected link was generated in case invited user has no access
to the room for ex. external user was invited or room is private

I'm going to change this behavior and generate password protected link for
all users

Is it what is requested?
Shall I proceed?



On Tue, 13 Jul 2021 at 20:52, Alvaro  wrote:

> ...done!
>
> Thanks
>
> ...
>
>
>
> On Tue, 13 Jul 2021 20:41:25 +0700
> Maxim Solodovnik  wrote:
>
> > BTW this can be improved :)
> > Could you please file jira?
> >
> > from mobile (sorry for typos ;)
> >
> >
> > On Tue, Jul 13, 2021, 20:40 Maxim Solodovnik 
> wrote:
> >
> > > This will work for external users only
> > > The link should have "hash/invitation" part  (if I remember correctly)
> > >
> > > from mobile (sorry for typos ;)
> > >
> > >
> > > On Tue, Jul 13, 2021, 20:36 Alvaro  wrote:
> > >
> > >> Hello Maxim,
> > >>
> > >> ´Ve tested OM 6.1.0 #323 and looks fine.
> > >>
> > >> I don´t know wich is the process when
> > >> send an invitation "with password" from room.
> > >> ´Cause dont´t ask for the password after
> > >> clic email link and can arrive to room
> > >> without asking for it.
> > >>
> > >> Could you please explain to me?
> > >>
> > >> Thanks
> > >>
> > >>
> > >>
> > >>
>
>
> --
>
>

-- 
Best regards,
Maxim


Re: Clustering on AWS / Ubuntu 18.04 LTS

2021-07-27 Thread Maxim Solodovnik
Hello Denis,

On Tue, 27 Jul 2021 at 12:26, Denis Noctor  wrote:
>
> Hi there Maxim,
>
> I hope this email finds you well.

Everything is great :)
Hope you are well and healthy :)

>
> I’ve been using OM over the last few years as mentioned in previous posts. 
> Apologies for not commenting on previous updates and upgrades of recent.
>
> I’ve been using OM 5.1.0 for some time now (on an AWS EC2 instance ) and is 
> running well as expected but now I need to explore the issue of clustering 
> due to KMS limitations, number of concurrent users etc per room (and 
> instance) as has been previously documented in previous posts. I’ve been 
> avoiding the issue as some of the classes I am running are scheduled at 
> different times... but now I am faced with the issue of a handful of classes 
> that run at the same time.

Hopefully you can try the latest release :)
it should be much more stable :)

And the UI was improved a lot :)

>
> Is there anyone out there who has successfully got clustering working in an 
> AWS environment (using Ubuntu 18.04)?
>
> I would really appreciate it if anyone could give me some pointers. At 
> present I have my AWS instance set up using Amazon’s Route 53, AWS 
> certificate for https etc. If someone out there could give suggestions 
> regarding setting up at least 2 instances using the same domain name, I’d be 
> grateful and I could experiment from there.
>
> I’ve included Ali in this email (hope you don’t mind... as I’ve been 
> following your progress and contributions to this forum since this whole 
> pandemic began).

@Seba was able to implement "real" clustering (so you can add more
users to the room
AFAIK this is commercial feature:
https://openmeetings.apache.org/commercial-support.html#cloud-based-hosting-for-openmeetings

>
> All the best and thanks in advance. Denis.
>
> Sent from my iPhone



-- 
Best regards,
Maxim


Re: Breakout rooms

2021-07-27 Thread Maxim Solodovnik
To be fair this is the only request for such feature :)))

On Thu, 15 Jul 2021 at 20:46, Jeffry Johnson  wrote:
>
> Yes that is exactly what I mean. I was just curious if anyone had ever been 
> able to implement it. Thx!
>
> On Thu, Jul 15, 2021, 05:37 Maxim Solodovnik  wrote:
>>
>> Hello Jeffry,
>>
>> by "breakout room" do you mean the possibility to move some of the 
>> participants to another room and then get back?
>>
>> it is impossible out-of-the-box :(
>>
>> On Thu, 15 Jul 2021 at 17:44, Jeffry Johnson  
>> wrote:
>>>
>>>
>>>> Hi all,
>>>>
>>>> Has anyone been able to implement breakout rooms in open meetings?
>>
>>
>>
>> --
>> Best regards,
>> Maxim



-- 
Best regards,
Maxim


Re: Safari 14.1.2 and OM 6.1.0 Ok

2021-07-26 Thread Maxim Solodovnik
Thanks for continuous testing Alvaro! :)))

On Mon, 26 Jul 2021 at 23:26, Alvaro  wrote:
>
> ...i mean OSx 11.5 :(
>
>
>
> ---
>
>
> On Mon, 26 Jul 2021 18:05:53 +0200
> Alvaro  wrote:
>
> > Ubuntu 18.04 - OM 6.1.0
> >
> > Clients:
> >
> > OSx 14.5 - Safari 14.1.2 and Ubuntu 18.04 - Firefox = Ok
> >
> >
> > ...
> >
>
>
> --
>


-- 
Best regards,
Maxim


Re: About window and Actions Send Invitation window doesn't show up

2021-07-26 Thread Maxim Solodovnik
works for me at both demo servers and locally
https://om.alteametasoft.com/openmeetings
https://om.alteametasoft.com::8443/next/

what version are you using?
any errors in browser JS console?
Maybe you can clean browser cache?

On Tue, 27 Jul 2021 at 03:10, Sangeeta Verma  wrote:
>
> Why would "About" menu and "Actions -> Send Invitations" doesn't show up. It 
> is not hidden nor popup blocked.
> None of the browsers in one of the machine shows these two. All others work 
> well.
> Any thoughts?
>
> Thank and Regards,
> Sangeeta



-- 
Best regards,
Maxim


Re: OM theme

2021-07-24 Thread Maxim Solodovnik
It seems you did upgrade without import/export
so you need to create config value in Admin -> Config

possible values are here
https://openmeetings.apache.org/GeneralConfiguration.html
`ui.theme`

On Sun, 25 Jul 2021 at 07:52, Jeffry Johnson  wrote:
>
> I upgraded our insurance to the new 6.1.0 release but I am unable to find the 
> new om theme configuration option in admin. Is this a known issue?



-- 
Best regards,
Maxim


[ANNOUNCE] Apache OpenMeetings 6.1.0 is released

2021-07-21 Thread Maxim Solodovnik
The Apache OpenMeetings project is pleased to announce
the release of Apache OpenMeetings 6.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 other groupware tools.
It uses API functions of Kurento Media Server for Remoting and Streaming.

Release 6.1.0, provides following improvements:

This release provides WebRTC audio/video/screen-sharing in the Room

Stability:
* Room is more stable
* Screen sharing on Safari is fixed
* Recording in interview room is fixed

UI:
* OM theme can selected in Admin -> Config
* Configurable Extra menu is added to the rooms
* Date/time picker is better localized

Some other fixes and improvements, 27 issues were addressed

Readme: https://github.com/apache/openmeetings/blob/6.1.0/README.md

Changelog: https://github.com/apache/openmeetings/blob/6.1.0/CHANGELOG.md

List of fixed issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&version=12349533

For more information on Apache OpenMeetings please visit project home
page: https://openmeetings.apache.org

Apache OpenMeetings Team


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
On Sat, 17 Jul 2021 at 23:29, Ali Alhaidary 
wrote:

> 'self',data:https://school.the5stars.org
>

`,`  is the delimiter

'self',data:,https://school.the5stars.org


> Ali
> On 7/17/21 7:25 PM, Maxim Solodovnik wrote:
>
>
>
> On Sat, 17 Jul 2021 at 23:22, Ali Alhaidary 
> wrote:
>
>> So I should remove ''self',data:' and put 'https://school.the5stars.org'
>> instead
>>
>
> no just add url at the end
> more info here
> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/img-src
>
> Yes, this was the setting I was looking for
>>
>> So many thanks
>>
>> Ali
>> On 7/17/21 7:16 PM, Maxim Solodovnik wrote:
>>
>> Answering to the list :))
>>
>> Ok
>>
>> I was able to see this error in JS console (Chrome Ubuntu)
>>
>> Refused to load the image '
>> https://school.the5stars.org/class/pluginfile.php/2648/user/icon/f1'
>> because it violates the following Content Security Policy directive:
>> "img-src 'self' 'self' data: https://www.google-analytics.com";.
>>
>> As I wrote before: this is CORS
>> you need to go to Admin->Config
>> and add https://school.the5stars.org to *header.csp.image*
>>
>>
>> On Sat, 17 Jul 2021 at 19:00, Ali Alhaidary 
>> wrote:
>>
>>> FF on Linux 20.04
>>>
>>> Ali
>>> On 7/17/21 2:54 PM, Maxim Solodovnik wrote:
>>>
>>> What browser is this?
>>> Afaik chome displays "content blocked" messages on some sort of security
>>> tab
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 18:47 Ali Alhaidary 
>>> wrote:
>>>
>>>> WebExtensions: reset-default-search: starting. api.js:183
>>>> WebExtensions: reset-default-search: has already ran once and saw
>>>> panel, exit. api.js:210
>>>> No user input on targetField LoginManagerChild.jsm:1957
>>>> Error: No user input on targetField LoginManagerChild.jsm:1957:17
>>>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>>>> <https://school.the5stars.org/favicon.ico> failed to load: Not
>>>> Found."  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>>>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>>>> data: no] FaviconLoader.jsm:253:22
>>>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>>>> <https://school.the5stars.org/favicon.ico> failed to load: Not
>>>> Found."  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>>>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>>>> data: no] FaviconLoader.jsm:253:22
>>>>
>>>>
>>>> On 7/17/21 2:44 PM, Maxim Solodovnik wrote:
>>>>
>>>> If so can you check dev console?
>>>> You might need to add moodle URL to cors :)
>>>>
>>>>
>>>> from mobile (sorry for typos ;)
>>>>
>>>>
>>>> On Sat, Jul 17, 2021, 18:43 Ali Alhaidary 
>>>> wrote:
>>>>
>>>>> Yes, but not shown in the room :-(
>>>>>
>>>>> Ali
>>>>> On 7/17/21 2:42 PM, Maxim Solodovnik wrote:
>>>>>
>>>>>
>>>>>
>>>>> from mobile (sorry for typos ;)
>>>>>
>>>>>
>>>>> On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
>>>>> wrote:
>>>>>
>>>>>> pictureurl column contains either profile.png or null,  for users
>>>>>> that were added by moodle it is
>>>>>> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>>>>>>
>>>>> Yep
>>>>> This is correct :)
>>>>> Is this correct picture?
>>>>>
>>>>> If so can you check dev console?
>>>>> You might need to add moodle URL to cors :)
>>>>>
>>>>>> Ali
>>>>>> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>>>>>>
>>>>>> Om_user :)
>>>>>>
>>>>>> from mobile (sorry for typos ;)
>>>>>>
>>>>>>
>>>>>> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary <
>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>
>>>>>>> which table ?
>>>>>>>
>>>>>>> Ali
>>>>>>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>>>>>>
>>>>>>> Please check om db
>>>>>>> Picture* column should contain moodle URL
>>>>>>> Does it?
>>>>>>>
>>>>>>> from mobile (sorry for typos ;)
>>>>>>>
>>>>>>>
>>>>>>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary <
>>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>>
>>>>>>>> No, it is not :-(
>>>>>>>>
>>>>>>>> There was a setting that should be done that I can not recall :-(
>>>>>>>>
>>>>>>>> Ali
>>>>>>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>>>>>>
>>>>>>>> In case user has avatar in Moodle
>>>>>>>> This avatar should be displayed in om room
>>>>>>>>
>>>>>>>>
>>>>>>>> from mobile (sorry for typos ;)
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary <
>>>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I recall that there was setting to show the user avatar in moodle
>>>>>>>>> plugin, but could not find it in moodle plugin page, is it still
>>>>>>>>> there?
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>>
>>>>>>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
On Sat, 17 Jul 2021 at 23:22, Ali Alhaidary 
wrote:

> So I should remove ''self',data:' and put 'https://school.the5stars.org'
> instead
>

no just add url at the end
more info here
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/img-src

Yes, this was the setting I was looking for
>
> So many thanks
>
> Ali
> On 7/17/21 7:16 PM, Maxim Solodovnik wrote:
>
> Answering to the list :))
>
> Ok
>
> I was able to see this error in JS console (Chrome Ubuntu)
>
> Refused to load the image '
> https://school.the5stars.org/class/pluginfile.php/2648/user/icon/f1'
> because it violates the following Content Security Policy directive:
> "img-src 'self' 'self' data: https://www.google-analytics.com";.
>
> As I wrote before: this is CORS
> you need to go to Admin->Config
> and add https://school.the5stars.org to *header.csp.image*
>
>
> On Sat, 17 Jul 2021 at 19:00, Ali Alhaidary 
> wrote:
>
>> FF on Linux 20.04
>>
>> Ali
>> On 7/17/21 2:54 PM, Maxim Solodovnik wrote:
>>
>> What browser is this?
>> Afaik chome displays "content blocked" messages on some sort of security
>> tab
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 18:47 Ali Alhaidary 
>> wrote:
>>
>>> WebExtensions: reset-default-search: starting. api.js:183
>>> WebExtensions: reset-default-search: has already ran once and saw panel,
>>> exit. api.js:210
>>> No user input on targetField LoginManagerChild.jsm:1957
>>> Error: No user input on targetField LoginManagerChild.jsm:1957:17
>>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>>> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
>>> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>>> data: no] FaviconLoader.jsm:253:22
>>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>>> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
>>> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>>> data: no] FaviconLoader.jsm:253:22
>>>
>>>
>>> On 7/17/21 2:44 PM, Maxim Solodovnik wrote:
>>>
>>> If so can you check dev console?
>>> You might need to add moodle URL to cors :)
>>>
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 18:43 Ali Alhaidary 
>>> wrote:
>>>
>>>> Yes, but not shown in the room :-(
>>>>
>>>> Ali
>>>> On 7/17/21 2:42 PM, Maxim Solodovnik wrote:
>>>>
>>>>
>>>>
>>>> from mobile (sorry for typos ;)
>>>>
>>>>
>>>> On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
>>>> wrote:
>>>>
>>>>> pictureurl column contains either profile.png or null,  for users that
>>>>> were added by moodle it is
>>>>> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>>>>>
>>>> Yep
>>>> This is correct :)
>>>> Is this correct picture?
>>>>
>>>> If so can you check dev console?
>>>> You might need to add moodle URL to cors :)
>>>>
>>>>> Ali
>>>>> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>>>>>
>>>>> Om_user :)
>>>>>
>>>>> from mobile (sorry for typos ;)
>>>>>
>>>>>
>>>>> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
>>>>> wrote:
>>>>>
>>>>>> which table ?
>>>>>>
>>>>>> Ali
>>>>>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>>>>>
>>>>>> Please check om db
>>>>>> Picture* column should contain moodle URL
>>>>>> Does it?
>>>>>>
>>>>>> from mobile (sorry for typos ;)
>>>>>>
>>>>>>
>>>>>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary <
>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>
>>>>>>> No, it is not :-(
>>>>>>>
>>>>>>> There was a setting that should be done that I can not recall :-(
>>>>>>>
>>>>>>> Ali
>>>>>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>>>>>
>>>>>>> In case user has avatar in Moodle
>>>>>>> This avatar should be displayed in om room
>>>>>>>
>>>>>>>
>>>>>>> from mobile (sorry for typos ;)
>>>>>>>
>>>>>>>
>>>>>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary <
>>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I recall that there was setting to show the user avatar in moodle
>>>>>>>> plugin, but could not find it in moodle plugin page, is it still
>>>>>>>> there?
>>>>>>>>
>>>>>>>> Ali
>>>>>>>>
>>>>>>>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
Answering to the list :))

Ok

I was able to see this error in JS console (Chrome Ubuntu)

Refused to load the image '
https://school.the5stars.org/class/pluginfile.php/2648/user/icon/f1'
because it violates the following Content Security Policy directive:
"img-src 'self' 'self' data: https://www.google-analytics.com";.

As I wrote before: this is CORS
you need to go to Admin->Config
and add https://school.the5stars.org to *header.csp.image*


On Sat, 17 Jul 2021 at 19:00, Ali Alhaidary 
wrote:

> FF on Linux 20.04
>
> Ali
> On 7/17/21 2:54 PM, Maxim Solodovnik wrote:
>
> What browser is this?
> Afaik chome displays "content blocked" messages on some sort of security
> tab
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 18:47 Ali Alhaidary 
> wrote:
>
>> WebExtensions: reset-default-search: starting. api.js:183
>> WebExtensions: reset-default-search: has already ran once and saw panel,
>> exit. api.js:210
>> No user input on targetField LoginManagerChild.jsm:1957
>> Error: No user input on targetField LoginManagerChild.jsm:1957:17
>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
>> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>> data: no] FaviconLoader.jsm:253:22
>> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
>> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
>> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
>> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
>> data: no] FaviconLoader.jsm:253:22
>>
>>
>> On 7/17/21 2:44 PM, Maxim Solodovnik wrote:
>>
>> If so can you check dev console?
>> You might need to add moodle URL to cors :)
>>
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 18:43 Ali Alhaidary 
>> wrote:
>>
>>> Yes, but not shown in the room :-(
>>>
>>> Ali
>>> On 7/17/21 2:42 PM, Maxim Solodovnik wrote:
>>>
>>>
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
>>> wrote:
>>>
>>>> pictureurl column contains either profile.png or null,  for users that
>>>> were added by moodle it is
>>>> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>>>>
>>> Yep
>>> This is correct :)
>>> Is this correct picture?
>>>
>>> If so can you check dev console?
>>> You might need to add moodle URL to cors :)
>>>
>>>> Ali
>>>> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>>>>
>>>> Om_user :)
>>>>
>>>> from mobile (sorry for typos ;)
>>>>
>>>>
>>>> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
>>>> wrote:
>>>>
>>>>> which table ?
>>>>>
>>>>> Ali
>>>>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>>>>
>>>>> Please check om db
>>>>> Picture* column should contain moodle URL
>>>>> Does it?
>>>>>
>>>>> from mobile (sorry for typos ;)
>>>>>
>>>>>
>>>>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
>>>>> wrote:
>>>>>
>>>>>> No, it is not :-(
>>>>>>
>>>>>> There was a setting that should be done that I can not recall :-(
>>>>>>
>>>>>> Ali
>>>>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>>>>
>>>>>> In case user has avatar in Moodle
>>>>>> This avatar should be displayed in om room
>>>>>>
>>>>>>
>>>>>> from mobile (sorry for typos ;)
>>>>>>
>>>>>>
>>>>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary <
>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I recall that there was setting to show the user avatar in moodle
>>>>>>> plugin, but could not find it in moodle plugin page, is it still
>>>>>>> there?
>>>>>>>
>>>>>>> Ali
>>>>>>>
>>>>>>>

-- 
Best regards,
Maxim


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
What browser is this?
Afaik chome displays "content blocked" messages on some sort of security tab

from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 18:47 Ali Alhaidary 
wrote:

> WebExtensions: reset-default-search: starting. api.js:183
> WebExtensions: reset-default-search: has already ran once and saw panel,
> exit. api.js:210
> No user input on targetField LoginManagerChild.jsm:1957
> Error: No user input on targetField LoginManagerChild.jsm:1957:17
> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
> data: no] FaviconLoader.jsm:253:22
> [Exception... "Favicon at "https://school.the5stars.org/favicon.ico";
> <https://school.the5stars.org/favicon.ico> failed to load: Not Found."
> nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame ::
> resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 253"
> data: no] FaviconLoader.jsm:253:22
>
>
> On 7/17/21 2:44 PM, Maxim Solodovnik wrote:
>
> If so can you check dev console?
> You might need to add moodle URL to cors :)
>
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 18:43 Ali Alhaidary 
> wrote:
>
>> Yes, but not shown in the room :-(
>>
>> Ali
>> On 7/17/21 2:42 PM, Maxim Solodovnik wrote:
>>
>>
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
>> wrote:
>>
>>> pictureurl column contains either profile.png or null,  for users that
>>> were added by moodle it is
>>> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>>>
>> Yep
>> This is correct :)
>> Is this correct picture?
>>
>> If so can you check dev console?
>> You might need to add moodle URL to cors :)
>>
>>> Ali
>>> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>>>
>>> Om_user :)
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
>>> wrote:
>>>
>>>> which table ?
>>>>
>>>> Ali
>>>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>>>
>>>> Please check om db
>>>> Picture* column should contain moodle URL
>>>> Does it?
>>>>
>>>> from mobile (sorry for typos ;)
>>>>
>>>>
>>>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
>>>> wrote:
>>>>
>>>>> No, it is not :-(
>>>>>
>>>>> There was a setting that should be done that I can not recall :-(
>>>>>
>>>>> Ali
>>>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>>>
>>>>> In case user has avatar in Moodle
>>>>> This avatar should be displayed in om room
>>>>>
>>>>>
>>>>> from mobile (sorry for typos ;)
>>>>>
>>>>>
>>>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I recall that there was setting to show the user avatar in moodle
>>>>>> plugin, but could not find it in moodle plugin page, is it still
>>>>>> there?
>>>>>>
>>>>>> Ali
>>>>>>
>>>>>>


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
If so can you check dev console?
You might need to add moodle URL to cors :)


from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 18:43 Ali Alhaidary 
wrote:

> Yes, but not shown in the room :-(
>
> Ali
> On 7/17/21 2:42 PM, Maxim Solodovnik wrote:
>
>
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
> wrote:
>
>> pictureurl column contains either profile.png or null,  for users that
>> were added by moodle it is
>> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>>
> Yep
> This is correct :)
> Is this correct picture?
>
> If so can you check dev console?
> You might need to add moodle URL to cors :)
>
>> Ali
>> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>>
>> Om_user :)
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
>> wrote:
>>
>>> which table ?
>>>
>>> Ali
>>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>>
>>> Please check om db
>>> Picture* column should contain moodle URL
>>> Does it?
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
>>> wrote:
>>>
>>>> No, it is not :-(
>>>>
>>>> There was a setting that should be done that I can not recall :-(
>>>>
>>>> Ali
>>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>>
>>>> In case user has avatar in Moodle
>>>> This avatar should be displayed in om room
>>>>
>>>>
>>>> from mobile (sorry for typos ;)
>>>>
>>>>
>>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I recall that there was setting to show the user avatar in moodle
>>>>> plugin, but could not find it in moodle plugin page, is it still there?
>>>>>
>>>>> Ali
>>>>>
>>>>>


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 18:39 Ali Alhaidary 
wrote:

> pictureurl column contains either profile.png or null,  for users that
> were added by moodle it is
> https://school.the5stars.org/class/pluginfile.php/5/user/icon/f1.
>
Yep
This is correct :)
Is this correct picture?

If so can you check dev console?
You might need to add moodle URL to cors :)

> Ali
> On 7/17/21 2:32 PM, Maxim Solodovnik wrote:
>
> Om_user :)
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
> wrote:
>
>> which table ?
>>
>> Ali
>> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>>
>> Please check om db
>> Picture* column should contain moodle URL
>> Does it?
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
>> wrote:
>>
>>> No, it is not :-(
>>>
>>> There was a setting that should be done that I can not recall :-(
>>>
>>> Ali
>>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>>
>>> In case user has avatar in Moodle
>>> This avatar should be displayed in om room
>>>
>>>
>>> from mobile (sorry for typos ;)
>>>
>>>
>>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I recall that there was setting to show the user avatar in moodle
>>>> plugin, but could not find it in moodle plugin page, is it still there?
>>>>
>>>> Ali
>>>>
>>>>


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
Om_user :)

from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 18:25 Ali Alhaidary 
wrote:

> which table ?
>
> Ali
> On 7/17/21 12:35 PM, Maxim Solodovnik wrote:
>
> Please check om db
> Picture* column should contain moodle URL
> Does it?
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
> wrote:
>
>> No, it is not :-(
>>
>> There was a setting that should be done that I can not recall :-(
>>
>> Ali
>> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>>
>> In case user has avatar in Moodle
>> This avatar should be displayed in om room
>>
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
>> wrote:
>>
>>> Hi,
>>>
>>> I recall that there was setting to show the user avatar in moodle
>>> plugin, but could not find it in moodle plugin page, is it still there?
>>>
>>> Ali
>>>
>>>


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
Please check om db
Picture* column should contain moodle URL
Does it?

from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 16:15 Ali Alhaidary 
wrote:

> No, it is not :-(
>
> There was a setting that should be done that I can not recall :-(
>
> Ali
> On 7/17/21 11:29 AM, Maxim Solodovnik wrote:
>
> In case user has avatar in Moodle
> This avatar should be displayed in om room
>
>
> from mobile (sorry for typos ;)
>
>
> On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
> wrote:
>
>> Hi,
>>
>> I recall that there was setting to show the user avatar in moodle
>> plugin, but could not find it in moodle plugin page, is it still there?
>>
>> Ali
>>
>>


Re: user avatar

2021-07-17 Thread Maxim Solodovnik
In case user has avatar in Moodle
This avatar should be displayed in om room


from mobile (sorry for typos ;)


On Sat, Jul 17, 2021, 15:23 Ali Alhaidary 
wrote:

> Hi,
>
> I recall that there was setting to show the user avatar in moodle
> plugin, but could not find it in moodle plugin page, is it still there?
>
> Ali
>
>


Re: OM 6.1.0 #324 ...OK

2021-07-16 Thread Maxim Solodovnik
should be fixed :)

On Sat, 17 Jul 2021 at 03:15, Alvaro  wrote:

> Only as information.
>
> OM 6.1.0 #4 ...it is red color.
>
>
> ..
>
>
>
>
> On Fri, 16 Jul 2021 22:38:48 +0700
> Maxim Solodovnik  wrote:
>
> > Hello Alvaro, Ali,
> >
> > sorry for extra work
> > I'm preparing the build step-by-step (don't have enough power to create
> RC
> > in one blow)
> > Will try to start a VOTE in a day or two :))
> >
> > On Fri, 16 Jul 2021 at 03:05, Ali Alhaidary  >
> > wrote:
> >
> > > Builds #325 & 326 are shown failed build, should we try them?
> > >
> > > Ali
> > >
> > > On 7/15/21 11:02 PM, Alvaro wrote:
> > > > OM 6.1.0 #326 ...Ok!
> > > >
> > > > OM 6.1.0 #325 ...Ok!
> > > >
> > >
> >
> >
> > --
> > Best regards,
> > Maxim
>
>
> --
>
>

-- 
Best regards,
Maxim


Re: OM 6.1.0 #324 ...OK

2021-07-16 Thread Maxim Solodovnik
Hello Alvaro, Ali,

sorry for extra work
I'm preparing the build step-by-step (don't have enough power to create RC
in one blow)
Will try to start a VOTE in a day or two :))

On Fri, 16 Jul 2021 at 03:05, Ali Alhaidary 
wrote:

> Builds #325 & 326 are shown failed build, should we try them?
>
> Ali
>
> On 7/15/21 11:02 PM, Alvaro wrote:
> > OM 6.1.0 #326 ...Ok!
> >
> > OM 6.1.0 #325 ...Ok!
> >
>


-- 
Best regards,
Maxim


Re: Search function on mail archive for open meetings

2021-07-16 Thread Maxim Solodovnik
sure :)

just use

https://openmeetings.markmail.org/
or
https://lists.apache.org/list.html?user@openmeetings.apache.org


On Fri, 16 Jul 2021 at 22:08, Jeffry Johnson 
wrote:

> Max,
>
> Can we get a search option on the link below to search through both the
> subjects and messages possibly?
>
> http://mail-archives.apache.org/mod_mbox/openmeetings-user
>


-- 
Best regards,
Maxim


Re: Apache OpenMeetings: a few typos that I noticed

2021-07-15 Thread Maxim Solodovnik
Hello Noel,

sorry for the misleading email :(
I thought the typos were in OpenMeetings installer
but your report was aout main site contents

The fix typos you have found these 2 files need to be changed:
https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/site/xdoc/index.xml
https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/site/xdoc/installation.xml

The changes are done and will be online with new release
Thanks for the report :)


On Sun, 11 Jul 2021 at 09:58, Maxim Solodovnik  wrote:

> Hello Noel,
>
> please join our mailing list (in CC) instead of writing personal emails :)
> more info here https://openmeetings.apache.org/mailing-lists.html
>
>
>
> On Sun, 11 Jul 2021 at 09:47, Noel J. Bergman  wrote:
>
>> Maxim,
>>
>>
>>
>> I really should look more at Apache OpenMeetings, given how much time I
>> spend professionally in Zoom, WebEx, GotoWebinar, Teams, et al.
>>
>>
>>
>> Accordingly, and with an eye for setting up an installation on my own
>> public host, I was looking at the project website, where I noticed a few
>> typos:
>>
>>
>>
>>- https://openmeetings.apache.org/: “OpenMeetings is a project of the
>>Apache”
>>That should be *The Apache Software Foundation*.
>>- https://openmeetings.apache.org/installation.html: “all Office
>>Documents into whitebaord”
>>
>> That should be *whiteboard*.
>>
>
> Maybe you can perform necessary edits at
> https://poeditor.com/join/project?hash=6UF8Mhql61 ?
> If no I will be happy to change labels myself :))
>
>
>>
>>
>> I also found https://github.com/openmeetings/openmeetings-docker, which
>> I will be looking at more closely.
>>
>>
>>
>> --- Noel
>>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: Breakout rooms

2021-07-15 Thread Maxim Solodovnik
Hello Jeffry,

by "breakout room" do you mean the possibility to move some of the
participants to another room and then get back?

it is impossible out-of-the-box :(

On Thu, 15 Jul 2021 at 17:44, Jeffry Johnson 
wrote:

>
> Hi all,
>>
>> Has anyone been able to implement breakout rooms in open meetings?
>>
>

-- 
Best regards,
Maxim


Re: How work password selected when send invitation from room

2021-07-13 Thread Maxim Solodovnik
BTW this can be improved :)
Could you please file jira?

from mobile (sorry for typos ;)


On Tue, Jul 13, 2021, 20:40 Maxim Solodovnik  wrote:

> This will work for external users only
> The link should have "hash/invitation" part  (if I remember correctly)
>
> from mobile (sorry for typos ;)
>
>
> On Tue, Jul 13, 2021, 20:36 Alvaro  wrote:
>
>> Hello Maxim,
>>
>> ´Ve tested OM 6.1.0 #323 and looks fine.
>>
>> I don´t know wich is the process when
>> send an invitation "with password" from room.
>> ´Cause dont´t ask for the password after
>> clic email link and can arrive to room
>> without asking for it.
>>
>> Could you please explain to me?
>>
>> Thanks
>>
>>
>>
>>


Re: How work password selected when send invitation from room

2021-07-13 Thread Maxim Solodovnik
This will work for external users only
The link should have "hash/invitation" part  (if I remember correctly)

from mobile (sorry for typos ;)


On Tue, Jul 13, 2021, 20:36 Alvaro  wrote:

> Hello Maxim,
>
> ´Ve tested OM 6.1.0 #323 and looks fine.
>
> I don´t know wich is the process when
> send an invitation "with password" from room.
> ´Cause dont´t ask for the password after
> clic email link and can arrive to room
> without asking for it.
>
> Could you please explain to me?
>
> Thanks
>
>
>
>


Re: Load balancing does not work

2021-07-10 Thread Maxim Solodovnik
Hello Sangeeta,

On Wed, 7 Jul 2021 at 12:41, Sangeeta Verma  wrote:

> Would it scale to 100 people with all of them on video and one
> screensharing?
>

I doubt open source clustering solution will scale for 100 video streams in
one room
Sebastian have commercial cluster
https://openmeetings.apache.org/commercial-support.html#cloud-based-hosting-for-openmeetings
Please contact him :))


> On Tuesday, July 6, 2021, 04:52:57 PM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
>
>
> from mobile (sorry for typos ;)
>
>
> On Wed, Jul 7, 2021, 02:46 Sangeeta Verma  wrote:
>
> Thank you for the continued support.
> So if the user1 is entering room1 at server 1
> and user2 is entering room1 at server 2 , shouldn't we see two connections
> in admin. -> connections menu, saying one Server Name as server1 and the
> other as Server 2 ?
>
>
> Well it depends :)
> If the configuration is clustered and users are entering same room, they
> should see each other
>
> The simpliest solution in such case to move them to one same server :)
>
>
>
> Thank you,
> Sincerely,
> Sunny
> 925-918-0527
>
> On Thursday, July 1, 2021, 12:06:28 AM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Hello Sangeeta,
>
> unfortunately there seems to be not enough details
>
> clustering in OM is room based
> so you need to
> 1) as user1 enter the room1 at server1
> 2) as user2 enter the room1 at server2
> Expected result: user2 should be redirected to server1, user1 and user2
> can see each other
>
> 1) as user1 enter the room1 at server1
> 2) as user2 enter the room2 at server1
> Expected result: user2 should be redirected to server2
>
>
> On Thu, 1 Jul 2021 at 10:23, Sangeeta Verma 
> wrote:
>
> Also another thing we noticed is, there is no information about the server
> which is the actual host in the URL generated. Does that matter at all?
>
> Thank you so much to all who helped.
>
> Regards,
> Sangeeta
>
> On Wednesday, June 30, 2021, 08:15:57 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Here is an update on trying clustering with just two servers. nginx is
> sending it to proper servers without the meeting open to basic page. We
> have seen it in logs.
>
> we followed through this link
> https://openmeetings.apache.org/Clustering.html  . Thanks to Maxim.
> But what is happening now is that the link generated for attendees
> correctly opens up by the meeting attendees. Earlier it was saying link
> expired or already used. Now it is opening up correctly but it is not
> joining the original meeting. No attendees are seen by either the host or
> the attendees. Looks like they are the only one for their meeting.
>
> Everything including startup of the servers etc went fine. On login to
> administration, the connections from Administration menu only shows two
> connection and shows correct server name, one for the admin and the other
> for the host. The other attendee is not shown.
>
> Please help.
>
> Thanks,
> Best regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 09:10:01 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Thank you for the response. Not sure if this page was looked into. I will
> go through this and get back.
> Once again thanks to Maxim for the respose.
>
> Regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 05:32:53 PM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Did you read this doc: https://openmeetings.apache.org/Clustering.html ?
> Was it helpful?
> what is not working?
>
> On Thu, 24 Jun 2021 at 12:00, Sangeeta Verma 
> wrote:
>
> Hi All,
> We are trying out load balancing. given that the media server is pretty
> good, we are not sure if it can scale upto 100 users. Scaling about 50
> users is enough for us.
> We installed in two different servers in the following way
> OM in two different servers
> Kurento - in two different servers
> Database shared between two
>
> But this option does not work
>
> Any idea what else to be done? Since link is available and correct ..
> shouldn't it go to that particular server? But it is not and giving link
> already used error
>
> Please help
>
> Thanks and regards,
> Sangeeta
>
>
>
> --
> Best regards,
> Maxim
>
>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: Apache OpenMeetings: a few typos that I noticed

2021-07-10 Thread Maxim Solodovnik
Hello Noel,

please join our mailing list (in CC) instead of writing personal emails :)
more info here https://openmeetings.apache.org/mailing-lists.html



On Sun, 11 Jul 2021 at 09:47, Noel J. Bergman  wrote:

> Maxim,
>
>
>
> I really should look more at Apache OpenMeetings, given how much time I
> spend professionally in Zoom, WebEx, GotoWebinar, Teams, et al.
>
>
>
> Accordingly, and with an eye for setting up an installation on my own
> public host, I was looking at the project website, where I noticed a few
> typos:
>
>
>
>- https://openmeetings.apache.org/: “OpenMeetings is a project of the
>Apache”
>That should be *The Apache Software Foundation*.
>- https://openmeetings.apache.org/installation.html: “all Office
>Documents into whitebaord”
>
> That should be *whiteboard*.
>

Maybe you can perform necessary edits at
https://poeditor.com/join/project?hash=6UF8Mhql61 ?
If no I will be happy to change labels myself :))


>
>
> I also found https://github.com/openmeetings/openmeetings-docker, which I
> will be looking at more closely.
>
>
>
> --- Noel
>


-- 
Best regards,
Maxim


Re: Only as curiosity in any OM release

2021-07-08 Thread Maxim Solodovnik
Hello Alvaro,

this behavior needs to be investigated :)
But I need much more details :(
Let's take a look at it a bit later :)

On Thu, 8 Jul 2021 at 20:57, Alvaro  wrote:

>
> Hi Maxim,
>
> Attached two captures only as curiosity.
> The big window dimensions are with any
> OM release and Firefox or Safari in any
> OSx.
>
>
> ..
>
>
>

-- 
Best regards,
Maxim


Re: Load balancing does not work

2021-07-06 Thread Maxim Solodovnik
from mobile (sorry for typos ;)


On Wed, Jul 7, 2021, 02:46 Sangeeta Verma  wrote:

> Thank you for the continued support.
> So if the user1 is entering room1 at server 1
> and user2 is entering room1 at server 2 , shouldn't we see two connections
> in admin. -> connections menu, saying one Server Name as server1 and the
> other as Server 2 ?
>

Well it depends :)
If the configuration is clustered and users are entering same room, they
should see each other

The simpliest solution in such case to move them to one same server :)


>
> Thank you,
> Sincerely,
> Sunny
> 925-918-0527
>
> On Thursday, July 1, 2021, 12:06:28 AM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Hello Sangeeta,
>
> unfortunately there seems to be not enough details
>
> clustering in OM is room based
> so you need to
> 1) as user1 enter the room1 at server1
> 2) as user2 enter the room1 at server2
> Expected result: user2 should be redirected to server1, user1 and user2
> can see each other
>
> 1) as user1 enter the room1 at server1
> 2) as user2 enter the room2 at server1
> Expected result: user2 should be redirected to server2
>
>
> On Thu, 1 Jul 2021 at 10:23, Sangeeta Verma 
> wrote:
>
> Also another thing we noticed is, there is no information about the server
> which is the actual host in the URL generated. Does that matter at all?
>
> Thank you so much to all who helped.
>
> Regards,
> Sangeeta
>
> On Wednesday, June 30, 2021, 08:15:57 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Here is an update on trying clustering with just two servers. nginx is
> sending it to proper servers without the meeting open to basic page. We
> have seen it in logs.
>
> we followed through this link
> https://openmeetings.apache.org/Clustering.html  . Thanks to Maxim.
> But what is happening now is that the link generated for attendees
> correctly opens up by the meeting attendees. Earlier it was saying link
> expired or already used. Now it is opening up correctly but it is not
> joining the original meeting. No attendees are seen by either the host or
> the attendees. Looks like they are the only one for their meeting.
>
> Everything including startup of the servers etc went fine. On login to
> administration, the connections from Administration menu only shows two
> connection and shows correct server name, one for the admin and the other
> for the host. The other attendee is not shown.
>
> Please help.
>
> Thanks,
> Best regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 09:10:01 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Thank you for the response. Not sure if this page was looked into. I will
> go through this and get back.
> Once again thanks to Maxim for the respose.
>
> Regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 05:32:53 PM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Did you read this doc: https://openmeetings.apache.org/Clustering.html ?
> Was it helpful?
> what is not working?
>
> On Thu, 24 Jun 2021 at 12:00, Sangeeta Verma 
> wrote:
>
> Hi All,
> We are trying out load balancing. given that the media server is pretty
> good, we are not sure if it can scale upto 100 users. Scaling about 50
> users is enough for us.
> We installed in two different servers in the following way
> OM in two different servers
> Kurento - in two different servers
> Database shared between two
>
> But this option does not work
>
> Any idea what else to be done? Since link is available and correct ..
> shouldn't it go to that particular server? But it is not and giving link
> already used error
>
> Please help
>
> Thanks and regards,
> Sangeeta
>
>
>
> --
> Best regards,
> Maxim
>
>
>
> --
> Best regards,
> Maxim
>


Re: Load balancing does not work

2021-07-01 Thread Maxim Solodovnik
Hello Sangeeta,

unfortunately there seems to be not enough details

clustering in OM is room based
so you need to
1) as user1 enter the room1 at server1
2) as user2 enter the room1 at server2
Expected result: user2 should be redirected to server1, user1 and user2 can
see each other

1) as user1 enter the room1 at server1
2) as user2 enter the room2 at server1
Expected result: user2 should be redirected to server2


On Thu, 1 Jul 2021 at 10:23, Sangeeta Verma  wrote:

> Also another thing we noticed is, there is no information about the server
> which is the actual host in the URL generated. Does that matter at all?
>
> Thank you so much to all who helped.
>
> Regards,
> Sangeeta
>
> On Wednesday, June 30, 2021, 08:15:57 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Here is an update on trying clustering with just two servers. nginx is
> sending it to proper servers without the meeting open to basic page. We
> have seen it in logs.
>
> we followed through this link
> https://openmeetings.apache.org/Clustering.html  . Thanks to Maxim.
> But what is happening now is that the link generated for attendees
> correctly opens up by the meeting attendees. Earlier it was saying link
> expired or already used. Now it is opening up correctly but it is not
> joining the original meeting. No attendees are seen by either the host or
> the attendees. Looks like they are the only one for their meeting.
>
> Everything including startup of the servers etc went fine. On login to
> administration, the connections from Administration menu only shows two
> connection and shows correct server name, one for the admin and the other
> for the host. The other attendee is not shown.
>
> Please help.
>
> Thanks,
> Best regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 09:10:01 PM PDT, Sangeeta Verma <
> soadevelop...@yahoo.com> wrote:
>
>
> Thank you for the response. Not sure if this page was looked into. I will
> go through this and get back.
> Once again thanks to Maxim for the respose.
>
> Regards,
> Sangeeta
>
> On Thursday, June 24, 2021, 05:32:53 PM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Did you read this doc: https://openmeetings.apache.org/Clustering.html ?
> Was it helpful?
> what is not working?
>
> On Thu, 24 Jun 2021 at 12:00, Sangeeta Verma 
> wrote:
>
> Hi All,
> We are trying out load balancing. given that the media server is pretty
> good, we are not sure if it can scale upto 100 users. Scaling about 50
> users is enough for us.
> We installed in two different servers in the following way
> OM in two different servers
> Kurento - in two different servers
> Database shared between two
>
> But this option does not work
>
> Any idea what else to be done? Since link is available and correct ..
> shouldn't it go to that particular server? But it is not and giving link
> already used error
>
> Please help
>
> Thanks and regards,
> Sangeeta
>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: OM 6.1.0 #314 Safari 14.1.1 Recordings and share desktop works right!

2021-06-30 Thread Maxim Solodovnik
As I can see there are issues with the calendar :(
will check it first

On Wed, 30 Jun 2021 at 18:04, Ali Alhaidary 
wrote:

> Sure...
>
> Ali
>
> On 6/30/21 1:10 PM, Alvaro wrote:
> > Yes,
> >
> >
> > ...
> >
> >
> > On Wed, 30 Jun 2021 15:08:50 +0700
> > Maxim Solodovnik  wrote:
> >
> >> Thanks for checking Alvaro!
> >>
> >> @All, is it time for the 6.1.0 release?
> >>
> >> On Mon, 28 Jun 2021 at 20:55, Alvaro  wrote:
> >>
> >>> Bravo Maxim, you get it!
> >>>
> >>> Scenario:
> >>>
> >>> # OM 6.1.0 # 314 - installed on Arch Linux.
> >>>
> >>> # User "A" on Arch Linux Firefox.
> >>>
> >>> # User "B" on OSx 10.15.7 - Safari 14.1.1
> >>>
> >>> ...later user "B" on OSx 11.4 - safari 14.1.1
> >>>
> >>> # Recordings works right on both OSx - Safari 14.1.1
> >>>
> >>> # Share desktop works right in both senses.
> >>>
> >>> ...Bravo!!
> >>>
> >>
> >> --
> >> Best regards,
> >> Maxim
> >
>


-- 
Best regards,
Maxim


Re: OM 6.1.0 #314 Safari 14.1.1 Recordings and share desktop works right!

2021-06-30 Thread Maxim Solodovnik
Thanks for checking Alvaro!

@All, is it time for the 6.1.0 release?

On Mon, 28 Jun 2021 at 20:55, Alvaro  wrote:

> Bravo Maxim, you get it!
>
> Scenario:
>
> # OM 6.1.0 # 314 - installed on Arch Linux.
>
> # User "A" on Arch Linux Firefox.
>
> # User "B" on OSx 10.15.7 - Safari 14.1.1
>
> ...later user "B" on OSx 11.4 - safari 14.1.1
>
> # Recordings works right on both OSx - Safari 14.1.1
>
> # Share desktop works right in both senses.
>
> ...Bravo!!
>


-- 
Best regards,
Maxim


Re: Load balancing does not work

2021-06-24 Thread Maxim Solodovnik
Did you read this doc: https://openmeetings.apache.org/Clustering.html ?
Was it helpful?
what is not working?

On Thu, 24 Jun 2021 at 12:00, Sangeeta Verma 
wrote:

> Hi All,
> We are trying out load balancing. given that the media server is pretty
> good, we are not sure if it can scale upto 100 users. Scaling about 50
> users is enough for us.
> We installed in two different servers in the following way
> OM in two different servers
> Kurento - in two different servers
> Database shared between two
>
> But this option does not work
>
> Any idea what else to be done? Since link is available and correct ..
> shouldn't it go to that particular server? But it is not and giving link
> already used error
>
> Please help
>
> Thanks and regards,
> Sangeeta
>


-- 
Best regards,
Maxim


Re: Same email address used by multiple users

2021-06-24 Thread Maxim Solodovnik
On Thu, 24 Jun 2021 at 20:39, Mario Vittorio Guenzi 
wrote:

>
>
> Il 24/06/21 15:30, Maxim Solodovnik ha scritto:
> >
> >
> > from mobile (sorry for typos ;)
> >
>
> Many thanks and no problem
>
> >
> > On Thu, Jun 24, 2021, 19:43 Mario Vittorio Guenzi  > <mailto:jcl...@tiscali.it>> wrote:
> >
> > Many thanks Maxim,
> > I had thought about being sincere, but then I also thought that Mario
> > and Francesco may need to talk to two different people at the same
> time,
> > and then send invitations and anything else, if they have a @local
> > address they can't do it I think.
> >
> >
> > They can send invitations 
> > Just set up mail server :)
>
> This work properly I have tested in this morning
>
> >
> > Only reminders will not work
> >
> > You do need valid email addresses to have email related functionality ...
> >
> > Emails should be unique since users can login with email as identifier
> 
> >
>
> My question is is possible that mario send an invitations to
> some...@firm1.com at 09.00 AM from sa...@myfirm.com and Francesco send
> an invitation at somen...@otherfirm.it at same hour from sa...@myfirm.com?
> Don't the two conferences overlap?
>

Overlapping is controlled by rooms (not senders)
Just create enough rooms
and/or use calendar to ensure schedule :))


> If it doesn't happen I have been fixed and happy, and they too :)
> And we all thank you very much
>
>
>
>
>
> >
>
> --
>
> Mario Vittorio Guenzi
> E-mail jcl...@tiscali.it
> Si vis pacem, para bellum
>
>

-- 
Best regards,
Maxim


Re: Same email address used by multiple users

2021-06-24 Thread Maxim Solodovnik
from mobile (sorry for typos ;)


On Thu, Jun 24, 2021, 19:43 Mario Vittorio Guenzi  wrote:

> Many thanks Maxim,
> I had thought about being sincere, but then I also thought that Mario
> and Francesco may need to talk to two different people at the same time,
> and then send invitations and anything else, if they have a @local
> address they can't do it I think.
>

They can send invitations 
Just set up mail server :)

Only reminders will not work

You do need valid email addresses to have email related functionality ...

Emails should be unique since users can login with email as identifier 


> Il 24/06/21 14:13, Maxim Solodovnik ha scritto:
> > Hello Mario,
> >
> > emails are being used in the system to
> > 1) send appointment reminders
> > 2) to validate self-registered users
> > 3) some other notification tasks
> >
> > if you don't need all above
> > you can create your users with addresses like Mario.Bianchi@local
> > and configure no email server :)))
> >
> > On Thu, 24 Jun 2021 at 15:54, Mario Vittorio Guenzi  > <mailto:jcl...@tiscali.it>> wrote:
>
>
> --
>
> Mario Vittorio Guenzi
> E-mail jcl...@tiscali.it
> Si vis pacem, para bellum
>
>


Re: Same email address used by multiple users

2021-06-24 Thread Maxim Solodovnik
Hello Mario,

emails are being used in the system to
1) send appointment reminders
2) to validate self-registered users
3) some other notification tasks

if you don't need all above
you can create your users with addresses like Mario.Bianchi@local
and configure no email server :)))

On Thu, 24 Jun 2021 at 15:54, Mario Vittorio Guenzi 
wrote:

> Goodmorning everyone,
> First I apologize for my terrible English.
> I would like to use OpenMeetings within our company, but I have a
> question about email addresses that I would like to submit, we don't
> have personal addresses of the name type.name.surn...@myfirm.com, we
> have them for departments sa...@myfirm.com product...@myfirm.com etc.
> If I wanted to create an account for example at Mario Bianchi of
> sa...@myfirm.com and also Francesco Rossi of the same department with
> the same email address tells me that I can't because the address has
> already been used, and the email field is mandatory.
> Is there a way to solve this problem?
> I thank you in advance and greet
> --
>
> Mario Vittorio Guenzi
> E-mail jcl...@tiscali.it
> Si vis pacem, para bellum
>
>

-- 
Best regards,
Maxim


Re: Load balancing does not work

2021-06-23 Thread Maxim Solodovnik
Please check this doc: https://openmeetings.apache.org/Clustering.html

On Thu, 24 Jun 2021 at 12:00, Sangeeta Verma 
wrote:

> Hi All,
> We are trying out load balancing. given that the media server is pretty
> good, we are not sure if it can scale upto 100 users. Scaling about 50
> users is enough for us.
> We installed in two different servers in the following way
> OM in two different servers
> Kurento - in two different servers
> Database shared between two
>
> But this option does not work
>
> Any idea what else to be done? Since link is available and correct ..
> shouldn't it go to that particular server? But it is not and giving link
> already used error
>
> Please help
>
> Thanks and regards,
> Sangeeta
>


-- 
Best regards,
Maxim


Re: error in 6.1.0 build 310

2021-06-18 Thread Maxim Solodovnik
On Fri, 18 Jun 2021 at 20:12, Ali Alhaidary 
wrote:

> Yes, we are thinking of putting cheat sheets urls (it is not cheating ;-))
> for students in different groups, but it would be better if the menu
> caption is not displayed if the group does not have extra,
>

I'll check this


> and added in the admin list so that teachers can put their own urls...
>

Group admin should be able to create extra for the group
BUT the room should be assigned to the group .


> Arabic translation is not merged yet...
>
> Ali
> On 6/18/21 3:03 PM, Maxim Solodovnik wrote:
>
> great :)
>
> Please let me know if the new extra menu is useful :)
>
> On Fri, 18 Jun 2021 at 18:55, Ali Alhaidary 
> wrote:
>
>> It seems that it was my bad :-)
>>
>> When added the needed line it was not saved (somehow). After making sure
>> that the line was added and the file `persistence.xml` was saved all
>> working as expected. :-)
>>
>> Thanks so much Max...
>>
>> Ali
>> On 6/18/21 2:35 PM, Maxim Solodovnik wrote:
>>
>> Could you please ensure persistence.xml was updated (without any prefix)
>>
>> If so please share fresh logs :)
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Fri, Jun 18, 2021, 17:56 Ali Alhaidary 
>> wrote:
>>
>>> I have added the line
>>>
>>> org.apache.openmeetings.db.entity.room.ExtraMenu
>>>
>>> and restarted the server, but with the same error...
>>>
>>> Ali
>>> On 6/18/21 1:38 PM, Ali Alhaidary wrote:
>>>
>>> Thank you, however, I could not find any modification in persistence.xml
>>> for builds 308, 309 and 310
>>>
>>> Ali
>>> On 6/18/21 11:59 AM, Maxim Solodovnik wrote:
>>>
>>> It seems you have replaced `persistence.xml` instead of patching .
>>> ;)))
>>>
>>> On Fri, 18 Jun 2021 at 15:52, Ali Alhaidary 
>>> wrote:
>>>
>>>> Hi Max,
>>>>
>>>> Attached log file, and screen shot for the error.
>>>>
>>>> Login as admin, ADMINISTRATION-->EXTRA MENU
>>>>
>>>> Ali
>>>> On 6/18/21 11:08 AM, Maxim Solodovnik wrote:
>>>>
>>>> Hello Ali,
>>>>
>>>> Could you provide a bigger stack trace?
>>>> and/or steps to reproduce?
>>>>
>>>> On Fri, 18 Jun 2021 at 15:07, Ali Alhaidary <
>>>> ali.alhaid...@the5stars.org> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> we are getting the following error:
>>>>>
>>>>> ERROR 06-18 07:44:19.875 o.a.w.DefaultExceptionMapper:170
>>>>> [nio-5443-exec-2] - Unexpected error occurred
>>>>> org.apache.wicket.WicketRuntimeException: Error attaching this
>>>>> container
>>>>> for rendering: [WebMarkupContainer [Component id = list]]
>>>>>
>>>>> I am assuming there is db modification for the customized menu, what
>>>>> is
>>>>> for upgrading please?
>>>>>
>>>>> Ali
>>>>>
>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: error in 6.1.0 build 310

2021-06-18 Thread Maxim Solodovnik
great :)

Please let me know if the new extra menu is useful :)

On Fri, 18 Jun 2021 at 18:55, Ali Alhaidary 
wrote:

> It seems that it was my bad :-)
>
> When added the needed line it was not saved (somehow). After making sure
> that the line was added and the file `persistence.xml` was saved all
> working as expected. :-)
>
> Thanks so much Max...
>
> Ali
> On 6/18/21 2:35 PM, Maxim Solodovnik wrote:
>
> Could you please ensure persistence.xml was updated (without any prefix)
>
> If so please share fresh logs :)
>
> from mobile (sorry for typos ;)
>
>
> On Fri, Jun 18, 2021, 17:56 Ali Alhaidary 
> wrote:
>
>> I have added the line
>>
>> org.apache.openmeetings.db.entity.room.ExtraMenu
>>
>> and restarted the server, but with the same error...
>>
>> Ali
>> On 6/18/21 1:38 PM, Ali Alhaidary wrote:
>>
>> Thank you, however, I could not find any modification in persistence.xml
>> for builds 308, 309 and 310
>>
>> Ali
>> On 6/18/21 11:59 AM, Maxim Solodovnik wrote:
>>
>> It seems you have replaced `persistence.xml` instead of patching .
>> ;)))
>>
>> On Fri, 18 Jun 2021 at 15:52, Ali Alhaidary 
>> wrote:
>>
>>> Hi Max,
>>>
>>> Attached log file, and screen shot for the error.
>>>
>>> Login as admin, ADMINISTRATION-->EXTRA MENU
>>>
>>> Ali
>>> On 6/18/21 11:08 AM, Maxim Solodovnik wrote:
>>>
>>> Hello Ali,
>>>
>>> Could you provide a bigger stack trace?
>>> and/or steps to reproduce?
>>>
>>> On Fri, 18 Jun 2021 at 15:07, Ali Alhaidary 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> we are getting the following error:
>>>>
>>>> ERROR 06-18 07:44:19.875 o.a.w.DefaultExceptionMapper:170
>>>> [nio-5443-exec-2] - Unexpected error occurred
>>>> org.apache.wicket.WicketRuntimeException: Error attaching this
>>>> container
>>>> for rendering: [WebMarkupContainer [Component id = list]]
>>>>
>>>> I am assuming there is db modification for the customized menu, what is
>>>> for upgrading please?
>>>>
>>>> Ali
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>

-- 
Best regards,
Maxim


Re: error in 6.1.0 build 310

2021-06-18 Thread Maxim Solodovnik
Could you please ensure persistence.xml was updated (without any prefix)

If so please share fresh logs :)

from mobile (sorry for typos ;)


On Fri, Jun 18, 2021, 17:56 Ali Alhaidary 
wrote:

> I have added the line
>
> org.apache.openmeetings.db.entity.room.ExtraMenu
>
> and restarted the server, but with the same error...
>
> Ali
> On 6/18/21 1:38 PM, Ali Alhaidary wrote:
>
> Thank you, however, I could not find any modification in persistence.xml
> for builds 308, 309 and 310
>
> Ali
> On 6/18/21 11:59 AM, Maxim Solodovnik wrote:
>
> It seems you have replaced `persistence.xml` instead of patching . ;)))
>
> On Fri, 18 Jun 2021 at 15:52, Ali Alhaidary 
> wrote:
>
>> Hi Max,
>>
>> Attached log file, and screen shot for the error.
>>
>> Login as admin, ADMINISTRATION-->EXTRA MENU
>>
>> Ali
>> On 6/18/21 11:08 AM, Maxim Solodovnik wrote:
>>
>> Hello Ali,
>>
>> Could you provide a bigger stack trace?
>> and/or steps to reproduce?
>>
>> On Fri, 18 Jun 2021 at 15:07, Ali Alhaidary 
>> wrote:
>>
>>> Hi,
>>>
>>> we are getting the following error:
>>>
>>> ERROR 06-18 07:44:19.875 o.a.w.DefaultExceptionMapper:170
>>> [nio-5443-exec-2] - Unexpected error occurred
>>> org.apache.wicket.WicketRuntimeException: Error attaching this container
>>> for rendering: [WebMarkupContainer [Component id = list]]
>>>
>>> I am assuming there is db modification for the customized menu, what is
>>> for upgrading please?
>>>
>>> Ali
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>


Re: error in 6.1.0 build 310

2021-06-18 Thread Maxim Solodovnik
It seems you have replaced `persistence.xml` instead of patching . ;)))

On Fri, 18 Jun 2021 at 15:52, Ali Alhaidary 
wrote:

> Hi Max,
>
> Attached log file, and screen shot for the error.
>
> Login as admin, ADMINISTRATION-->EXTRA MENU
>
> Ali
> On 6/18/21 11:08 AM, Maxim Solodovnik wrote:
>
> Hello Ali,
>
> Could you provide a bigger stack trace?
> and/or steps to reproduce?
>
> On Fri, 18 Jun 2021 at 15:07, Ali Alhaidary 
> wrote:
>
>> Hi,
>>
>> we are getting the following error:
>>
>> ERROR 06-18 07:44:19.875 o.a.w.DefaultExceptionMapper:170
>> [nio-5443-exec-2] - Unexpected error occurred
>> org.apache.wicket.WicketRuntimeException: Error attaching this container
>> for rendering: [WebMarkupContainer [Component id = list]]
>>
>> I am assuming there is db modification for the customized menu, what is
>> for upgrading please?
>>
>> Ali
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: error in 6.1.0 build 310

2021-06-18 Thread Maxim Solodovnik
Hello Ali,

Could you provide a bigger stack trace?
and/or steps to reproduce?

On Fri, 18 Jun 2021 at 15:07, Ali Alhaidary 
wrote:

> Hi,
>
> we are getting the following error:
>
> ERROR 06-18 07:44:19.875 o.a.w.DefaultExceptionMapper:170
> [nio-5443-exec-2] - Unexpected error occurred
> org.apache.wicket.WicketRuntimeException: Error attaching this container
> for rendering: [WebMarkupContainer [Component id = list]]
>
> I am assuming there is db modification for the customized menu, what is
> for upgrading please?
>
> Ali
>
>

-- 
Best regards,
Maxim


Re: [HELP NEEDED] Mac access

2021-06-16 Thread Maxim Solodovnik
Hello All,

It seems I need Mac access to investigate OPENMEETINGS-2587
<https://issues.apache.org/jira/browse/OPENMEETINGS-2587>
Please let me know privately if you can provide remote access to Safari
14.1.1+ :)))

Thanks in advance :)

On Thu, 4 Mar 2021 at 15:13, Ali Alhaidary 
wrote:

> More than welcome. v12 and above...
>
> Ali
> On 3/4/21 10:05 AM, Maxim Solodovnik wrote:
>
> Thanks a lot for the testing Ali :)
>
> What is version of Safari are you using?
>
> On Thu, 4 Mar 2021 at 14:03, Ali Alhaidary 
> wrote:
>
>> 6.0.0 snapshot build#265:
>>
>> Mac OSX: Safari client sound is not transmitted to others. Chrome and FF
>> works as expected.
>>
>> iOS (iPhone and iPad): Safari, FF and chrome client sound is not
>> transmitted to others, however, we noticed that if clients on iOS activate
>> the mic, there will be some echo from clients that are not on iOS or OSX.
>>
>>
>> Ali
>> On 3/3/21 7:52 PM, Ali Alhaidary wrote:
>>
>>
>> On 3/3/21 7:43 PM, Maxim Solodovnik wrote:
>>
>> I would appreciate if Mac owners can check if these 2 issues
>> https://issues.apache.org/jira/browse/OPENMEETINGS-2412
>> https://issues.apache.org/jira/browse/OPENMEETINGS-2277
>> are not reproducible anymore in Safari :)
>>
>> (want to close them for a lng time :)))
>>
>> Will do some testing afternoon (GMT-8)
>>
>>
>> On Wed, 3 Mar 2021 at 23:40, Ali Alhaidary 
>> wrote:
>>
>>>
>>> On 3/3/21 7:34 PM, Maxim Solodovnik wrote:
>>>
>>> I guess this might be this one:
>>> https://issues.apache.org/jira/browse/OPENMEETINGS-2277
>>>
>>> This one is fixed now, for me, safari, chrome and FF are working as
>>> expected on OSX (Mac).
>>>
>>> According to my previous tests sound should work as Safari 14+ on
>>> non-mobile Macs
>>> What is the current Safari version?
>>> Does it work as expected?
>>>
>>> Only audio is not transmitted from iOS devices (iPhone and iPad).
>>>
>> By 'transmit' I mean voice on the iOS client does not reach others :-),
>> the same iOS client can hear others, even screen sharing and video playing.
>>
>>
>>>
>>> On Wed, 3 Mar 2021 at 23:14, Ali Alhaidary 
>>> wrote:
>>>
>>>> Great job :-)
>>>>
>>>> Now the room works on safari, chrome and ff on OSX and iOS
>>>>
>>>> However, on iOS (iPhone and iPad), it does not transmit audio (it does
>>>> transmit video) :-(
>>>>
>>>> Ali
>>>> On 3/3/21 6:46 PM, Maxim Solodovnik wrote:
>>>>
>>>> Hopefully both are fixed :)
>>>>
>>>> Thanks for the Mac Jason!
>>>>
>>>> On Wed, 3 Mar 2021 at 19:36, Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> The room is loaded in FF ...
>>>>> this is FF for Mac specific issue ...
>>>>>
>>>>> On Wed, 3 Mar 2021 at 18:56, Ali Alhaidary <
>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>
>>>>>> could not reproduce OPENMEETINGS-2507 on Mac because the room did not
>>>>>> load :-)
>>>>>>
>>>>>> Ali
>>>>>> On 3/3/21 2:40 PM, Maxim Solodovnik wrote:
>>>>>>
>>>>>> OPENMEETINGS-2507 is reproducible in FF on Jason's Mac (one need to
>>>>>> turn ON camera in presentation room)
>>>>>>
>>>>>> On Wed, 3 Mar 2021 at 18:29, Ali Alhaidary <
>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>
>>>>>>> OPENMEETINGS-2583 confirmed
>>>>>>>
>>>>>>> OPENMEETINGS-2507 could not reproduce it.
>>>>>>>
>>>>>>> Ali
>>>>>>> On 3/3/21 10:44 AM, Maxim Solodovnik wrote:
>>>>>>>
>>>>>>> Thanks Jason!
>>>>>>>
>>>>>>> @Ali can you please check if OPENMEETINGS-2583 and OPENMEETINGS-2507
>>>>>>> are reproducible for you on your Mac?
>>>>>>>
>>>>>>> On Wed, 3 Mar 2021 at 14:42, Jason  wrote:
>>>>>>>
>>>>>>>> Same login. Info as before.  Use it anytime you need it is on and
>>>>>>>> waiting .
>>>>>>>>
>>>>>>>> Jason
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wednesday, Mar 03, 2021 at 12:55 AM, Ali Alhaidary <
>>>>>>>> ali.alhaid...@the5stars.org> wrote:
>>>>>>>>
>>>>>>>> My MAC is also under your disposal
>>>>>>>>
>>>>>>>> Ali
>>>>>>>> On 3/3/21 8:07 AM, Maxim Solodovnik wrote:
>>>>>>>>
>>>>>>>> Hello All,
>>>>>>>>
>>>>>>>> To reproduce and fix OPENMEETINGS-2583
>>>>>>>> <https://issues.apache.org/jira/browse/OPENMEETINGS-2583> I need
>>>>>>>> access to Safari browser
>>>>>>>> Maybe someone can privately share their Mac with me (in guest mode)?
>>>>>>>>
>>>>>>>> It would be great to also have access to FF browser, to check this
>>>>>>>> one: OPENMEETINGS-2507
>>>>>>>> <https://issues.apache.org/jira/browse/OPENMEETINGS-2507> :)))
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks in advance :)
>>>>>>>>
>>>>>>>> --
>>>>>>>> Best regards,
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best regards,
>>>>>>> Maxim
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Maxim
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


<    1   2   3   4   5   6   7   8   9   10   >