I'd like to build the latest version of sip-router from source but include server modules from the modules_s directory. I thought the command 'make include_modules="modules_s/permissions modules_s/pike modules_s/ratelimit modules_s/sms modules_s/sanity" ' would do the trick but it doesn't. Instead all modules from the modules_s are built.
Is there a way to compile and install the core + modules_s/(permissions,pike,ratelimit,sms,sanity) ?
Thanks
---
ISC Networking & Telecommunications 3401 Walnut Street, Suite 221A Philadelphia, PA 19104 215-573-8396 215-898-9348 (fax)
Steven C. Blair writes:
Is there a way to compile and install the core + modules_s/(permissions,pike,ratelimit,sms,sanity)?
here is my make:
$(MAKE) cfg CC=$(CC) CFLAGS="$(CFLAGS)" QUIET=$(QUIET) KMSTATS=$(KMSTATS) MAIN_NAME=$(MAIN_NAME) basedir=$(BASEDIR) prefix=/usr cfg_prefix=$(BASEDIR) cfg_target=/etc/sip-proxy/ modules="$(MODULES)" modules_s="$(MODULES_S)" modules_k="$(MODULES_K)"
i don't know if that it the best way, but it works ok for me.
-- juha
Hello,
On 4/13/10 5:21 PM, Juha Heinanen wrote:
Steven C. Blair writes:
Is there a way to compile and install the core + modules_s/(permissions,pike,ratelimit,sms,sanity)?
if you don't use kamailio 3.0 flavour, then all modules are compiled, those from directories: - madules - modules_k - modules_s
It is nothing special you have to do, just make sure you load the modules you want from the proper directory.
Cheers, Daniel
here is my make:
$(MAKE) cfg CC=$(CC) CFLAGS="$(CFLAGS)" QUIET=$(QUIET) KMSTATS=$(KMSTATS) MAIN_NAME=$(MAIN_NAME) basedir=$(BASEDIR) prefix=/usr cfg_prefix=$(BASEDIR) cfg_target=/etc/sip-proxy/ modules="$(MODULES)" modules_s="$(MODULES_S)" modules_k="$(MODULES_K)"
i don't know if that it the best way, but it works ok for me.
-- juha
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users