Hello,We are trying to use Kamailio 4.2 with RTPEngine 3.3 behind NAT.Somehow SIP responses (200 OK) are not handled by Kamailio.The following INVITE is send to the receiving end (WebRTC Client):INVITE sip:evQzk4l62MdF3G7U6eudj@whtest3.24dial.com SIP/2.0Record-Route: <sip:104.155.11.255:5060;nat=yes;lr=on>Via: SIP/2.0/UDP 104.155.11.255:5060;branch=z9hG4bK865.9db0c023bec2f314e89ae0f18b78d2f0.0Via: SIP/2.0/UDP 10.240.215.73:5060;rport=5060;received=146.148.113.245;branch=z9hG4bK644600e2Max-Forwards: 69From: "Anonymous" <sip:anonymous@anonymous.invalid>;tag=as68f0a26aContact: <sip:anonymous@10.240.215.73:5060;alias=146.148.113.245~5060~1>CSeq: 102 INVITEUser-Agent: Asterisk PBX 12.5.0Date: Fri, 24 Oct 2014 08:38:09 GMTAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGESupported: replaces, timerContent-Type: application/sdpContent-Length: 738P-hint: outbound.......The client response looks like this:SIP/2.0 200 OKVia: SIP/2.0/UDP 104.155.11.255:5060;branch=z9hG4bK865.9db0c023bec2f314e89ae0f18b78d2f0.0;rport=5060;received=104.155.11.255, SIP/2.0/UDP 10.240.215.73:5060;rport=5060;received=146.148.113.245;branch=z9hG4bK644600e2From: "Anonymous" <sip:anonymous@anonymous.invalid>;tag=as68f0a26aTo: <sip:evQzk4l62MdF3G7U6eudj@whtest3.24dial.com>;tag=E2VMB39U5NYHCXLZREFGQV2DAXPCZXNQ6J6PContact: <sip:evQzk4l62MdF3G7U6eudj@whtest3.24dial.com>;tag=E2VMB39U5NYHCXLZREFGQV2DAXPCZXNQ6J6PCSeq: 102 INVITERecord-Route: <sip:104.155.11.255:5060;nat=yes;lr=on>Content-Type: application/sdpContent-Length: 938.......I have a xlog call as the first statement in kamailio routing script. I can see the request, which get's handled correctly but the response does not appear in kamailio log, though it arrives at the machine.I am totally helpless, what might be wrong. If we use kamailio on a public accessable machine everything works as expected.Maybe anyone might have had similiar problems using kamailio behind NAT.Kind regards,Marko