I'm migrating from an older version of SER to sip-router. A syntax check of my
config file produces a few errors. The most confusing is :
0(27980) WARNING: [cfg.y:3364]: warning in config file
/home/blairs/ser-penn.cfg, line 1270, column 22-23: non constant rvalue in ip
comparison
Line 1270
y, April 30, 2010 2:09 PM
To: Steven C. Blair
Cc: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] t_on_failure to named failure route
Hello,
On 4/30/10 7:58 PM, Steven C. Blair wrote:
I'm attempting to run an existing SER config file under a recent build of
sip-router. I get a synta
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 sup
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