25 okt 2012 kl. 19:05 skrev Klaus Darilion <klaus.mailinglists(a)pernau.at>at>:
Kamailio uses the next hop target (probably the URI in
the Path header) and searches for open TCP connections to this target. I guess the Path
header contains the private IP address of the outbound proxy, thus it does not match the
open TCP connection. If there is not outboundproxy, the solution is simple: as always use
fix_nated_register() on REGISTER. Then, after lookup() the proxy will search for a TCP
connection to the "received" IP:port and find and uses the existing connection.
Thinking about TLS - how do we match there?
/O