ray klassen | 13 Dec 18:03
Picon
Favicon

Quest for working MCU software

What are people using for open source MCU's? I've tried vmukti, but it gives me a 'trust not granted' error.
I've tried mcuWeb but it produces some java exception. I've tried openvcs, which has allowed me to connect
to it but gives me an error I can't find on the web from the grandstream video phone I use for testing...

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: Quest for working MCU software

Hi,

have you tried to ask for help in any of those projects? ;)

What issues have you found with mcuWeb, maybe I could help you setting 
it up.

Best regards
Sergio

El 13/12/2011 18:03, ray klassen escribió:
> What are people using for open source MCU's? I've tried vmukti, but it gives me a 'trust not granted' error.
I've tried mcuWeb but it produces some java exception. I've tried openvcs, which has allowed me to connect
to it but gives me an error I can't find on the web from the grandstream video phone I use for testing...
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>     http://lists.digium.com/mailman/listinfo/asterisk-video

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

ray klassen | 13 Dec 23:36
Picon
Favicon

Re: Quest for working MCU software

I'm using the vmware vmdk guest disk, converted to raw for kvm

When I try to create a conference I get this:

The server encountered an internal error () that prevented it from fulfilling this request.

Server log says
this.

[#|2011-12-13T23:30:14.477+0100|SEVERE|sun-glassfish-comms-server2.0|javax.enterprise.system.container.web|_ThreadID=19;_ThreadName=httpWorkerThread-80-4;_RequestID=2dd87ab2-7a26-4e69-bd23-5f1d677625a4;|StandardWrapperValve[MCUHttpServlet]:
PWC1406: Servlet.service() for servlet MCUHttpServlet threw exception
java.lang.NullPointerException
    at org.murillo.mcuWeb.MCUHttpServlet.doPost(MCUHttpServlet.java:121)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
(Continue reading)

Re: Quest for working MCU software

Hi Ray,

The vmware image is quite old and a bit outdated. I would recommend you 
to upgrade to the latest version. You can get the installation 
instructions from the mcuWeb and the media mixer here:

http://www.medooze.com/products/mcu/open-source-installation.aspx
http://www.medooze.com/products/media-mixer-server/installation.aspx

If you find any problems, just contact me.

Best regards
Sergio

El 13/12/2011 23:36, ray klassen escribió:
> I'm using the vmware vmdk guest disk, converted to raw for kvm
>
>
> When I try to create a conference I get this:
>
> The server encountered an internal error () that prevented it from fulfilling this request.
>
>
> Server log says this.
>
>
[#|2011-12-13T23:30:14.477+0100|SEVERE|sun-glassfish-comms-server2.0|javax.enterprise.system.container.web|_ThreadID=19;_ThreadName=httpWorkerThread-80-4;_RequestID=2dd87ab2-7a26-4e69-bd23-5f1d677625a4;|StandardWrapperValve[MCUHttpServlet]:
PWC1406: Servlet.service() for servlet MCUHttpServlet threw exception
> java.lang.NullPointerException
>      at org.murillo.mcuWeb.MCUHttpServlet.doPost(MCUHttpServlet.java:121)
(Continue reading)

ray klassen | 14 Dec 18:08
Picon
Favicon

Re: Quest for working MCU software

The reason i went for the .vmdk fie was that I couldn't get the svn version compiled. But with your help maybe...

Ok I'm setting this all out in painstaking detail, because I don't know where I could be off track

some of the formatting on http://www.medooze.com/products/mcu/open-source-installation.aspx has
masked some steps in the file edits because the first edit 

shows up outside the should-be convenient code box. -a bit misleading but whatever. 

also some of the file.properties lines point to stuff the howto doesn't mention. Because the first time I
tried this, it error-ed out, I have downloaded and installed those as well.

I'm stuck on running ant in the XmlRpcMcuClient directory -- error reports package org.apache.xmlrpc
does not exist.  But how could that be? Looks like a real noob error. But I've got all the paths I know of
right. So here I go posting to the list.

Install Log:

- Vanilla Debian Squeeze amd64 install no extra packages, just ssh-server
- edit /etc/apt/sources.list to include contrib and non-free
- apt-get install sun-java6-jdk sun-java6-jre sun-java6-fonts sun-java6-javadb sun-java6-bin ant
subversion bzip2
- download sailfin-installer-v2-b31g-linux.jar
- install sailfin in /usr/local/sailfin per instructions @
http://sailfin.java.net/downloads/v1-MS4.html -- successful

- start mcuWeb install per instructions @ http://www.medooze.com/products/mcu/open-source-installation.aspx

- download apache-xmlrpc-3.1.3-bin.tar.bz2 and untar into /usr/local/apache-xmlrpc-3.1.3
- cd /usr/local/src
(Continue reading)

Re: Quest for working MCU software

Hi Ray,

I will check this errors and get back to you, I usually use Netbeans 
directly for compiling the mcuWeb application. In the mean time you can 
try with a binary build of the application (they are very well updated), 
try this one:

http://sourceforge.net/projects/mcumediaserver/files/mcumediaserver/rev%20414/mcuWeb.sar/download

Best regards
Sergio

El 14/12/2011 18:08, ray klassen escribió:
> The reason i went for the .vmdk fie was that I couldn't get the svn version compiled. But with your help maybe...
>
>
> Ok I'm setting this all out in painstaking detail, because I don't know where I could be off track
>
> some of the formatting on http://www.medooze.com/products/mcu/open-source-installation.aspx has
masked some steps in the file edits because the first edit
>
> shows up outside the should-be convenient code box. -a bit misleading but whatever.
>
>
> also some of the file.properties lines point to stuff the howto doesn't mention. Because the first time I
tried this, it error-ed out, I have downloaded and installed those as well.
>
> I'm stuck on running ant in the XmlRpcMcuClient directory -- error reports package org.apache.xmlrpc
does not exist.  But how could that be? Looks like a real noob error. But I've got all the paths I know of right.
So here I go posting to the list.
(Continue reading)

ray klassen | 15 Dec 20:57
Picon
Favicon

Re: Quest for working MCU software


That worked ok. I Followed the media-server instructions it compiled safely and it's running and added to
mcuWeb console. Now how does this interface with asterisk?

----- Original Message -----
From: Sergio Garcia Murillo <sergio.garcia@...>
To: Development discussion of video media support in Asterisk <asterisk-video@...>
Cc: 
Sent: Wednesday, 14 December 2011, 10:03
Subject: Re: [Asterisk-video] Quest for working MCU software

Hi Ray,

I will check this errors and get back to you, I usually use Netbeans 
directly for compiling the mcuWeb application. In the mean time you can 
try with a binary build of the application (they are very well updated), 
try this one:

http://sourceforge.net/projects/mcumediaserver/files/mcumediaserver/rev%20414/mcuWeb.sar/download

Best regards
Sergio

El 14/12/2011 18:08, ray klassen escribió:
> The reason i went for the .vmdk fie was that I couldn't get the svn version compiled. But with your help maybe...
>
>
> Ok I'm setting this all out in painstaking detail, because I don't know where I could be off track
>
> some of the formatting on http://www.medooze.com/products/mcu/open-source-installation.aspx has
(Continue reading)

ray klassen | 15 Dec 21:50
Picon
Favicon

Re: Quest for working MCU software

actually the question should be how does it interface with freepbx...?

----- Original Message -----
From: ray klassen <julius_ahenobarbus@...>
To: Development discussion of video media support in Asterisk <asterisk-video@...>
Cc: 
Sent: Thursday, 15 December 2011, 11:57
Subject: Re: [Asterisk-video] Quest for working MCU software

That worked ok. I Followed the media-server instructions it compiled safely and it's running and added to
mcuWeb console. Now how does this interface with asterisk?

----- Original Message -----
From: Sergio Garcia Murillo <sergio.garcia@...>
To: Development discussion of video media support in Asterisk <asterisk-video@...>
Cc: 
Sent: Wednesday, 14 December 2011, 10:03
Subject: Re: [Asterisk-video] Quest for working MCU software

Hi Ray,

I will check this errors and get back to you, I usually use Netbeans 
directly for compiling the mcuWeb application. In the mean time you can 
try with a binary build of the application (they are very well updated), 
try this one:

http://sourceforge.net/projects/mcumediaserver/files/mcumediaserver/rev%20414/mcuWeb.sar/download

Best regards
Sergio
(Continue reading)

Re: Quest for working MCU software

Hi,

Check this:

http://www.medooze.com/products/mcu/open-source-installation.aspx#asterisk

I have just added the info to the web.

BR
Sergio
El 15/12/2011 21:50, ray klassen escribió:
> actually the question should be how does it interface with freepbx...?
>
>
>
> ----- Original Message -----
> From: ray klassen<julius_ahenobarbus@...>
> To: Development discussion of video media support in Asterisk<asterisk-video@...>
> Cc:
> Sent: Thursday, 15 December 2011, 11:57
> Subject: Re: [Asterisk-video] Quest for working MCU software
>
>
>
> That worked ok. I Followed the media-server instructions it compiled safely and it's running and added to
mcuWeb console. Now how does this interface with asterisk?
>
>
>
> ----- Original Message -----
(Continue reading)

Nicholas Papadakos | 16 Dec 04:17

Re: Quest for working MCU software

Hello Sergio,

Maybe you could make another vm showcase with the latest patches/stable
builds ?

Kind Regards,
Nicholas Papadakos

-----Original Message-----
From: asterisk-video-bounces@...
[mailto:asterisk-video-bounces@...] On Behalf Of Sergio Garcia
Murillo
Sent: Friday, December 16, 2011 3:57 AM
To: asterisk-video@...
Subject: Re: [Asterisk-video] Quest for working MCU software

Hi,

Check this:

http://www.medooze.com/products/mcu/open-source-installation.aspx#asterisk

I have just added the info to the web.

BR
Sergio
El 15/12/2011 21:50, ray klassen escribió:
> actually the question should be how does it interface with freepbx...?
>
>
(Continue reading)


Gmane