Re: Upgrade from M2 to M4

2020-07-07 Thread Maxim Solodovnik
I would recommend you to waitfor the next release
Then upgrade using standard process:
https://openmeetings.apache.org/Upgrade.html

(from mobile, sorry for typos)

On Wed, Jul 8, 2020, 12:26 Jason  wrote:

> I am using the hard disk install from: OpenMeetings 5.0.0-M2 on Ubuntu
> 18.04 Live.iso, if that makes a difference in the upgrade process.
>
> J
>


Re: Upgrade from M2 to M4

2020-07-07 Thread Jason
I am using the hard disk install from: OpenMeetings 5.0.0-M2 on Ubuntu 18.04 
Live.iso, if that makes a difference in the upgrade process. 

J 


Re: iPad use?

2020-07-07 Thread Stefan Kühl
Morning, 


maybe that suffers on app restrictions at ios?

Greetz 

Stefan 


Am 08.07.2020 07:08, schrieb Jason:

Ok, if you need help testing let me know.  I am willing to test as needed. 

I appreciate all your hard work! 


J

Re: iPad use?

2020-07-07 Thread Jason
Ok, if you need help testing let me know. I am willing to test as needed. 

I appreciate all your hard work! 

J 


Re: iPad use?

2020-07-07 Thread Maxim Solodovnik
so we have known bug on Safari
and weird limitations on Chrome/FF (should be googled)

I'll try to check Safari before release (in 1-2 weeks)

On Wed, 8 Jul 2020 at 11:58, Jason Romo  wrote:

> Ok I tested.  Seems video works, audio from server works.  But I can't
> hear the Mic from the iPad.  It seems to be the same for chrome and FF.
> But I do see the error: enumerateDevices() not supported with chrome and
> FF.   I see no errors with Safari.
>
> J
>


-- 
Best regards,
Maxim


Re: iPad use?

2020-07-07 Thread Jason Romo
Ok I tested. Seems video works, audio from server works. But I can't hear the 
Mic from the iPad. It seems to be the same for chrome and FF. But I do see the 
error: enumerateDevices() not supported with chrome and FF. I see no errors 
with Safari. 

J 


Re: iPad use?

2020-07-07 Thread Maxim Solodovnik
KMS was down
Please try now :)

On Wed, 8 Jul 2020 at 11:27, Jason Romo  wrote:

> Well it seems even Mac OSX doesn't work. I get: Multimedia server is
> inaccessible. On both devices.
>
> Is the demo server working?
>
> J
>
>

-- 
Best regards,
Maxim


Upgrade from M2 to M4

2020-07-07 Thread Jason Romo
What is the best method to upgrade from M2 to M4? I do have valid SSL certs 
running. I would like not break the install if possible. I do like the new 
changes to the interface! It looks great! 


Re: iPad use?

2020-07-07 Thread Jason Romo
Well it seems even Mac OSX doesn't work. I get: Multimedia server is 
inaccessible. On both devices. 

Is the demo server working? 

J 



Re: iPad use?

2020-07-07 Thread Maxim Solodovnik
Can you check if things are better at demo-next:
https://om.alteametasoft.com:8443/next ?

On Wed, 8 Jul 2020 at 11:06, Jason Romo  wrote:

> I tried with FF and chrome and those even seemed to do worse.  They throw
> javascript errors.  No video.  I am willing to test any browsers.  I have
> an iPad Pro 2020 with Magic Keyboard, pen running the latest iOS.  I use it
> a lot just to draw and turn off the audio and video and join with a second
> account just to have the pen to draw.  It works well for that, but now
> people want to use their iPads instead.
>
> So is a patch planned for M5 to fix the audio issue?  I also notice the
> inbound video is not working.  I am still on M2.  So could be something
> that was fixed in M3 or M4 release.
>
> j
>


-- 
Best regards,
Maxim


Re: iPad use?

2020-07-07 Thread Jason Romo
I tried with FF and chrome and those even seemed to do worse. They throw 
javascript errors. No video. I am willing to test any browsers. I have an iPad 
Pro 2020 with Magic Keyboard, pen running the latest iOS. I use it a lot just 
to draw and turn off the audio and video and join with a second account just to 
have the pen to draw. It works well for that, but now people want to use their 
iPads instead. 

