[Spce-user] howto: compiling itp_MEDIAPROXY module on slicehost
Stefan Sayer
stefan.sayer at googlemail.com
Wed May 18 22:49:54 EDT 2011
Hi,
anyone who is trying to get spce 2.2-rc1 running on slicehost (and
possibly some other cloud hosting providers), may benefit from these
two tips:
1. install kernel headers before, following this article:
http://articles.slicehost.com/2010/6/18/downloading-and-using-kernel-source-code-2-6-32-12-and-newer-on-debian
2. the normal dkms rebuild somehow makes mrproper in the kernel source
directory, cleaning up some include files (bounds.h) generated by make
modules_prepare (this bug possibly:
https://bugs.launchpad.net/dkms/+bug/599971); to prevent this, build
dkms with --no-clean-kernel --no-prepare-kernel as in
dkms build --kernelsourcedir /usr/src/$(uname -r) \
--no-clean-kernel --no-prepare-kernel \
-m ngcp-mediaproxy-ng -v 1.3.1
dkms install -m ngcp-mediaproxy-ng -v 1.3.1
depmod -a
If I am not mistaken, normal (100% userland) rtpproxy should also work
with that kamailio setup, so sipwise wizards could possibly provide an
alternative easy-to-install-and-runs-everywhere rtpproxy package? The
rtpproxy config seems to be present anyway.
BR
Stefan
--
Stefan Sayer
VoIP Services Consulting and Development
Warschauer Str. 24
10243 Berlin
tel:+491621366449
sip:sayer at iptel.org
email/xmpp:stefan.sayer at gmail.com
More information about the Spce-user
mailing list