On Oct 31, 2009 at 07:52, Juha Heinanen <jh(a)tutpro.com> wrote:
Juha Heinanen writes:
it turns out that sometimes TO_NATED flag is set
and sometimes not even
when the calls are exactly identical.
i added this to the beginning of my script:
route { # main route block (initial tasks)
xlog("L_INFO", "Initial bflags <$bF>\n");
and many times it produces
Oct 31 07:45:41 localhost /usr/sbin/sip-proxy[4689]: INFO: Initial bflags
<0000000a>
looks like it remembers them from previous invocation of the script,
i.e., branch flags are not properly initialized.
Yes, the branch flags for the 0 branch (ruri_bflags) were not
re-initialized.
It should be fixed now on the latest sr_3.0.
Thanks,
Andrei