RE: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Tapanainen Mika
Hello,

I did the red5sip integration installation in my VirtualBox Ubuntu. The 
VirtualBox is running in the Windows.
I followed the guide: 
http://openmeetings.apache.org/red5sip-integration_2.1.html
I download the Linphone and tried to contact the VirtualBox with the addresses

sip:red5sip_user@x.y.z.q:5080
sip:red5sip_user@x.y.z.q:5060

but no success ☹. What is the correct sip address?

The OpenMeetings is running in the address http://x.y.z.q:5080/openmeetings/

In the asterisk log I have:

[Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error -1: 
42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table 
'openmeetings.sipusers' doesn't exist (99)

Do I have to create the table 'openmeetings.sipusers'?

Then I have the following lines in the asterisk log:

[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'name', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'ipaddr', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'port', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regseconds', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'defaultuser', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'fullcontact', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regserver', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'useragent', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'lastms', but that column does not exist!

Then I have this line:

Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from '' 
(a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not found 
in context 'public'.

Then I have this line in the red5sip log:

10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration found. 
Configuring ehcache from ehcache-failsafe.xml  found in the classpath: 
jar:file:/home/xxx/openMeetings/red5sip/red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml

Do you know what is the problem?

BR,

Mika
From: Tapanainen Mika [mailto:mika.tapanai...@digia.com]
Sent: 3. syyskuuta 2013 16:06
To: user@openmeetings.apache.org
Subject: RE: Mobile phone support in the version 2.1 and 3.0

Hello,

I have the Red Hat Enterprise Linux Server release 5.9.

I followed the guide in the Asterisk site, but got in some point the error 
message:

...
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
configure: error: *** termcap support not found (on modern systems, this 
typically means the ncurses development package is missing)

The problem is detailed in the Asterisk forum post:

http://forums.asterisk.org/viewtopic.php?f=1t=87821

BR,

Mika

From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: 2. syyskuuta 2013 17:33
To: Openmeetings user-list
Subject: Re: Mobile phone support in the version 2.1 and 3.0

I guess you have CentOS.
unfortunately I no machine to check the guide (all our machines are Ubuntu)

Maybe somebody on this list can check and improve the guide with steps for 
CentOS?


On Mon, Sep 2, 2013 at 9:11 PM, Tapanainen Mika 
mika.tapanai...@digia.commailto:mika.tapanai...@digia.com wrote:
Hello,

I tried the follow the guide

http://openmeetings.apache.org/red5sip-integration_2.1.html

and run the command (as a root, apt-get is not a package manager of my linux 
version):

yum install build-essential linux-headers-`uname -r` libxml2-dev 
libncurses5-dev libsqlite3-dev sqlite3 openssl libssl-dev
Loaded plugins: security
Setting up Install Process
No package build-essential available.
No package linux-headers-2.6.18-308.24.1.0.1.el5 available.
No package libxml2-dev available.
No package libncurses5-dev available.
No package libsqlite3-dev available.
No package sqlite3 available.
No package libssl-dev available.
Nothing to do

Then I tried to install asterisk with their installation guide, but no needed 
system libraries was found.

I’m not very experienced linux user, maybe I’m missing something. Do you know 
how to get packages? Or is it so that Asterisk is not supported in my linux 
version (http://www.voip-info.org/wiki/view/Asterisk+OS+Platforms)?

If I run uname command, I got:

uname –a
Linux x.y.z 2.6.18-308.24.1.0.1.el5 #1 SMP Tue Dec 4 16:00:29 

Re: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Artyom Horuzhenko
Hello,

you should check if your red5sip.enable attribute is set to yes in
Administration = Configuration


2013/9/10 Tapanainen Mika mika.tapanai...@digia.com

  Hello,

 ** **

 I did the red5sip integration installation in my VirtualBox Ubuntu. The
 VirtualBox is running in the Windows.

 I followed the guide:
 http://openmeetings.apache.org/red5sip-integration_2.1.html

 I download the Linphone and tried to contact the VirtualBox with the
 addresses

 ** **

 sip:red5sip_user@x.y.z.q:5080

 sip:red5sip_user@x.y.z.q:5060

 ** **

 but no success L. What is the correct sip address?

 ** **

 The OpenMeetings is running in the address
 http://x.y.z.q:5080/openmeetings/

 ** **

 In the asterisk log I have:

 ** **

 [Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error
 -1: 42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table
 'openmeetings.sipusers' doesn't exist (99)

 ** **

 Do I have to create the table 'openmeetings.sipusers'? 

 ** **

 Then I have the following lines in the asterisk log:

 ** **

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'name', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'ipaddr', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'port', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regseconds', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'defaultuser', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'fullcontact', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regserver', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'useragent', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'lastms', but that column does not
 exist!

 ** **

 Then I have this line:

 ** **

 Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from ''
 (a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not
 found in context 'public'.

 ** **

 Then I have this line in the red5sip log:

 ** **

 10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration
 found. Configuring ehcache from ehcache-failsafe.xml  found in the
 classpath: jar:file:/home/xxx/openMeetings/red5sip/
 red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml
 

 ** **

 Do you know what is the problem?

 ** **

 BR,

 ** **

 Mika

 *From:* Tapanainen Mika [mailto:mika.tapanai...@digia.com]
 *Sent:* 3. syyskuuta 2013 16:06
 *To:* user@openmeetings.apache.org
 *Subject:* RE: Mobile phone support in the version 2.1 and 3.0

 ** **

 Hello,

 ** **

 I have the Red Hat Enterprise Linux Server release 5.9. 

 ** **

 I followed the guide in the Asterisk site, but got in some point the error
 message:

 ** **

 ...
 checking for tgetent in -ltermcap... no
 checking for tgetent in -ltinfo... no
 checking for initscr in -lcurses... no
 checking for initscr in -lncurses... no
 configure: error: *** termcap support not found (on modern systems, this
 typically means the ncurses development package is missing)

 ** **

 The problem is detailed in the Asterisk forum post:

 ** **

 http://forums.asterisk.org/viewtopic.php?f=1t=87821

 ** **

 BR,

 ** **

 Mika

 ** **

 *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
 *Sent:* 2. syyskuuta 2013 17:33
 *To:* Openmeetings user-list
 *Subject:* Re: Mobile phone support in the version 2.1 and 3.0

 ** **

 I guess you have CentOS.

 unfortunately I no machine to check the guide (all our machines are Ubuntu)
 

 ** **

 Maybe somebody on this list can check and improve the guide with steps for
 CentOS?

 ** **

 ** **

 On Mon, Sep 2, 2013 at 9:11 PM, Tapanainen Mika mika.tapanai...@digia.com
 wrote:

 Hello,

  

 I tried the follow the guide 

  

 http://openmeetings.apache.org/red5sip-integration_2.1.html

  

 and run the command (as a root, apt-get is not a package manager of my
 linux version):

  

 yum install build-essential linux-headers-`uname -r` libxml2-dev
 libncurses5-dev libsqlite3-dev sqlite3 openssl libssl-dev

 Loaded plugins: security

 Setting up Install Process

 No package 

RE: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Tapanainen Mika
Hello,

I checked this and the value is yes. When I installed the OpenMeetings I 
enabled this setting in the installation web page.

What I should check next?

BR,

Mika

From: Artyom Horuzhenko [mailto:akhor...@gmail.com]
Sent: 10. syyskuuta 2013 11:30
To: user@openmeetings.apache.org
Subject: Re: Mobile phone support in the version 2.1 and 3.0

Hello,

you should check if your red5sip.enable attribute is set to yes in 
Administration = Configuration

2013/9/10 Tapanainen Mika 
mika.tapanai...@digia.commailto:mika.tapanai...@digia.com
Hello,

I did the red5sip integration installation in my VirtualBox Ubuntu. The 
VirtualBox is running in the Windows.
I followed the guide: 
http://openmeetings.apache.org/red5sip-integration_2.1.html
I download the Linphone and tried to contact the VirtualBox with the addresses

sip:red5sip_user@x.y.z.q:5080
sip:red5sip_user@x.y.z.q:5060

but no success :(. What is the correct sip address?

The OpenMeetings is running in the address http://x.y.z.q:5080/openmeetings/

In the asterisk log I have:

[Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error -1: 
42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table 
'openmeetings.sipusers' doesn't exist (99)

Do I have to create the table 'openmeetings.sipusers'?

Then I have the following lines in the asterisk log:

[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'name', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'ipaddr', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'port', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regseconds', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'defaultuser', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'fullcontact', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regserver', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'useragent', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'lastms', but that column does not exist!

Then I have this line:

Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from '' 
(a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not found 
in context 'public'.

Then I have this line in the red5sip log:

10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration found. 
Configuring ehcache from ehcache-failsafe.xml  found in the classpath: 
jar:file:/home/xxx/openMeetings/red5sip/red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xmlhttp://red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml

Do you know what is the problem?

BR,

Mika
From: Tapanainen Mika 
[mailto:mika.tapanai...@digia.commailto:mika.tapanai...@digia.com]
Sent: 3. syyskuuta 2013 16:06
To: user@openmeetings.apache.orgmailto:user@openmeetings.apache.org
Subject: RE: Mobile phone support in the version 2.1 and 3.0

Hello,

I have the Red Hat Enterprise Linux Server release 5.9.

I followed the guide in the Asterisk site, but got in some point the error 
message:

...
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
configure: error: *** termcap support not found (on modern systems, this 
typically means the ncurses development package is missing)

The problem is detailed in the Asterisk forum post:

http://forums.asterisk.org/viewtopic.php?f=1t=87821

BR,

Mika

From: Maxim Solodovnik 
[mailto:solomax...@gmail.commailto:solomax...@gmail.com]
Sent: 2. syyskuuta 2013 17:33
To: Openmeetings user-list
Subject: Re: Mobile phone support in the version 2.1 and 3.0

I guess you have CentOS.
unfortunately I no machine to check the guide (all our machines are Ubuntu)

Maybe somebody on this list can check and improve the guide with steps for 
CentOS?


On Mon, Sep 2, 2013 at 9:11 PM, Tapanainen Mika 
mika.tapanai...@digia.commailto:mika.tapanai...@digia.com wrote:
Hello,

I tried the follow the guide

http://openmeetings.apache.org/red5sip-integration_2.1.html

and run the command (as a root, apt-get is not a package manager of my linux 
version):

yum install build-essential linux-headers-`uname -r` libxml2-dev 
libncurses5-dev libsqlite3-dev sqlite3 openssl libssl-dev
Loaded plugins: 

Re: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Artyom Horuzhenko
It's very strange. Sipusers table must be created automatically. Could you
check if it exists?


2013/9/10 Tapanainen Mika mika.tapanai...@digia.com

  Hello,

 ** **

 I checked this and the value is “yes”. When I installed the OpenMeetings I
 enabled this setting in the installation web page.

 ** **

 What I should check next?

 ** **

 BR,

 ** **

 Mika

 ** **

 *From:* Artyom Horuzhenko [mailto:akhor...@gmail.com]
 *Sent:* 10. syyskuuta 2013 11:30

 *To:* user@openmeetings.apache.org
 *Subject:* Re: Mobile phone support in the version 2.1 and 3.0

 ** **

 Hello,

 ** **

 you should check if your red5sip.enable attribute is set to yes in
 Administration = Configuration

 ** **

 2013/9/10 Tapanainen Mika mika.tapanai...@digia.com

 Hello,

  

 I did the red5sip integration installation in my VirtualBox Ubuntu. The
 VirtualBox is running in the Windows.

 I followed the guide:
 http://openmeetings.apache.org/red5sip-integration_2.1.html

 I download the Linphone and tried to contact the VirtualBox with the
 addresses

  

 sip:red5sip_user@x.y.z.q:5080

 sip:red5sip_user@x.y.z.q:5060

  

 but no success L. What is the correct sip address?

  

 The OpenMeetings is running in the address
 http://x.y.z.q:5080/openmeetings/

  

 In the asterisk log I have:

  

 [Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error
 -1: 42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table
 'openmeetings.sipusers' doesn't exist (99)

  

 Do I have to create the table 'openmeetings.sipusers'? 

  

 Then I have the following lines in the asterisk log:

  

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'name', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'ipaddr', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'port', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regseconds', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'defaultuser', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'fullcontact', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regserver', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'useragent', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'lastms', but that column does not
 exist!

  

 Then I have this line:

  

 Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from ''
 (a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not
 found in context 'public'.

  

 Then I have this line in the red5sip log:

  

 10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration
 found. Configuring ehcache from ehcache-failsafe.xml  found in the
 classpath: jar:file:/home/xxx/openMeetings/red5sip/
 red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml
 

  

 Do you know what is the problem?

  

 BR,

  

 Mika

 *From:* Tapanainen Mika [mailto:mika.tapanai...@digia.com]
 *Sent:* 3. syyskuuta 2013 16:06
 *To:* user@openmeetings.apache.org
 *Subject:* RE: Mobile phone support in the version 2.1 and 3.0

  

 Hello,

  

 I have the Red Hat Enterprise Linux Server release 5.9. 

  

 I followed the guide in the Asterisk site, but got in some point the error
 message:

  

 ...
 checking for tgetent in -ltermcap... no
 checking for tgetent in -ltinfo... no
 checking for initscr in -lcurses... no
 checking for initscr in -lncurses... no
 configure: error: *** termcap support not found (on modern systems, this
 typically means the ncurses development package is missing)

  

 The problem is detailed in the Asterisk forum post:

  

 http://forums.asterisk.org/viewtopic.php?f=1t=87821

  

 BR,

  

 Mika

  

 *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
 *Sent:* 2. syyskuuta 2013 17:33
 *To:* Openmeetings user-list
 *Subject:* Re: Mobile phone support in the version 2.1 and 3.0

  

 I guess you have CentOS.

 unfortunately I no machine to check the guide (all our machines are Ubuntu)
 

  

 Maybe somebody on this 

RE: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Tapanainen Mika
Hello,

SQL select * from sipusers
[S0002][unixODBC][MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table 
'openmeetings.sipusers' doesn't exist

What I should do?

BR,

Mika

From: Artyom Horuzhenko [mailto:akhor...@gmail.com]
Sent: 10. syyskuuta 2013 12:07
To: user@openmeetings.apache.org
Subject: Re: Mobile phone support in the version 2.1 and 3.0

It's very strange. Sipusers table must be created automatically. Could you 
check if it exists?

2013/9/10 Tapanainen Mika 
mika.tapanai...@digia.commailto:mika.tapanai...@digia.com
Hello,

I checked this and the value is yes. When I installed the OpenMeetings I 
enabled this setting in the installation web page.

What I should check next?

BR,

Mika

From: Artyom Horuzhenko [mailto:akhor...@gmail.commailto:akhor...@gmail.com]
Sent: 10. syyskuuta 2013 11:30

To: user@openmeetings.apache.orgmailto:user@openmeetings.apache.org
Subject: Re: Mobile phone support in the version 2.1 and 3.0

Hello,

you should check if your red5sip.enable attribute is set to yes in 
Administration = Configuration

2013/9/10 Tapanainen Mika 
mika.tapanai...@digia.commailto:mika.tapanai...@digia.com
Hello,

I did the red5sip integration installation in my VirtualBox Ubuntu. The 
VirtualBox is running in the Windows.
I followed the guide: 
http://openmeetings.apache.org/red5sip-integration_2.1.html
I download the Linphone and tried to contact the VirtualBox with the addresses

sip:red5sip_user@x.y.z.q:5080
sip:red5sip_user@x.y.z.q:5060

but no success :(. What is the correct sip address?

The OpenMeetings is running in the address http://x.y.z.q:5080/openmeetings/

In the asterisk log I have:

[Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error -1: 
42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table 
'openmeetings.sipusers' doesn't exist (99)

Do I have to create the table 'openmeetings.sipusers'?

Then I have the following lines in the asterisk log:

[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'name', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'ipaddr', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'port', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regseconds', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'defaultuser', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'fullcontact', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'regserver', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'useragent', but that column does not exist!
[Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table 
sipusers@asterisk requires column 'lastms', but that column does not exist!

Then I have this line:

Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from '' 
(a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not found 
in context 'public'.

Then I have this line in the red5sip log:

10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration found. 
Configuring ehcache from ehcache-failsafe.xml  found in the classpath: 
jar:file:/home/xxx/openMeetings/red5sip/red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xmlhttp://red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml

Do you know what is the problem?

BR,

Mika
From: Tapanainen Mika 
[mailto:mika.tapanai...@digia.commailto:mika.tapanai...@digia.com]
Sent: 3. syyskuuta 2013 16:06
To: user@openmeetings.apache.orgmailto:user@openmeetings.apache.org
Subject: RE: Mobile phone support in the version 2.1 and 3.0

Hello,

I have the Red Hat Enterprise Linux Server release 5.9.

I followed the guide in the Asterisk site, but got in some point the error 
message:

...
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
configure: error: *** termcap support not found (on modern systems, this 
typically means the ncurses development package is missing)

The problem is detailed in the Asterisk forum post:

http://forums.asterisk.org/viewtopic.php?f=1t=87821

BR,

Mika

From: Maxim Solodovnik 
[mailto:solomax...@gmail.commailto:solomax...@gmail.com]
Sent: 2. syyskuuta 2013 17:33
To: Openmeetings user-list
Subject: Re: Mobile phone support in the version 2.1 and 3.0

I guess you have CentOS.

Re: Mobile phone support in the version 2.1 and 3.0

2013-09-10 Thread Maxim Solodovnik
it is really weird
can you check the DB using MySQL command line client?


On Tue, Sep 10, 2013 at 4:27 PM, Tapanainen Mika
mika.tapanai...@digia.comwrote:

  Hello,

 ** **

 SQL select * from sipusers
 [S0002][unixODBC][MySQL][ODBC 5.1
 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table 'openmeetings.sipusers'
 doesn't exist

 ** **

 What I should do?

 ** **

 BR,

 ** **

 Mika

 ** **

 *From:* Artyom Horuzhenko [mailto:akhor...@gmail.com]
 *Sent:* 10. syyskuuta 2013 12:07
 *To:* user@openmeetings.apache.org
 *Subject:* Re: Mobile phone support in the version 2.1 and 3.0

 ** **

 It's very strange. Sipusers table must be created automatically. Could you
 check if it exists?

 ** **

 2013/9/10 Tapanainen Mika mika.tapanai...@digia.com

 Hello,

  

 I checked this and the value is “yes”. When I installed the OpenMeetings I
 enabled this setting in the installation web page.

  

 What I should check next?

  

 BR,

  

 Mika

  

 *From:* Artyom Horuzhenko [mailto:akhor...@gmail.com]
 *Sent:* 10. syyskuuta 2013 11:30


 *To:* user@openmeetings.apache.org
 *Subject:* Re: Mobile phone support in the version 2.1 and 3.0

  

 Hello,

  

 you should check if your red5sip.enable attribute is set to yes in
 Administration = Configuration

  

 2013/9/10 Tapanainen Mika mika.tapanai...@digia.com

 Hello,

  

 I did the red5sip integration installation in my VirtualBox Ubuntu. The
 VirtualBox is running in the Windows.

 I followed the guide:
 http://openmeetings.apache.org/red5sip-integration_2.1.html

 I download the Linphone and tried to contact the VirtualBox with the
 addresses

  

 sip:red5sip_user@x.y.z.q:5080

 sip:red5sip_user@x.y.z.q:5060

  

 but no success L. What is the correct sip address?

  

 The OpenMeetings is running in the address
 http://x.y.z.q:5080/openmeetings/

  

 In the asterisk log I have:

  

 [Sep 10 10:20:07] WARNING[5018] res_odbc.c: SQL Execute returned an error
 -1: 42S02: [MySQL][ODBC 5.1 Driver][mysqld-5.5.32-0ubuntu0.12.04.1]Table
 'openmeetings.sipusers' doesn't exist (99)

  

 Do I have to create the table 'openmeetings.sipusers'? 

  

 Then I have the following lines in the asterisk log:

  

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'name', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'ipaddr', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'port', but that column does not exist!*
 ***

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regseconds', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'defaultuser', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'fullcontact', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'regserver', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'useragent', but that column does not
 exist!

 [Sep 10 10:20:07] WARNING[5018] res_config_odbc.c: Realtime table
 sipusers@asterisk requires column 'lastms', but that column does not
 exist!

  

 Then I have this line:

  

 Sep 10 10:29:54] NOTICE[5039][C-] chan_sip.c: Call from ''
 (a.b.c.d:5060) to extension 'red5sip_user' rejected because extension not
 found in context 'public'.

  

 Then I have this line in the red5sip log:

  

 10 Sep 10:23:09 - [WARN ] n.s.e.c.ConfigurationFactory: No configuration
 found. Configuring ehcache from ehcache-failsafe.xml  found in the
 classpath: jar:file:/home/xxx/openMeetings/red5sip/
 red5phone.googlecode.com/svn/branches/red5sip_2.1/out/lib/ehcache-core-jar-2.5.0.jar!/ehcache-failsafe.xml
 

  

 Do you know what is the problem?

  

 BR,

  

 Mika

 *From:* Tapanainen Mika [mailto:mika.tapanai...@digia.com]
 *Sent:* 3. syyskuuta 2013 16:06
 *To:* user@openmeetings.apache.org
 *Subject:* RE: Mobile phone support in the version 2.1 and 3.0

  

 Hello,

  

 I have the Red Hat Enterprise Linux Server release 5.9. 

  

 I followed the guide in the Asterisk site, but got in some point the error
 message:

  

 ...
 checking for tgetent in -ltermcap... no
 checking for tgetent in -ltinfo... no
 checking for initscr in -lcurses... no
 checking for initscr in -lncurses... no
 configure: error: *** 

Re: Active Directory LDAP Auth Problems

2013-09-10 Thread Antman, Jason (CMG-Atlanta)
For the sake of posterity, I was able to get this working.

I did a tcpdump of another app (apache mod_authnz_ldap) that was authenticating 
to the same AD server via LDAP using the same bind user. Looking at the dump in 
wireshark, I saw that it was binding with a name of DOMAIN\username, not the 
DN. This fixed it.

Here are the uncommented lines in my_ad.cfg (copied from om_ldap.cfg and 
modified):
# start
ldap_server_type=AD
ldap_conn_url=ldap://1.2.3.4:389
ldap_admin_dn=DOMAIN\username
ldap_passwd=userpassword
ldap_search_base=OU:DOMAIN,DC:company,DC:int
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=yes

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false
# end

And my LDAP settings in the OM web UI:
name: my_ad
enabled: checked
config file name: my_ad.cfg
add domain to user name: checked
domain: company.int

Thanks to John for all the help, getting me down the right path.

-Jason

On 09/09/2013 03:24 PM, John Tran wrote:
Sorry.  Don't know what else to check for.  Mine is setup with format and 
settings mentioned and it works fine and I experienced the same issue as you in 
the beginning.

-john-


On Mon, Sep 9, 2013 at 12:17 PM, Antman, Jason (CMG-Atlanta) 
jason.ant...@coxinc.commailto:jason.ant...@coxinc.com wrote:
eh. Tried that, no difference.

Thanks for all the time though.
-Jason

On 09/09/2013 03:00 PM, John Tran wrote:
One other thing i forget to mention, in your OM LDAP configuration, you have 
your domain setting as the netbios name (CMG) or the FQDN?  it need to be in 
FQDN of your AD.  cmg.local or the like.

-john-


On Mon, Sep 9, 2013 at 11:50 AM, Antman, Jason (CMG-Atlanta) 
jason.ant...@coxinc.commailto:jason.ant...@coxinc.com wrote:
John,

Thanks for the tip. Still no dice. Tried with both our usual admin bind user 
and my own. The relevant portion of the logs:
DEBUG 09-09 14:48:28.904 o.a.o.l.LdapLoginManagement:390 [NioProcessor-2] - 
authenticating admin...
DEBUG 09-09 14:48:28.904 o.a.o.l.LdapAuthBase:101 [NioProcessor-2] - 
authenticateUser
DEBUG 09-09 14:48:28.904 o.a.o.l.LdapAuthBase:117 [NioProcessor-2] -

Authentification to LDAP - Server start
DEBUG 09-09 14:48:28.905 o.a.o.l.LdapAuthBase:151 [NioProcessor-2] - 
loginToLdapServer
DEBUG 09-09 14:48:28.929 o.a.o.l.LdapLoginManagement:393 [NioProcessor-2] - 
Checking server type...
DEBUG 09-09 14:48:28.929 o.a.o.l.LdapAuthBase:101 [NioProcessor-2] - 
authenticateUser
DEBUG 09-09 14:48:28.929 o.a.o.l.LdapAuthBase:117 [NioProcessor-2] -

Authentification to LDAP - Server start
DEBUG 09-09 14:48:28.929 o.a.o.l.LdapAuthBase:151 [NioProcessor-2] - 
loginToLdapServer
ERROR 09-09 14:48:28.941 o.a.o.l.LdapAuthBase:123 [NioProcessor-2] -

Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308: 
LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece]
ERROR 09-09 14:48:28.945 o.a.o.l.LdapAuthBase:124 [NioProcessor-2] - 
[Authentification on LDAP Server failed]
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: 
DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece]
(and then traceback)

Implies to me that the admin is being authenticated properly, but it's the user 
that's failing.

Just a thought looking at the
loginUser: md5sum jantman
line... is this making some assumption that my LDAP server is storing passwords 
with MD5, which I assume is NOT the case with AD?

Thanks,
Jason

On 09/09/2013 02:37 PM, John Tran wrote:
Jason -

I ran into the same issue when I first set mine up.  What I noticed that on the 
ldap_admin_dn, you have put cn=The_Actual_Display_Name followed by the rest of 
the format.

For example:
not CN:authuser,OU:MYORG,DC:example,DC:int
but
CN:Auth User,OU:MYORG,DC:example,DC:int
Don't use the account login name authuser in the Account tab in the account 
details but rather display name in the OU that contains the Display name for 
that login name.

-john-





On Mon, Sep 9, 2013 at 11:24 AM, Antman, Jason (CMG-Atlanta) 
jason.ant...@coxinc.commailto:jason.ant...@coxinc.com wrote:
John,

Thanks for the quick reply. I tried updating ldap_admin_dn to actually be a DN, 
as well as changing the field_user_principal and ldap_server_type. No change at 
all. I then tried changing the admin_dn to the DN of my user (with domain admin 
privs) and the password to my password (which doesn't contain a #), no change. 
Tried changing ldap_search_base to the OU where all of the accounts (well, most 
of them, including mine) are located, still no change.

Any other thoughts? Is there a way to enable a more-verbose logging for this?

Thanks,
Jason

On 09/09/2013 01:54 PM, John Tran wrote:
Jason -

A couple of things 

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-09-10 Thread John Tran
Maxim -

I can't get SSL to work on your build.  I am trying to get this work one
step at time, first getting RTMPS work and it will not start.
If I install it from a SVN check out, would it be the same that you
complile for 2.2 with the updated red5?  I also noticed that the svn path
frm openmeetings/branches/2.1/ has been change to
openmeetings/branches/2.x/  would this be the svn path for 2.2?




On Sun, Sep 8, 2013 at 9:55 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 Hello All,

 Here is the version with Red5 server updated

 https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%202.x/

 please NOTE: no DB changes were made, same DB without backup/restore can
 be used.

 I would really appreciate stability/compatibility reports :)


 On Sat, Sep 7, 2013 at 2:22 PM, John Tran findingj...@gmail.com wrote:

 Thank you Maxim for the reply.  I have such a problem getting SSL to work
 on standard port (443)  that is below 1024 w/o root.  I'll wait for your
 red5 update in 2.1 branch.  Once that is done, I would be happy to rebuilt
 my Linux OS and OM211 from scratch, test it out, and report back.

 -john-


 On Fri, Sep 6, 2013 at 11:08 PM, Maxim Solodovnik 
 solomax...@gmail.comwrote:

 Sorry for not responding (I was hoping anybody else can help)
 I'm not very good in SSL configuration :(

 It seems like red5 is not very stable while it is over SSL :(
 As workaround you can try to do the following:

 1) close 1935 port on your server
 2) start OM
 3) using mod_proxy set up redirect from
 http://om_server:8088/openmeetings to https://om_server/openmeetings

 all traffic in this case should go through Apache, not sure if it will
 work (i believe it should)

 I'll try to update red5 in 2.1 branch and if it all will be more stable
 maybe we can release 2.2.0

 If you can help and try intermediate builds and report back if it works
 better or not it might help :)



 On Sat, Sep 7, 2013 at 6:33 AM, Daniela Kirsch dkir...@excelsystems.com
  wrote:

 Thanks John, I did see that email but as you now know we don't have a
 solution. I'm hoping someone can help us.

 Daniela Kirsch
 Web Developer

 ExcelSystems Software Development Inc.
 101 - 9274 4th St.
 Sidney, BC  V8L 2Y7
 Phone: (250) 655 1882 ext: 209
 Email: dkir...@excelsystems.com


 On Fri, Sep 6, 2013 at 4:27 PM, John Tran findingj...@gmail.comwrote:

 I experienced the same issue.  It seem like the issue occurs when it's
 in SSL configuration.  If you notice, it looked like Danella configuration
 in SSL mode.  I post the same issue back on August 27th More
 Disconnect on ssl connection than non ssl 
 connectionhttp://mail-archives.apache.org/mod_mbox/openmeetings-user/201308.mbox/ajax/%3CCAOq_-sy0gp-f_LEaB8MBgzuvuot70xySkw2h%2BugcG%2BvnnNm3XQ%40mail.gmail.com%3E
 hoping someone like yourself or Maxim to respond but no luck.




 On Fri, Sep 6, 2013 at 4:18 PM, George Kirkham gkirk...@co2crc.com.au
  wrote:

 Daniela,

 ** **

 Sorry I cannot help you with this problem as we have never
 experienced it, however others may be able to give you some assistance.
 

 ** **

 To help other assist you, can you give us more detail, please.

 ** **

 What version of OpenMeetings are you using (2.0, 2.1, 2.1.1, 3.0 etc)?
 

 ** **

 On what OS are you running OpenMeetings. E.g. Windows 7, Windows
 Server 2008, Ubuntu server 12, Debian (5/6/7), Centos, etc?

 ** **

 How did you get OpenMeetings, from what repository?

 ** **

 Did you download the compiled version or did you down load the source
 and compile it locally on the server?

 ** **

 What installation instructions did you follow to build the
 environment in which you are running OpenMeetings?  Are all the
 prerequisite packages installed?

 ** **

 What ports are you using for OpenMeetings (e.g. netstat -anp | grep
 java), and I guess all firewall ports are open otherwise people would 
 have
 been able to start the meeting.

 ** **

 Is the server a dedicated server for OpenMeetings or are other red5
 applications also running on the server?

 ** **

 Thanks,

 ** **

 George Kirkham

 ** **

 ** **

 *From:* Daniela Kirsch [mailto:dkir...@excelsystems.com]
 *Sent:* Saturday, 7 September 2013 1:18 AM
 *To:* user@openmeetings.apache.org
 *Subject:* Video Frozen - OpenMeetings/Red5 stuck

 ** **

 Hi,

 ** **

 we are running into a serious issue. While being in a room with video
 and audio (2 people in a normal moderated conference room) it happens 
 that
 the video of the other person freezes (audio is gone as well). 

 Once the video is frozen, the entire application is unusable.
 Meaning, if I open a browser and go to the site all I get is a blank 
 page.
 There's nothing, not even a Loading... displayed. This is for everyone
 who's trying to use it, not just the person who had the frozen video.
 

 ** **

 In the red5.log we have this:

 2013-09-05 14:39:13,289 [NioProcessor-33] DEBUG
 

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-09-10 Thread Maxim Solodovnik
I'll try to set this up myself and will report back


On Wed, Sep 11, 2013 at 12:38 AM, John Tran findingj...@gmail.com wrote:

 Maxim -

 I can't get SSL to work on your build.  I am trying to get this work one
 step at time, first getting RTMPS work and it will not start.
 If I install it from a SVN check out, would it be the same that you
 complile for 2.2 with the updated red5?  I also noticed that the svn path
 frm openmeetings/branches/2.1/ has been change to
 openmeetings/branches/2.x/  would this be the svn path for 2.2?




 On Sun, Sep 8, 2013 at 9:55 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 Hello All,

 Here is the version with Red5 server updated

 https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%202.x/

 please NOTE: no DB changes were made, same DB without backup/restore can
 be used.

 I would really appreciate stability/compatibility reports :)


 On Sat, Sep 7, 2013 at 2:22 PM, John Tran findingj...@gmail.com wrote:

 Thank you Maxim for the reply.  I have such a problem getting SSL to
 work on standard port (443)  that is below 1024 w/o root.  I'll wait for
 your red5 update in 2.1 branch.  Once that is done, I would be happy to
 rebuilt my Linux OS and OM211 from scratch, test it out, and report back.

 -john-


 On Fri, Sep 6, 2013 at 11:08 PM, Maxim Solodovnik 
 solomax...@gmail.comwrote:

 Sorry for not responding (I was hoping anybody else can help)
 I'm not very good in SSL configuration :(

 It seems like red5 is not very stable while it is over SSL :(
 As workaround you can try to do the following:

 1) close 1935 port on your server
 2) start OM
 3) using mod_proxy set up redirect from
 http://om_server:8088/openmeetings to https://om_server/openmeetings

 all traffic in this case should go through Apache, not sure if it will
 work (i believe it should)

 I'll try to update red5 in 2.1 branch and if it all will be more stable
 maybe we can release 2.2.0

 If you can help and try intermediate builds and report back if it works
 better or not it might help :)



 On Sat, Sep 7, 2013 at 6:33 AM, Daniela Kirsch 
 dkir...@excelsystems.com wrote:

 Thanks John, I did see that email but as you now know we don't have a
 solution. I'm hoping someone can help us.

 Daniela Kirsch
 Web Developer

 ExcelSystems Software Development Inc.
 101 - 9274 4th St.
 Sidney, BC  V8L 2Y7
 Phone: (250) 655 1882 ext: 209
 Email: dkir...@excelsystems.com


 On Fri, Sep 6, 2013 at 4:27 PM, John Tran findingj...@gmail.comwrote:

 I experienced the same issue.  It seem like the issue occurs when
 it's in SSL configuration.  If you notice, it looked like Danella
 configuration in SSL mode.  I post the same issue back on August 27th 
 More
 Disconnect on ssl connection than non ssl 
 connectionhttp://mail-archives.apache.org/mod_mbox/openmeetings-user/201308.mbox/ajax/%3CCAOq_-sy0gp-f_LEaB8MBgzuvuot70xySkw2h%2BugcG%2BvnnNm3XQ%40mail.gmail.com%3E
 hoping someone like yourself or Maxim to respond but no luck.




 On Fri, Sep 6, 2013 at 4:18 PM, George Kirkham 
 gkirk...@co2crc.com.au wrote:

 Daniela,

 ** **

 Sorry I cannot help you with this problem as we have never
 experienced it, however others may be able to give you some assistance.
 

 ** **

 To help other assist you, can you give us more detail, please.

 ** **

 What version of OpenMeetings are you using (2.0, 2.1, 2.1.1, 3.0
 etc)?

 ** **

 On what OS are you running OpenMeetings. E.g. Windows 7, Windows
 Server 2008, Ubuntu server 12, Debian (5/6/7), Centos, etc?

 ** **

 How did you get OpenMeetings, from what repository?

 ** **

 Did you download the compiled version or did you down load the
 source and compile it locally on the server?

 ** **

 What installation instructions did you follow to build the
 environment in which you are running OpenMeetings?  Are all the
 prerequisite packages installed?

 ** **

 What ports are you using for OpenMeetings (e.g. netstat -anp | grep
 java), and I guess all firewall ports are open otherwise people would 
 have
 been able to start the meeting.

 ** **

 Is the server a dedicated server for OpenMeetings or are other red5
 applications also running on the server?

 ** **

 Thanks,

 ** **

 George Kirkham

 ** **

 ** **

 *From:* Daniela Kirsch [mailto:dkir...@excelsystems.com]
 *Sent:* Saturday, 7 September 2013 1:18 AM
 *To:* user@openmeetings.apache.org
 *Subject:* Video Frozen - OpenMeetings/Red5 stuck

 ** **

 Hi,

 ** **

 we are running into a serious issue. While being in a room with
 video and audio (2 people in a normal moderated conference room) it 
 happens
 that the video of the other person freezes (audio is gone as well).
 

 Once the video is frozen, the entire application is unusable.
 Meaning, if I open a browser and go to the site all I get is a blank 
 page.
 There's nothing, not even a Loading... displayed. This is for everyone
 who's trying to use it, not just the person who had the 

Re: Video Frozen - OpenMeetings/Red5 stuck

2013-09-10 Thread John Tran
Thanks Maxim.  Once you once edit the /usr/lib/red5/conf/red5-core.xml and
uncomment !-- RTMPS -- section by removing the !-- and the --, it would
not start.


On Tue, Sep 10, 2013 at 8:10 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 I'll try to set this up myself and will report back


 On Wed, Sep 11, 2013 at 12:38 AM, John Tran findingj...@gmail.com wrote:

 Maxim -

 I can't get SSL to work on your build.  I am trying to get this work one
 step at time, first getting RTMPS work and it will not start.
 If I install it from a SVN check out, would it be the same that you
 complile for 2.2 with the updated red5?  I also noticed that the svn path
 frm openmeetings/branches/2.1/ has been change to
 openmeetings/branches/2.x/  would this be the svn path for 2.2?




 On Sun, Sep 8, 2013 at 9:55 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 Hello All,

 Here is the version with Red5 server updated

 https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%202.x/

 please NOTE: no DB changes were made, same DB without backup/restore can
 be used.

 I would really appreciate stability/compatibility reports :)


 On Sat, Sep 7, 2013 at 2:22 PM, John Tran findingj...@gmail.com wrote:

 Thank you Maxim for the reply.  I have such a problem getting SSL to
 work on standard port (443)  that is below 1024 w/o root.  I'll wait for
 your red5 update in 2.1 branch.  Once that is done, I would be happy to
 rebuilt my Linux OS and OM211 from scratch, test it out, and report back.

 -john-


 On Fri, Sep 6, 2013 at 11:08 PM, Maxim Solodovnik solomax...@gmail.com
  wrote:

 Sorry for not responding (I was hoping anybody else can help)
 I'm not very good in SSL configuration :(

 It seems like red5 is not very stable while it is over SSL :(
 As workaround you can try to do the following:

 1) close 1935 port on your server
 2) start OM
 3) using mod_proxy set up redirect from
 http://om_server:8088/openmeetings to https://om_server/openmeetings

 all traffic in this case should go through Apache, not sure if it will
 work (i believe it should)

 I'll try to update red5 in 2.1 branch and if it all will be more
 stable maybe we can release 2.2.0

 If you can help and try intermediate builds and report back if it
 works better or not it might help :)



 On Sat, Sep 7, 2013 at 6:33 AM, Daniela Kirsch 
 dkir...@excelsystems.com wrote:

 Thanks John, I did see that email but as you now know we don't have a
 solution. I'm hoping someone can help us.

 Daniela Kirsch
 Web Developer

 ExcelSystems Software Development Inc.
 101 - 9274 4th St.
 Sidney, BC  V8L 2Y7
 Phone: (250) 655 1882 ext: 209
 Email: dkir...@excelsystems.com


 On Fri, Sep 6, 2013 at 4:27 PM, John Tran findingj...@gmail.comwrote:

 I experienced the same issue.  It seem like the issue occurs when
 it's in SSL configuration.  If you notice, it looked like Danella
 configuration in SSL mode.  I post the same issue back on August 27th 
 More
 Disconnect on ssl connection than non ssl 
 connectionhttp://mail-archives.apache.org/mod_mbox/openmeetings-user/201308.mbox/ajax/%3CCAOq_-sy0gp-f_LEaB8MBgzuvuot70xySkw2h%2BugcG%2BvnnNm3XQ%40mail.gmail.com%3E
 hoping someone like yourself or Maxim to respond but no luck.




 On Fri, Sep 6, 2013 at 4:18 PM, George Kirkham 
 gkirk...@co2crc.com.au wrote:

 Daniela,

 ** **

 Sorry I cannot help you with this problem as we have never
 experienced it, however others may be able to give you some assistance.
 

 ** **

 To help other assist you, can you give us more detail, please.

 ** **

 What version of OpenMeetings are you using (2.0, 2.1, 2.1.1, 3.0
 etc)?

 ** **

 On what OS are you running OpenMeetings. E.g. Windows 7, Windows
 Server 2008, Ubuntu server 12, Debian (5/6/7), Centos, etc?

 ** **

 How did you get OpenMeetings, from what repository?

 ** **

 Did you download the compiled version or did you down load the
 source and compile it locally on the server?

 ** **

 What installation instructions did you follow to build the
 environment in which you are running OpenMeetings?  Are all the
 prerequisite packages installed?

 ** **

 What ports are you using for OpenMeetings (e.g. netstat -anp | grep
 java), and I guess all firewall ports are open otherwise people would 
 have
 been able to start the meeting.

 ** **

 Is the server a dedicated server for OpenMeetings or are other red5
 applications also running on the server?

 ** **

 Thanks,

 ** **

 George Kirkham

 ** **

 ** **

 *From:* Daniela Kirsch [mailto:dkir...@excelsystems.com]
 *Sent:* Saturday, 7 September 2013 1:18 AM
 *To:* user@openmeetings.apache.org
 *Subject:* Video Frozen - OpenMeetings/Red5 stuck

 ** **

 Hi,

 ** **

 we are running into a serious issue. While being in a room with
 video and audio (2 people in a normal moderated conference room) it 
 happens
 that the video of the other person freezes (audio is gone as well).
 

 Once the video is frozen, the