So is a patch planned for M5 to fix the audio issue? I also notice the inbound 
video is not working. I am still on M2. So could be something that was fixed in 
M3 or M4 release. 

j 


Re: iPad use?

2020-07-07 Thread Maxim Solodovnik
Hello Jason,

AFAIK we only have one issue
https://issues.apache.org/jira/browse/OPENMEETINGS-2277
FF and Chrome should work

But unfortunately I don't have iPad to test so can't tell for sure :(

On Wed, 8 Jul 2020 at 10:38, Jason Romo  wrote:

> Hello all!
> Has anyone been able to get iPads to work for joining a meeting?  I mean
> working video in, audio.  It seems whiteboard, video out work fine.  But
> these are issues on Safari: not receiving video, not hearing any audio
> (both ways) and no mic out from the iPad user.  I tested with Firefox and
> Chrome also.  Latest builds in app store as of the time of this email.
> Only Safari seemed to work a little.
>
> Thanks,
> J
>


-- 
Best regards,
Maxim


iPad use?

2020-07-07 Thread Jason Romo
Hello all! 
Has anyone been able to get iPads to work for joining a meeting? I mean working 
video in, audio. It seems whiteboard, video out work fine. But these are issues 
on Safari: not receiving video, not hearing any audio (both ways) and no mic 
out from the iPad user. I tested with Firefox and Chrome also. Latest builds in 
app store as of the time of this email. Only Safari seemed to work a little. 

Thanks, 
J 


Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
Hello Tong,

please DO NOT hijack mail threads
It is hard to follow/search

According to your questions
1) `apache-tomcat-${tomcat.version}.tar.gz` is not being generated, it is
downloaded from https://archive.apache.org
https://github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L137
2) By running `mvn install -P allModules -pl openmeetings-server
-Dwicket.configuration=DEVELOPMENT` you DO specify profile `allModules`

As I wrote multiple times before both `quick` and `unpacked` profiles
obviously will not create any archives 

On Wed, 8 Jul 2020 at 09:44, Zhirong Tong  wrote:

