Hello Sergio, Maybe you could make another vm showcase with the latest patches/stable builds ?
Kind Regards, Nicholas Papadakos -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sergio Garcia Murillo Sent: Friday, December 16, 2011 3:57 AM To: [email protected] 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...? > > > > ----- Original Message ----- > From: ray klassen<[email protected]> > To: Development discussion of video media support in > Asterisk<[email protected]> > 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<[email protected]> > To: Development discussion of video media support in > Asterisk<[email protected]> > 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/re > v%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. >> >> >> 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 >> >> - svn checkout >> https://mcumediaserver.svn.sourceforge.net/svnroot/mcumediaserver mcu >> - edit /usr/local/src/mcu/XmlRpcMcuClient/nbproject/project.properties: >> - unmentioned file.reference to apache-xmlrpc-3.1.3-src - download,install that to /usr/local/src >> - unmentioned file.reference to >> ../../usr/xmlrpc-3.0rc1/lib/ws-commons-util-1.0.1.jar >> >> -- download from www.findpro.net/en/index.php?action=download&id=949335 >> - unmentioned file.reference to xmlrpc-server-3.1.3.jar -- >> edited to match existing file >> >> >> - re-check all file paths for validity (there is a file there!) >> >> >> file.reference.commons-logging-1.1.jar=/usr/local/lib/apache-xmlrpc-3 >> .1.3/lib/commons-logging-1.1.jar >> file.reference.src-main=/usr/local/src/apache-xmlrpc-3.1.3-src/client >> /src/main/ >> file.reference.ws-commons-util-1.0.1.jar=/usr/local/lib/xmlrpc-3.0rc1 >> /lib/ws-commons-util-1.0.1.jar >> file.reference.ws-commons-util-1.0.2.jar=/usr/local/lib/apache-xmlrpc >> -3.1.3/lib/ws-commons-util-1.0.2.jar >> file.reference.xmlrpc-client-3.1.3.jar==/usr/local/lib/apache-xmlrpc- >> 3.1.3/lib/xmlrpc-client-3.1.3.jar >> file.reference.xmlrpc-common-3.1.3.jar==/usr/local/lib/apache-xmlrpc- >> 3.1.3/lib/xmlrpc-common-3.1.3.jar >> file.reference.xmlrpc-server-3.1.3.jar=/usr/local/lib/apache-xmlrpc-3 >> .1.3/lib/xmlrpc-server-3.1.3.jar >> >> >> - edit /usr/local/src/mcu/mcuWeb/nbproject/project.properties: >> - unmentioned file.reference to jsdp-1.0.jar download install >> from sourceforge >> >> >> >> file.reference.commons-logging-1.1.jar=/usr/local/lib/apache-xml-3.1. >> 3/lib/commons-logging-1.1.jar >> file.reference.jsdp-1.0.jar=/usr/local/lib/jsdp-1.0/jsdp-1.0.jar >> file.reference.ssa-api.jar=/usr/local/sailfin/lib/ssa-api.jar >> file.reference.ws-commons-util-1.0.2.jar=/usr/local/lib/apache-xml-3. >> 1.3/lib/ws-commons-util-1.0.2.jar >> file.reference.xmlrpc-client-3.1.3.jar=/usr/local/lib/apache-xml-3.1. >> 3/lib/xmlrpc-client-3.1.3.jar >> file.reference.xmlrpc-common-3.1.3.jar=/usr/local/lib/apache-xml-3.1. >> 3/lib/xmlrpc-common-3.1.3.jar >> file.reference.XmlRpcMcuClient.jar=../XmlRpcMcuClient/dist/XmlRpcMcuC >> lient.jar >> >> >> - re-check all file paths for validity (there is, or will be, a >> file there!) >> >> >> - cd /usr/local/src/mcu/XmlRpcClient >> >> - ant >> >> - returns error >> /usr/local/src/mcu/XmlRpcMcuClient/src/org/murillo/MediaServer/XmlRPC >> JSR309Client.java:11: package org.apache.xmlrpc does not exist >> >> >> >> ----- Original Message ----- >> From: Sergio Garcia Murillo<[email protected]> >> To: [email protected] >> Cc: >> Sent: Tuesday, 13 December 2011, 10:00 >> Subject: Re: [Asterisk-video] 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 -- >> >> 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 -- >> >> 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 -- > > 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 -- > > 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 -- > > 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 -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-video __________ Information from ESET NOD32 Antivirus, version of virus signature database 6538 (20111012) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -- _____________________________________________________________________ -- 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
