[sr-dev] requests timed out too fast

Juha Heinanen jh at tutpro.com
Sat Jun 6 10:30:51 CEST 2009


after the regex fixup bug was fixed, i got a bit further with my
sip-router tests.  by the way, am i the only one testing sip-router,
because no-one else has complained about anything?

this time i was hit by problem, where sip-router sends 408 request
timeout too fast.  the reason turned out to be difference in units of sr
and kamailio tm module timer values.

in sr, timer values are given in ms, whereas in k they are seconds.  it
would be easy to make the change if it would only involve tm module
params in config file, but in my case, i have these timer values all
over in database, where they get assigned to pseudo variables used by tm
module.

so migration from kamailio tm to sr tm will not be easy.  in order to
help here, could it be possible to have a new tm module param that tells
which units (ms or seconds) timer values are given to tm module?

-- juha



More information about the sr-dev mailing list