Kamailio didn't start listening on IP mentioned in Module RTPPROXY parameter Timeout_Socket.

Below is my configuration file.

loadmodule "rtpproxy.so"
modparam("rtpproxy", "rtpproxy_sock", "udp:127.0.0.1:7722")
modparam("rtpproxy", "rtpproxy_tout", 1)
modparam("rtpproxy", "rtpproxy_retr", 2)
modparam("rtpproxy", "timeout_socket", "tcp:127.0.0.1:7725")

when I type a commmand on linux

$ netstat -nlp

it only shows SIP listening ports. Kamailio should start listening on tcp:1270.0.01:7725


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.