i have configured kamailio and RTPProxy on one ubuntu server then freeswitch on another server.
put following configurations on kamailio.
modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:7722")
modparam("rtpproxy", "rtpproxy_retr", 2)
modparam("rtpproxy", "ice_candidate_priority_avp", "$avp(ice_priority)")
mhomed=1
route[FROM_TRUNK]
#force_send_socket("pu.bl.ic.ip ");
rtpproxy_manage("","pu.bl.ic.ip ");
$du="sip:ip.of.free.switch:5080";
route(RELAY);
call was connected but rtp is not going through the kamailio server like folows,
SIP FLOOR
SIP_Call------> kamailio-------> freeswitch
SIP_Call<------ kamailio<------- freeswitch
RTP FLOOR
SIP_Call ------> freeswitch
SIP_Call <------ freeswitch
please help me to configure kamailio and RTPProxy to manage RTP
--
thanking you..
Achintha