Hi Friends,
i have problem about rtpproxy connection.
/var/log/messages/ --------------------------- ERROR:nathelper:send_rtpp_command: can't connect to RTP proxy ERROR:nathelper:send_rtpp_command: proxy unix:/var/run/rtpproxy.sock does not respond, disable it WARNING:nathelper:rtpp_test: can't get version of the RTP proxy WARNING:nathelper:rtpp_test: support for RTP proxy unix:/var/run/rtpproxy.sock has been disabled temporarily
i have installed successful rtpproxy-0.2_2007-07-28. run from /usr/local/sbin/rtpproxy in /var/run/ to files exists as -rw-r--r-- 1 root root 6 Dec 4 19:48 rtpproxy.pid srwxr-xr-x 1 root root 0 Dec 4 19:48 rtpproxy.sock
kamailio.cfg ------------------ loadmodule "nathelper.so" modparam("nathelper", "natping_interval", 60) modparam("nathelper", "ping_nated_only", 1) modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock") modparam("nathelper", "rtpproxy_disable_tout", 60) modparam("nathelper", "rtpproxy_tout", 1) modparam("nathelper", "rtpproxy_retr", 5) modparam("nathelper", "sipping_method", "OPTIONS") modparam("nathelper", "received_avp", "$avp(i:801)")