<div dir="ltr"><div dir="ltr"><div>From my experience with testing SIPREC on OpenSIPs, I believe the Oreka solution is not SIPREC compliant - it supports passive and active recording but does not support the SIPREC protocol.<br></div><div><br></div><div>So maybe, if I'm correct, then this is part of the issue you are having?</div><div><br></div><div>I ended up using Drachtio SIPREC Recording Server as the SIPREC server:</div><div><br></div><div><a href="https://github.com/davehorton/drachtio-siprec-recording-server">https://github.com/davehorton/drachtio-siprec-recording-server</a>  </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 4 Dec 2019 at 16:44, VOIP Security via Users <<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre>Hi,

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 -
OpenSIPS - <a href="http://10.10.10.174:5062" target="_blank">10.10.10.174:5062</a> as X.X.X.X
Orkaudio - <a href="http://10.10.10.174:5060" target="_blank">10.10.10.174:5060</a> and also listening on <a href="http://127.0.0.1:5060" target="_blank">127.0.0.1:5060</a>
RTPPROXY - <a href="http://10.10.10.174:22222" target="_blank">10.10.10.174:22222</a>

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 -
 session callid=B2B.195.839325.1575063266 localparty=200 remoteparty=100
duration=33 has no rtp

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.
Here are my rtpproxy settings -
modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://10.10.10.174:22222" target="_blank">10.10.10.174:22222</a>")
modparam("rtpproxy", "default_set", 1)

This is inside relay route  -

if (isflagset(NAT_FLAG) && has_body("application/sdp")) {

rtpproxy_offer("froc","X.X.X.X","1","$var(siprec_rtpproxy_socket)");
                        xlog("RTPPROXY Sock used is
$var(siprec_rtpproxy_socket)");
                        siprec_start_recording("sip:<a href="http://10.10.10.174:5060" target="_blank">10.10.10.174:5060</a>
",,,"$var(siprec_rtpproxy_socket)");

                }

Please help me to fix this issue and I know I am messing up somewhere in
osips config file. I will appreciate any help.


Thanks and regards<br></pre><div><div><br></div><div><br></div></div><div><br></div>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div></div>