Re: [SR-Users] Compiling and installing sip-router with some SER modules

2010-04-13 Thread Daniel-Constantin Mierla
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 -

[SR-Users] Compiling and installing sip-router with some SER modules

2010-04-13 Thread Juha Heinanen
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

[SR-Users] Compiling and installing sip-router with some SER modules

2010-04-13 Thread Steven C. Blair
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. Inst