Re: Mail sending error in openmeetings server

2020-12-24 Thread Ali Alhaidary
You must restart the server so tat any new settings can take effect Ali On 12/25/20 3:54 AM, GuruCoool Learnings wrote: It shows error message in OM email management section only. Jitendra On Fri, Dec 25, 2020, 01:17 Alvaro > wrote: ...right now i tested my OM

Re: Mail sending error in openmeetings server

2020-12-24 Thread GuruCoool Learnings
It shows error message in OM email management section only. Jitendra On Fri, Dec 25, 2020, 01:17 Alvaro wrote: > ...right now i tested my OM 5.1.0 at localhost and gmail > configuration and send mail ok to "user...@gmail.com". > > Please take a look in your spam Gmail web. > > > ..

Re: REST integration: specifying user language

2020-12-24 Thread Robert Savickas
Seb, Thank you very much. That worked superbly! All is good now. Thank you all for the REST API. It makes things very smooth for the users. Robert On Thu, Dec 24, 2020, 16:30 seba.wag...@gmail.com wrote: > The language Id is simply a parameter in the query string when entering > the room. Yo

Re: REST integration: specifying user language

2020-12-24 Thread seba.wag...@gmail.com
The language Id is simply a parameter in the query string when entering the room. You don't need to set the language parameter in any of the rest calls. $url = $this->url_server."/openmeetings/hash?secure=".$hash."&language=".$language; While $hash is the hash you created via rest calls. And $lan

Re: REST integration: specifying user language

2020-12-24 Thread Robert Savickas
Dear Daniel, Actually, my language (Lithuanian) was not included in the distribution; so, about 6 weeks ago, I undertook the task of translating the entire OM interface and created the language file to use in OM and added this file to the directory that contains all other languages. It works very

Re: REST integration: specifying user language

2020-12-24 Thread Daniel Baker
The  full list  of  languages  is  here : https://github.com/apache/openmeetings/blob/ad9013588d43996282ee568a89a46a689d8916d9/openmeetings-web/src/main/webapp/languages/languages.xml#L21 On 24-Dec-20 8:02 PM, Robert Savickas wrote: Dear Maxim and friends, Please forgive me for sending this q

Re: REST integration: specifying user language

2020-12-24 Thread Daniel Baker
Did you try  specifying an  integer: 1  is English 2  is German. etc https://192.168.1.55:5443/openmeetings/hash?&secure=8c46b082-7f4a-485d-b6b0-5fffb5dd90a4*&language=1 * On 24-Dec-20 8:02 PM, Robert Savickas wrote: Dear Maxim and friends, Please forgive me for sending this question the

REST integration: specifying user language

2020-12-24 Thread Robert Savickas
Dear Maxim and friends, Please forgive me for sending this question the second time, but I reckoned it to be more appropriate to send it under a different subject line, rather than continuing the previous thread. This is just to update you: your REST integration is a beautiful thing. I was able

Re: Transferring OM users to another system

2020-12-24 Thread Daniel Baker
Did you try  specifying an  integer: 1  is English 2  is German. etc https://192.168.1.55:5443/openmeetings/hash?&secure=8c46b082-7f4a-485d-b6b0-5fffb5dd90a4*&language=1* On 24-Dec-20 4:20 PM, Robert Savickas wrote: Dear Maxim, This is just to update you: your REST integration is a bea

Re: Mail sending error in openmeetings server

2020-12-24 Thread Alvaro
...right now i tested my OM 5.1.0 at localhost and gmailconfiguration and send mail ok to "user...@gmail.com". Please take a look in your spam Gmail web. . El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió: > Tried both 587 and 465 one by one but didn't find

Re: Mail sending error in openmeetings server

2020-12-24 Thread GuruCoool Learnings
Okay but entering any specific email is again a user specific invite link. I wanted to create an invite link that is not user specific and can be shared with multiple anonymous users and they can enter my room with their own names. Is this possible? Jitendra On Thu, 24 Dec 2020 at 23:25, Ali Alha

Re: Mail sending error in openmeetings server

2020-12-24 Thread Ali Alhaidary
Sure, just type his/her email in the email field of the invitation. Ali On 12/24/20 8:50 PM, GuruCoool Learnings wrote: Tried both 587 and 465 one by one but didn't find any solution. However thanks for your replies. I have one more query. generally openmeetings generates user specific invit

Re: Mail sending error in openmeetings server

2020-12-24 Thread GuruCoool Learnings
Tried both 587 and 465 one by one but didn't find any solution. However thanks for your replies. I have one more query. generally openmeetings generates user specific invitation links. Is it possible to create invitation links that can be given to anyone who is not registered on my server? On Thu

Re: Mail sending error in openmeetings server

2020-12-24 Thread Ali Alhaidary
It did not work with me as well :-) try port 465 Ali On 12/24/20 8:23 PM, GuruCoool Learnings wrote: gurucoool.com is my main site where I use the same gmail smtp details that I want to use with openmeetings. Gmail smtp works fine with my main site gurucoool.com

Re: Mail sending error in openmeetings server

2020-12-24 Thread GuruCoool Learnings
gurucoool.com is my main site where I use the same gmail smtp details that I want to use with openmeetings. Gmail smtp works fine with my main site gurucoool.com but is not working with openmeetings. On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary wrote: > I think you should use the SMTP of gurucool

Re: Transferring OM users to another system

2020-12-24 Thread Robert Savickas
Dear Maxim, This is just to update you: your REST integration is a beautiful thing. I was able to make OM work perfectly within my platform, for a seamless user experience. Super! Thank you very much. Just one question: Even though I did set up the local language interface for the users, and it

moving JS code to npm

2020-12-24 Thread Ali Alhaidary
why moving JS code to npm?