<div dir="ltr"><div>Hi, <br></div><div><br></div><div>I hope you are having a good weekend. I am posting this issue because I am struggling to make openSIPS with SIPREC to work. I have tried various ways but still no success for RTP. Here is my network topology - <br></div><div>OpenSIPS - <a href="http://10.10.10.174:5062">10.10.10.174:5062</a> as X.X.X.X</div><div>Orkaudio - <a href="http://10.10.10.174:5060">10.10.10.174:5060</a> and also listening on <a href="http://127.0.0.1:5060">127.0.0.1:5060</a></div><div>RTPPROXY - <a href="http://10.10.10.174:22222">10.10.10.174:22222</a></div><div><br></div><div>Both UACs are registered to openSIPS via its X.X.X.X public IP. I am able to send the call to orkaudio successfully but after the call disconnects orkaduio shows this message -</div><div> session callid=B2B.195.839325.1575063266 localparty=200 remoteparty=100 duration=33 has no rtp</div><div><br></div><div>And whenever openSIPS sends INVITE to orkaudio, Ork audio sends 200OK SDP back and then openSIPS sends ACK but never send any SDP response or any media back. And on that INVITE openSIPS sends 127.0.0.1 this IP in c element of SDP.</div><div>Here are my rtpproxy settings -</div><div>modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://10.10.10.174:22222">10.10.10.174:22222</a>")<br>modparam("rtpproxy", "default_set", 1)</div><div><br></div><div>This is inside relay route  -</div><div><br></div><div>if (isflagset(NAT_FLAG) && has_body("application/sdp")) {<br>                        rtpproxy_offer("froc","X.X.X.X","1","$var(siprec_rtpproxy_socket)");<br>                        xlog("RTPPROXY Sock used is $var(siprec_rtpproxy_socket)");<br>                        siprec_start_recording("sip:<a href="http://10.10.10.174:5060">10.10.10.174:5060</a>",,,"$var(siprec_rtpproxy_socket)");<br>                        <br>                }<br></div><div><br></div><div>Please help me to fix this issue and I know I am messing up somewhere in osips config file. I will appreciate any help.</div><div><br></div><div><br></div><div>Thanks and regards</div><div><br></div><div><br></div></div>