when proxy gets ack to invite, it spits out this kind of error message:
Sep 20 22:03:35 wheezy2 /usr/sbin/sip-proxy[4575]: INFO: processing ACK
<sip:jh@192.98.103.10:5074>
Sep 20 22:03:35 wheezy2 /usr/sbin/sip-proxy[4575]: WARNING: rr [loose.c:744]: no socket
found for match second RR
route headers in the request are:
Route: <sip:192.98.103.10:5060;transport=tcp;r2=on;ftag=43884fd989cff6dc;lr>
Route: <sip:192.98.103.10:5060;r2=on;ftag=43884fd989cff6dc;lr>
and when i start the proxy it tells this:
Listening on
udp: 192.98.103.2 [192.98.103.2]:5070
udp: 127.0.0.1:5072
tcp: 192.98.103.2 [192.98.103.2]:5070
tcp: 127.0.0.1:5072
tcp: 127.0.0.1:6060
Aliases:
*: 192.98.103.10:5060
*: sip.test.fi:5060
why does loose_route() not find the first alias?
-- juha