>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.
So maybe, if I'm correct, then this is part of the issue you are having? I ended up using Drachtio SIPREC Recording Server as the SIPREC server: https://github.com/davehorton/drachtio-siprec-recording-server On Wed, 4 Dec 2019 at 16:44, VOIP Security via Users < [email protected]> wrote: > 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 - 10.10.10.174:5062 as X.X.X.X > Orkaudio - 10.10.10.174:5060 and also listening on 127.0.0.1:5060 > RTPPROXY - 10.10.10.174:22222 > > 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:10.10.10.174:22222") > 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:10.10.10.174:5060 > ",,,"$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 > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
