Juha Heinanen writes:
Oct 30 10:36:56 localhost /usr/sbin/sip-proxy[3911]:
WARNING: <core> [tcp_main.c:1200]: WARNING: tcp_do_connect 192.168.0.169:5074: could
not find corresponding listening socket for 192.X.Y.2, using default...
Oct 30 10:36:57 localhost /usr/sbin/sip-proxy[3924]: INFO: Routing in-dialog BYE from
<sip:foo.bar@bar.com> to <sip:jh_bar_com@192.168.0.169:5074;transport=tcp>Oct
30 10:37:01 localhost /usr/sbin/sip-proxy[4023]: ERROR: <core> [tcp_main.c:3747]:
connect 192.168.0.169:5074 failed (timeout)
this was also due to the wrong flag being set by save(). sr didn't know
that the called user was behind nat.
however, i still don't understand what address 192.X.Y.2 appears in the
error message, because sr has nothing to do with it.
-- juha