Re: Email Issue

2016-04-22 Thread Maxim Solodovnik
It is definitely doesn't matter I would check server logs and server folders for incoming outgoing emails Additional place to check: DB table email_queue On Sat, Apr 23, 2016 at 2:10 AM, Leland Corso Sr. wrote: > Hi, > > I'm having an issue sending emails from openmeetings. I've verified that >

Re: pdf size limit?

2016-04-22 Thread Maxim Solodovnik
grep openmeetings.log for "pdf2swf" grep -A 5 pdf2swf log/openmeetings.log Maybe this will highlight any error? On Sat, Apr 23, 2016 at 1:46 AM, Cesar Paredes wrote: > Hi, thanks for your help, tried the command line pdfwswf, converted a 16MB > pdf with no problems. > Convertion took about 6 s

Re: Moodle plugin, adding Openmeetings returns HTTP error 500

2016-04-22 Thread Maxim Solodovnik
both should work with Moodle 3 On Sat, Apr 23, 2016 at 1:31 AM, Luis Blasco de La Cruz wrote: > > > you should use > > OM 3.0.7 + 1.7.5 (2015051301) > > OR > > OM 3.1.1 + 2015122801 > > > > And what version of Moodle ¿? > > > > > -- WBR Maxim aka solomax

re: Red5SIP: Uncomfortable noise during a call

2016-04-22 Thread Christos Moustakakis
Dear Elena,  Could you please send me the instructions you follow to install the Asterisk in Debian because I have tried to install in Ubuntu 14.04 and I didn't manage?  Also, I would like to ask, when someone install the Asterisk could set any sip account?  Thanks. Christos.  Hello: We have

Email Issue

2016-04-22 Thread Leland Corso Sr.
Hi, I'm having an issue sending emails from openmeetings. I've verified that configuration is correct. And the log file says the email was sent. The issue is that the email never gets delivered to the recipient. I have checked the email server and it doesnt show any errors but the email f

Re: pdf size limit?

2016-04-22 Thread Cesar Paredes
Hi, thanks for your help, tried the command line pdfwswf, converted a 16MB pdf with no problems. Convertion took about 6 seconds, message: "NOTICE Writing SWF file resulting_swf.swf" and the result is written just fine. Tried the same file on my server from openmeetings room and on https://om.alte

RE: Moodle plugin, adding Openmeetings returns HTTP error 500

2016-04-22 Thread Luis Blasco de La Cruz
you should use OM 3.0.7 + 1.7.5 (2015051301) OR OM 3.1.1 + 2015122801 And what version of Moodle ¿?

Red5SIP: Uncomfortable noise during a call

2016-04-22 Thread Elena Darriba
Hello: We have an scenario with OpenMeetings 3, red5sip and Asterisk installed on a Debian following the official instructions. SIP signaling is correct and calls established normally, but users listen noise during a call and sometimes is impossible to hear the other caller party. We are carrying

RE: Proxy

2016-04-22 Thread Bruno Rubio Gayo
Hi, Is it posible to securize proxy server traffic out without changing the OM server settings? I'm trying but I can not. Bruno. De: Christos Moustakakis [mailto:moustaka...@yahoo.gr] Enviado el: miércoles, 20 de abril de 2016 18:55 Para: user@openmeetings.apache.org; Maxim Solodovnik; Openme

Re: pdf size limit?

2016-04-22 Thread Maxim Solodovnik
Tried to reproduce this 42.7Mb pdf file was converted without any issues maybe you can try to convert using command line on server and check the output? the command should be something like this: pdf2swf -s insertstop -s poly2bitmap --flashversion=9 -i -j 85 -s zoom=72 *_my_huge_pdf_file.*pdf *re