hi
I have configured kamailio and freeswitch on two Ubuntu servers as follows.
Sip_TRUNK------> kamailio-------> freeswitch
i wan to manage rtp through the kamailio server,
first i want to know,
1. can i do it without RTP Proxy ?
anyway i tried it with RTP Proxy as follows,
I installed rtpproxy on kamailio server and start it using
“rtpproxy –F -l pu.bl.ic.ip -s udp:localhost :7722 -u root” it was working
Then I put
modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:7722")
modparam("rtpproxy", "rtpproxy_retr", 2)
modparam("rtpproxy", "ice_candidate_priority_avp", "$avp(ice_priority)")
mhomed=0
route[FROM_TRUNK]
force_send_socket("pu.bl.ic.ip ");
rtpproxy_manage("","pu.bl.ic.ip ");