<div dir="ltr"><div><div>A little update: i was able to reproduce the error on tcp protocol by changing rtp settings in my opensips.conf like so:<br><br>loadmodule &quot;rtpproxy.so&quot;<br>modparam(&quot;rtpproxy&quot;, &quot;rtpproxy_sock&quot;, &quot;udp:<a href="http://127.0.0.1:12221">127.0.0.1:12221</a>&quot;)  <br>modparam(&quot;nathelper&quot;, &quot;force_socket&quot;, &quot;udp:localhost:12221&quot;) <br><br></div>And running rtpproxy with the following parameters:<br><br>sudo rtpproxy -d DBUG:LOG_LOCAL5 -f -s udp:localhost:12221 -u rtpproxy:rtpproxy -p /var/run/rtpproxy/rtpproxy.pid -A xx.xx.xx.xx(public_ip) -l 127.0.0.1 -m 16384 -M 32768<br><br></div>The difference on this however is, that in this case we can&#39;t hear each other, so the media stream is not getting established, but still the call terminates after 15 seconds with the same timeout. Here is the gist for this type of setting:<br><br><a href="https://gist.github.com/anonymous/65ee5e3bcc1ce5801a6a">https://gist.github.com/anonymous/65ee5e3bcc1ce5801a6a</a><br><div><div><br></div></div></div>