Hello, On Wed, 24 May 2006, H. L. wrote:
I tried to use sofsip_cli over fedora 5.0. However I had the following issue, which looks like the GStreamer version or some module is not there. But the signalling path looks ok. Can anyone help me regarding this?
yes, unfortunately sofsip-cli requires some GStreamer plugins (gst-plugins-farsight) that are not yet part of the base GStreamer distribution, and thus not part of packages that come with distros.
See the reqs at: http://sofia-sip.sourceforge.net/cgi-bin/twiki-bin/view/SofiaSIP/SofSipCli
I used the ssip_gst plugin, but after I accepted the incoming call, the process crashed. I doubt it could be the same problem.
Hmm, it's probably some missing some gst plugin that is not installed. The gaim plugin does not check whether all required elements are present at startup.
** (sofsip_cli:1765): DEBUG: priv_verify_required_elements:189 ** Message: Verifying GST element "rtpbin" -> FAILED ** Message: Verifying GST element "rtpjitterbuffer" -> FAILED ** Message: Verifying GST element "alawenc" -> OK ** Message: Verifying GST element "alawdec" -> OK ** Message: Verifying GST element "dynudpsink" -> OK ** Message: Verifying GST element "udpsrc" -> OK
Hmm, maybe we should add yet one more media implementation to sofsip-cli that uses just plain gstreamer. Then you should be able to run it on distros such as FC5 without any extra packages. There would be no RTCP support, nor jitterbuffering, but for very basic VoIP testing, it would work.
-- under work: Sofia-SIP at http://sofia-sip.sf.net ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