> Hi  Maxim,
> Seems when using  "mvn install -P allModules -pl openmeetings-server
> -Dwicket.configuration=DEVELOPMENT”  without specific any profile ,  the
> tar would be generated successfully.
>
>
> On Jul 8, 2020, at 10:25 AM, Zhirong Tong  wrote:
>
> Hi Maxim,
> Is there any specific build order in order to successfully generate an
> apache-tomcat-${tomcat.version}.tar.gz under 
> openmeetings/openmeetings-server/target/
> ?
> I’ve tried "mvn install -P allModules,unpacked,mysql -pl
> openmeetings-web,openmeetings-server -Dwicket.configuration=DEVELOPMENT”
> for several times, sometimes it did, sometimes it didn’t (I mean generating
> apache-tomcat-${tomcat.version}.tar.gz).
>
>  I was really confused for such a while and didn’t know what to do. I felt
> so frustrated for myself that I always stuck at this building problem.
>
>
>
> On Jul 8, 2020, at 8:42 AM, Maxim Solodovnik  wrote:
>
>
>
> On Tue, 7 Jul 2020 at 22:32, Online Use 
> wrote:
>
>> Hello,
>>
>> I installed OM on Centos 7, and rather than using the shell scripts in
>> the bin folder to start the system, I prefer to integrate it with Tomcat
>> 8.5 that's already installed on the server and enabled in the user account.
>> I'm missing the point of how to integrate OM with Tomcat so that the app
>> path is identified.
>>
>
> OM has Tomcat9 bundled
> In case you will be able to set-up Tomcat9 to your CentOS
> you, most probably, can migrate configuration and webapps
>
>
>>
>> Another point, I want to use the SSL certificates that are already
>> installed on the server through the 443 port, not to specify a standalone
>> port for the OM system. Simply to type the subdomain to get to the system
>> directly (https://meetings.domain.com).For reference, I have already set
>> the "application.base.url" key in the configuration section to the
>> subdomain url, but it's still not working directly, it always requires to
>> type https://meetings.domain.com:5443/openmeetings. I tried also to
>> change the port number in the sever.xml file and it didn't direct correctly.
>>
>>
> Since you have the server I guess the question is regarding front-end proxy
> Please search archives https://openmeetings.markmail.org/ the topic was
> discussed multiple times
>
>
>
>> Please advise regarding how to accomplish these two points.
>>
>> Thank you.
>>
>>
>>
>
> --
> Best regards,
> Maxim
>
>
>
>

-- 
Best regards,
Maxim


Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Zhirong Tong
Hi  Maxim,
Seems when using  "mvn install -P allModules -pl openmeetings-server 
-Dwicket.configuration=DEVELOPMENT”  without specific any profile ,  the tar 
would be generated successfully.


> On Jul 8, 2020, at 10:25 AM, Zhirong Tong  wrote:
> 
> Hi Maxim,
> Is there any specific build order in order to successfully generate an 
> apache-tomcat-${tomcat.version}.tar.gz under 
> openmeetings/openmeetings-server/target/ ?
> I’ve tried "mvn install -P allModules,unpacked,mysql -pl 
> openmeetings-web,openmeetings-server -Dwicket.configuration=DEVELOPMENT” for 
> several times, sometimes it did, sometimes it didn’t (I mean generating 
> apache-tomcat-${tomcat.version}.tar.gz).
> 
>  I was really confused for such a while and didn’t know what to do. I felt so 
> frustrated for myself that I always stuck at this building problem.
> 
> 
> 
>> On Jul 8, 2020, at 8:42 AM, Maxim Solodovnik > > wrote:
>> 
>> 
>> 
>> On Tue, 7 Jul 2020 at 22:32, Online Use > > wrote:
>> Hello,
>> 
>> I installed OM on Centos 7, and rather than using the shell scripts in the 
>> bin folder to start the system, I prefer to integrate it with Tomcat 8.5 
>> that's already installed on the server and enabled in the user account. I'm 
>> missing the point of how to integrate OM with Tomcat so that the app path is 
>> identified.
>> 
>> OM has Tomcat9 bundled
>> In case you will be able to set-up Tomcat9 to your CentOS 
>> you, most probably, can migrate configuration and webapps
>>  
>> 
>> Another point, I want to use the SSL certificates that are already installed 
>> on the server through the 443 port, not to specify a standalone port for the 
>> OM system. Simply to type the subdomain to get to the system directly 
>> (https://meetings.domain.com ).For reference, 
>> I have already set the "application.base.url" key in the configuration 
>> section to the subdomain url, but it's still not working directly, it always 
>> requires to type https://meetings.domain.com:5443/openmeetings. 
>>  I tried also to change the 
>> port number in the sever.xml file and it didn't direct correctly.
>> 
>> 
>> Since you have the server I guess the question is regarding front-end proxy
>> Please search archives https://openmeetings.markmail.org/ 
>>  the topic was discussed multiple times
>> 
>>  
>> Please advise regarding how to accomplish these two points.
>> 
>> Thank you.
>> 
>> 
>> 
>> 
>> -- 
>> Best regards,
>> Maxim
> 



Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Zhirong Tong
Hi Maxim,
Is there any specific build order in order to successfully generate an 
apache-tomcat-${tomcat.version}.tar.gz under 
openmeetings/openmeetings-server/target/ ?
I’ve tried "mvn install -P allModules,unpacked,mysql -pl 
openmeetings-web,openmeetings-server -Dwicket.configuration=DEVELOPMENT” for 
several times, sometimes it did, sometimes it didn’t (I mean generating 
apache-tomcat-${tomcat.version}.tar.gz).

 I was really confused for such a while and didn’t know what to do. I felt so 
frustrated for myself that I always stuck at this building problem.



> On Jul 8, 2020, at 8:42 AM, Maxim Solodovnik  wrote:
> 
> 
> 
> On Tue, 7 Jul 2020 at 22:32, Online Use  > wrote:
> Hello,
> 
> I installed OM on Centos 7, and rather than using the shell scripts in the 
> bin folder to start the system, I prefer to integrate it with Tomcat 8.5 
> that's already installed on the server and enabled in the user account. I'm 
> missing the point of how to integrate OM with Tomcat so that the app path is 
> identified.
> 
> OM has Tomcat9 bundled
> In case you will be able to set-up Tomcat9 to your CentOS 
> you, most probably, can migrate configuration and webapps
>  
> 
> Another point, I want to use the SSL certificates that are already installed 
> on the server through the 443 port, not to specify a standalone port for the 
> OM system. Simply to type the subdomain to get to the system directly 
> (https://meetings.domain.com ).For reference, I 
> have already set the "application.base.url" key in the configuration section 
> to the subdomain url, but it's still not working directly, it always requires 
> to type https://meetings.domain.com:5443/openmeetings. 
>  I tried also to change the 
> port number in the sever.xml file and it didn't direct correctly.
> 
> 
> Since you have the server I guess the question is regarding front-end proxy
> Please search archives https://openmeetings.markmail.org/ 
>  the topic was discussed multiple times
> 
>  
> Please advise regarding how to accomplish these two points.
> 
> Thank you.
> 
> 
> 
> 
> -- 
> Best regards,
> Maxim



Re: Facing issue while sending mail

2020-07-07 Thread Sangeeta Verma
 Hi Pooja,You may be sending to your GMAIL account or Yahoo or own domain 
account email? I have similar issues in SOME GMAILS .. They don't receive even 
in spam folders.
Thank you,
Regards,Sangeeta
On Tuesday, July 7, 2020, 05:34:29 PM PDT, Maxim Solodovnik 
 wrote:  
 
 This most probably mean the problem is at your mail server
On Tue, 7 Jul 2020 at 17:58, pooja.kamra  wrote:


Hi,

 

I am not receiving mail after sending invitation.

Checked in Administrator->Email Management. It is showing status done also but 
not receiving mail.

Any suggestion.

 

Regards,

Pooja

 

Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 
intended recipient and have erroneously received this message, you are 
prohibited from using, copying, altering or disclosing the content of this 
message. Please delete it immediately and notify the sender. Newgen Software 
Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage arising 
from the use of the information transmitted by this email including damages 
from virus and further acknowledges that no binding nature of the message shall 
be implied or assumed unless the sender does so expressly with due authority of 
NSTL.






-- 
Best regards,
Maxim  

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
I would recommend you to read the answers more carefully

The first step suggested was: Install Tomcat9 (NOT 8.5)
The second one: wobe webapps AND relevant files from conf folder

This is sort of expert task

On Wed, 8 Jul 2020 at 08:50, Online Use  wrote:

> I have moved the webapps/openmeetings folder to the webapps directory under
> tomcat installation location. What else needs to be done, what other
> configurations needs to be changed?
>
> The point is that I prefer the hosted version of tomcat which is managed
> directly by the server, not a standalone bundled tomcat. So how to complete
> this migration?
>
> Thanks.
>
>
> بتاريخ الأربعاء، 8 تموز 2020 2:42:51 ص غرينتش+2، Maxim Solodovnik <
> solomax...@gmail.com> كتب:
>
>
>
>
> On Tue, 7 Jul 2020 at 22:32, Online Use 
> wrote:
>
> Hello,
>
> I installed OM on Centos 7, and rather than using the shell scripts in the
> bin folder to start the system, I prefer to integrate it with Tomcat 8.5
> that's already installed on the server and enabled in the user account. I'm
> missing the point of how to integrate OM with Tomcat so that the app path
> is identified.
>
>
> OM has Tomcat9 bundled
> In case you will be able to set-up Tomcat9 to your CentOS
> you, most probably, can migrate configuration and webapps
>
>
>
> Another point, I want to use the SSL certificates that are already
> installed on the server through the 443 port, not to specify a standalone
> port for the OM system. Simply to type the subdomain to get to the system
> directly (https://meetings.domain.com).For reference, I have already set
> the "application.base.url" key in the configuration section to the
> subdomain url, but it's still not working directly, it always requires to
> type https://meetings.domain.com:5443/openmeetings. I tried also to
> change the port number in the sever.xml file and it didn't direct correctly.
>
>
> Since you have the server I guess the question is regarding front-end proxy
> Please search archives https://openmeetings.markmail.org/ the topic was
> discussed multiple times
>
>
>
> Please advise regarding how to accomplish these two points.
>
> Thank you.
>
>
>
>
>
> --
> Best regards,
> Maxim
>


-- 
Best regards,
Maxim


Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Online Use
 I have moved the webapps/openmeetings folder to the webapps directory under 
tomcat installation location. What else needs to be done, what other 
configurations needs to be changed?
The point is that I prefer the hosted version of tomcat which is managed 
directly by the server, not a standalone bundled tomcat. So how to complete 
this migration?
Thanks.

بتاريخ الأربعاء، 8 تموز 2020 2:42:51 ص غرينتش+2، Maxim Solodovnik 
 كتب:  
 
 

On Tue, 7 Jul 2020 at 22:32, Online Use  wrote:

Hello,
I installed OM on Centos 7, and rather than using the shell scripts in the bin 
folder to start the system, I prefer to integrate it with Tomcat 8.5 that's 
already installed on the server and enabled in the user account. I'm missing 
the point of how to integrate OM with Tomcat so that the app path is identified.

OM has Tomcat9 bundledIn case you will be able to set-up Tomcat9 to your CentOS 
you, most probably, can migrate configuration and webapps 

Another point, I want to use the SSL certificates that are already installed on 
the server through the 443 port, not to specify a standalone port for the OM 
system. Simply to type the subdomain to get to the system directly 
(https://meetings.domain.com).For reference, I have already set the 
"application.base.url" key in the configuration section to the subdomain url, 
but it's still not working directly, it always requires to type 
https://meetings.domain.com:5443/openmeetings. I tried also to change the port 
number in the sever.xml file and it didn't direct correctly.


Since you have the server I guess the question is regarding front-end 
proxyPlease search archives https://openmeetings.markmail.org/ the topic was 
discussed multiple times
 
Please advise regarding how to accomplish these two points.
Thank you.





-- 
Best regards,
Maxim  

Re: Multimedia server is inaccessible

2020-07-07 Thread Maxim Solodovnik
Hello Rene,

Unfortunately this doesn't answer my question ...
What version of OM/KMS do you have?

On Wed, 8 Jul 2020 at 01:19, R. Scholz 
wrote:

> Hello Maxim,
>
> I have this problem too.
> When there are "only" <6 peonple in the room all seems OK.
> But when more people logged in some have no mic, no kam, some hear only me
> and not the others.
>
> In the last conference where this appeared one of the problem-cabdidate
> was a IT-colleague from me, where one day before we test OM.
> So it is definitively not a technical problem on his side.
>
> And on my new OM-server (i7,32GB RAM, 1TB SSD) its enough power. And
> Internet.bandwith it is 1GB.
>
> (I am a little bit frustrated...)
>
> Best regards,
>
> René
>
>
>
>
> Am 07.07.2020 um 03:31 schrieb Maxim Solodovnik:
>
> So everything is OK when the number of students is low?
> What version of KMS do you have?
>
> On Tue, 7 Jul 2020 at 02:23, mentor maxhuni  wrote:
>
>> I have OpenMeetings 5 M4 I receive this error when to many students are
>> accessing the server, after that i cant start camera or microphone, i have
>> to restart server.
>>
>
>
> --
> Best regards,
> Maxim
>
>
>

-- 
Best regards,
Maxim


Re: Recording option wok only for interview rooms

2020-07-07 Thread Maxim Solodovnik
Hello Tomas,

In conference/presentation room you have to open screen-sharing dialog
The recording button is there :)

The reason is: in these types of room the video is being taken from screen
sharing stream

On Wed, 8 Jul 2020 at 00:55, Tomáš Vrba  wrote:

> Hello.
>
>
>
> I am new to openmeetings. I just installed OpenMeetings 5.0.0-M4 on Ubuntu
> 18.04 LTS according official install guide few days ago. Everything works
> fine but I am missing recording button for conference and presentation room
> types event when “Allow recording“ box is checked. I had try different
> browsers (Chrome, Firefox) but it is not displayed. Only room with
> recording button is in interview room type. I need to record sessions in
> this rooms too. Is there any fix or way to do so?
>
> Thank you.
>
> Tomas
>


-- 
Best regards,
Maxim


Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
On Tue, 7 Jul 2020 at 22:32, Online Use  wrote:

> Hello,
>
> I installed OM on Centos 7, and rather than using the shell scripts in the
> bin folder to start the system, I prefer to integrate it with Tomcat 8.5
> that's already installed on the server and enabled in the user account. I'm
> missing the point of how to integrate OM with Tomcat so that the app path
> is identified.
>

OM has Tomcat9 bundled
In case you will be able to set-up Tomcat9 to your CentOS
you, most probably, can migrate configuration and webapps


>
> Another point, I want to use the SSL certificates that are already
> installed on the server through the 443 port, not to specify a standalone
> port for the OM system. Simply to type the subdomain to get to the system
> directly (https://meetings.domain.com).For reference, I have already set
> the "application.base.url" key in the configuration section to the
> subdomain url, but it's still not working directly, it always requires to
> type https://meetings.domain.com:5443/openmeetings. I tried also to
> change the port number in the sever.xml file and it didn't direct correctly.
>
>
Since you have the server I guess the question is regarding front-end proxy
Please search archives https://openmeetings.markmail.org/ the topic was
discussed multiple times



> Please advise regarding how to accomplish these two points.
>
> Thank you.
>
>
>

-- 
Best regards,
Maxim


Re: features in OpenMeetings

2020-07-07 Thread Maxim Solodovnik
I already answered this in mail thread with different subject

On Tue, 7 Jul 2020 at 18:37, pooja.kamra  wrote:

> Hi,
>
>
>
> Some questions regarding features in OpenMeetings:
>
> 1.   Is there any raise hand option in OpenMeetings?
>
> 2.   Any settings to disable chat?
>
> 3.   Also is there any settings to check data that is being sent is
> sensitive or not?
>
> 4.   How to verify who recorded the audio? Are we adding user
> information in audio?
>
> 5.   Can we put participant on hold?
>
>
>
> Regards,
>
> Pooja
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of this 
> message. Please delete it immediately and notify the sender. Newgen Software 
> Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage 
> arising from the use of the information transmitted by this email including 
> damages from virus and further acknowledges that no binding nature of the 
> message shall be implied or assumed unless the sender does so expressly with 
> due authority of NSTL.
>
>
>
>
>

-- 
Best regards,
Maxim


Re: features in Opall

2020-07-07 Thread Maxim Solodovnik
On Tue, 7 Jul 2020 at 18:36, pooja.kamra  wrote:

> Hi,
>
>
>
> Some questions regarding features in OpenMeetings:
>
> 1.   Is there any raise hand option in OpenMeetings?
>
yes

> 2.   Any settings to disable chat?
>
yes

> 3.   Also is there any settings to check data that is being sent is
> sensitive or not?
>
not sure what does this mean

> 4.   How to verify who recorded the audio? Are we adding user
> information in audio?
>
this info is in DB
(it is displayed while recording is active)

> 5.   Can we put participant on hold?
>
No

>
>
> Regards,
>
> Pooja
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of this 
> message. Please delete it immediately and notify the sender. Newgen Software 
> Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage 
> arising from the use of the information transmitted by this email including 
> damages from virus and further acknowledges that no binding nature of the 
> message shall be implied or assumed unless the sender does so expressly with 
> due authority of NSTL.
>
>
>
>
>

-- 
Best regards,
Maxim


Re: Facing issue while sending mail

2020-07-07 Thread Maxim Solodovnik
This most probably mean the problem is at your mail server

On Tue, 7 Jul 2020 at 17:58, pooja.kamra  wrote:

> Hi,
>
>
>
> I am not receiving mail after sending invitation.
>
> Checked in Administrator->Email Management. It is showing status done also
> but not receiving mail.
>
> Any suggestion.
>
>
>
> Regards,
>
> Pooja
>
>
>
> Disclaimer :- This e-mail and any attachment may contain confidential, 
> proprietary or legally privileged information. If you are not the original 
> intended recipient and have erroneously received this message, you are 
> prohibited from using, copying, altering or disclosing the content of this 
> message. Please delete it immediately and notify the sender. Newgen Software 
> Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage 
> arising from the use of the information transmitted by this email including 
> damages from virus and further acknowledges that no binding nature of the 
> message shall be implied or assumed unless the sender does so expressly with 
> due authority of NSTL.
>
>
>
>
>

-- 
Best regards,
Maxim


Re: Multimedia server is inaccessible

2020-07-07 Thread R. Scholz

Hello Maxim,

I have this problem too.
When there are "only" <6 peonple in the room all seems OK.
But when more people logged in some have no mic, no kam, some hear only 
me and not the others.


In the last conference where this appeared one of the problem-cabdidate 
was a IT-colleague from me, where one day before we test OM.

So it is definitively not a technical problem on his side.

And on my new OM-server (i7,32GB RAM, 1TB SSD) its enough power. And 
Internet.bandwith it is 1GB.


(I am a little bit frustrated...)

Best regards,

René




Am 07.07.2020 um 03:31 schrieb Maxim Solodovnik:

So everything is OK when the number of students is low?
What version of KMS do you have?

On Tue, 7 Jul 2020 at 02:23, mentor maxhuni > wrote:


I have OpenMeetings 5 M4 I receive this error when to many
students are accessing the server, after that i cant start camera
or microphone, i have to restart server.



--
Best regards,
Maxim




Recording option wok only for interview rooms

2020-07-07 Thread Tomáš Vrba
Hello.

I am new to openmeetings. I just installed OpenMeetings 5.0.0-M4 on Ubuntu 
18.04 LTS according official install guide few days ago. Everything works fine 
but I am missing recording button for conference and presentation room types 
event when "Allow recording" box is checked. I had try different browsers 
(Chrome, Firefox) but it is not displayed. Only room with recording button is 
in interview room type. I need to record sessions in this rooms too. Is there 
any fix or way to do so?
Thank you.

Tomas


Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Online Use
Hello,
I installed OM on Centos 7, and rather than using the shell scripts in the bin 
folder to start the system, I prefer to integrate it with Tomcat 8.5 that's 
already installed on the server and enabled in the user account. I'm missing 
the point of how to integrate OM with Tomcat so that the app path is identified.
Another point, I want to use the SSL certificates that are already installed on 
the server through the 443 port, not to specify a standalone port for the OM 
system. Simply to type the subdomain to get to the system directly 
(https://meetings.domain.com).For reference, I have already set the 
"application.base.url" key in the configuration section to the subdomain url, 
but it's still not working directly, it always requires to type 
https://meetings.domain.com:5443/openmeetings. I tried also to change the port 
number in the sever.xml file and it didn't direct correctly.
Please advise regarding how to accomplish these two points.
Thank you.




RE: features in OpenMeetings

2020-07-07 Thread pooja.kamra
Hi,

 

Some questions regarding features in OpenMeetings:

1.   Is there any raise hand option in OpenMeetings?

2.   Any settings to disable chat?

3.   Also is there any settings to check data that is being sent is
sensitive or not?

4.   How to verify who recorded the audio? Are we adding user
information in audio?

5.   Can we put participant on hold? 

 

Regards,

Pooja


Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 
intended recipient and have erroneously received this message, you are 
prohibited from using, copying, altering or disclosing the content of this 
message. Please delete it immediately and notify the sender. Newgen Software 
Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage arising 
from the use of the information transmitted by this email including damages 
from virus and further acknowledges that no binding nature of the message shall 
be implied or assumed unless the sender does so expressly with due authority of 
NSTL.


features in Opall

2020-07-07 Thread pooja.kamra
Hi,

 

Some questions regarding features in OpenMeetings:

1.   Is there any raise hand option in OpenMeetings?

2.   Any settings to disable chat?

3.   Also is there any settings to check data that is being sent is
sensitive or not?

4.   How to verify who recorded the audio? Are we adding user
information in audio?

5.   Can we put participant on hold? 

 

Regards,

Pooja


Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 
intended recipient and have erroneously received this message, you are 
prohibited from using, copying, altering or disclosing the content of this 
message. Please delete it immediately and notify the sender. Newgen Software 
Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage arising 
from the use of the information transmitted by this email including damages 
from virus and further acknowledges that no binding nature of the message shall 
be implied or assumed unless the sender does so expressly with due authority of 
NSTL.


Facing issue while sending mail

2020-07-07 Thread pooja.kamra
Hi,

 

I am not receiving mail after sending invitation.

Checked in Administrator->Email Management. It is showing status done also
but not receiving mail.

Any suggestion.

 

Regards,

Pooja

 


Disclaimer :- This e-mail and any attachment may contain confidential, 
proprietary or legally privileged information. If you are not the original 
intended recipient and have erroneously received this message, you are 
prohibited from using, copying, altering or disclosing the content of this 
message. Please delete it immediately and notify the sender. Newgen Software 
Technologies Ltd (NSTL)  accepts no responsibilities for loss or damage arising 
from the use of the information transmitted by this email including damages 
from virus and further acknowledges that no binding nature of the message shall 
be implied or assumed unless the sender does so expressly with due authority of 
NSTL.