[SR-Users] t_on_failure to named failure route

2010-04-30 Thread Steven C. Blair
I'm attempting to run an existing SER config file under a recent build of sip-router. I get a syntax error on the t_on_failure(noroute) call that exists in my config file. The specific error is bad expression: type mismatch (str instead of int). I presume this means sip-router does not

Re: [SR-Users] t_on_failure to named failure route

2010-04-30 Thread Steven C. Blair
The error is produced within the following block per the config file syntax check -c. if (method==INVITE !...@to.tag) { t_on_failure(FAILURE_ROUTE); } From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Friday, April 30, 2010 2:09 PM To: Steven C. Blair Cc

[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.