On Fri, 16 Nov 2007 16:59:42 +0100, IƱaki Baz Castillo <ibc(a)in.ilimit.es>
wrote:
Note that if you set:
modparam("tm", "fr_inv_timer", 27)
but don't set:
modparam("tm", "noisy_ctimer", 1) <-- by default is 0 !!!
then after 27 seconds ringing TM module forgets the transaction, so it
will
not understand that CANCEL (and maybe because that the CANCEL is sent
wronly
by localhost).
But if you set:
modparam("tm", "noisy_ctimer", 1)
then after 27 seconds ringing OpenSer TM module will generate a CANCEL
and end
the transaction properly.
Thanks,
Great info, that solved the problem, and explained why expired
transactions were going to 127.0.0.1.
tm has so much stuff... must check what else is helpful...
Thanks,
Richard.