What i the trace at Sailfin server.log?

Best regards
Sergio
El 25/02/2012 1:46, ray klassen escribió:
Moving on
I found where to set the sip listener in sailfin, and set it for the right ip. 
UDP connection issue solved.

Now I'm getting circuits are busy still but the error report is now

    -- Got SIP response 500 "Server Internal Error" back from 
Random-IP-address:5060

(Thanks for all your help. )



----- Original Message -----
From: ray klassen<julius_ahenobar...@yahoo.co.uk>
To: Development discussion of video media support in 
Asterisk<asterisk-video@lists.digium.com>
Cc:
Sent: Wednesday, 22 February 2012, 8:14
Subject: Re: [Asterisk-video] Quest for working MCU software

Yes it's sending it to the right port. On the mcuWeb end netstat -aunp shows no 
port udp port 5060 even open even though it reports that it is listening on 
those ports when you restart the server.



----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: asterisk-video@lists.digium.com
Cc:
Sent: Tuesday, 21 February 2012, 14:58
Subject: Re: [Asterisk-video] Quest for working MCU software

Hi,

What is the Asterisk error? Could check if it is sending the INVITE to
the sailfin IP:port?

Best regards
Sergio

El 21/02/2012 20:26, ray klassen escribió:
Ok, so I pulled down the latest .sar file and updated the mcuweb module in 
sailfin

Seemed to lose all previous configuration, at any rate, now I've got a 
conference server that seems happy in the web interface but responds sip port 
unreachable when asterisk contacts it.



----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: asterisk-video@lists.digium.com
Cc:
Sent: Wednesday, 28 December 2011, 14:13
Subject: Re: [Asterisk-video] Quest for working MCU software

Another happy customer.. ;)

If you find any problem/feedback just post it here.

BR
Sergio

El 28/12/2011 21:45, ray klassen escribió:
Ah. Now it works... Lots to play with.





----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: ray klassen<julius_ahenobar...@yahoo.co.uk>
Cc:
Sent: Friday, 23 December 2011, 14:01
Subject: Re: [Asterisk-video] Quest for working MCU software

I see the problem:

c=IN IP4

It seems that you have not configured the media IP in the media mixer
confing in the mcuWeb

Best regards
Sergio

El 23/12/2011 21:28, ray klassen escribió:
here's a capture

wireshark reports that packet 5 (200 Ok with session description) is malformed.

172.19.1.47 is my pbx, 172.19.1.49 is mcuWeb




----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: Development discussion of video media support in 
Asterisk<asterisk-video@lists.digium.com>
Cc:
Sent: Tuesday, 20 December 2011, 16:22
Subject: Re: [Asterisk-video] Quest for working MCU software

Hi,

Could you get  an ethereal trace of the SIP negotiation? Usually that
happens when Asterisk/FreePBX does not receive the ACK.

Best regards
Sergio

El 16/12/2011 23:23, ray klassen escribió:
Ok I plugged the new info into a trunk on my freepbx install and I set up an 
outgoing route to it, then I set up a conference on mcuWeb that matches the 
outgoing did on the route and I get some joy on the mcuWeb console (it 
registers my incoming userid) but the connection just drops.



----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: asterisk-video@lists.digium.com
Cc:
Sent: Thursday, 15 December 2011, 17:57
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<julius_ahenobar...@yahoo.co.uk>
To: Development discussion of video media support in 
Asterisk<asterisk-video@lists.digium.com>
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.gar...@fontventa.com>
To: Development discussion of video media support in 
Asterisk<asterisk-video@lists.digium.com>
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 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/XmlRpcMcuClient.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/XmlRPCJSR309Client.java:11:
 package org.apache.xmlrpc does not exist



----- Original Message -----
From: Sergio Garcia Murillo<sergio.gar...@fontventa.com>
To: asterisk-video@lists.digium.com
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


--
_____________________________________________________________________
-- 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


--
_____________________________________________________________________
-- 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

Reply via email to