A little update: i was able to reproduce the error on tcp protocol by
changing rtp settings in my opensips.conf like so:
loadmodule "rtpproxy.so"
modparam("rtpproxy", "rtpproxy_sock", "udp:127.0.0.1:12221")
modparam("nathelper", "force_socket", "udp:localhost:12221")
And running rtpproxy with the following parameters:
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
The difference on this however is, that in this case we can'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:
https://gist.github.com/anonymous/65ee5e3bcc1ce5801a6a
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users