hi all,
i have configured kamailio and RTPProxy on one ubuntu server then freeswitch on another server. all servers installed on digital ocean. i was tried to build following setup,
SIP_Call------> kamailio+RTPPROXY-------> freeswitch
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