<div dir="auto"><div dir="auto">In both module you need third service for recording streams.<div dir="auto">In RTPEngine you needed rtpengine-daemon-recording. And in RTPProxy you need extractaudio utility for extract audio streams.</div><div dir="auto">With Regards.Mojtaba</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 18 Nov 2018 00:18 David Villasmil, <<a href="mailto:david.villasmil.work@gmail.com" target="_blank" rel="noreferrer">david.villasmil.work@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think he’s using rtpproxy, not rtp-engine. :)<br><div class="gmail_quote"><div dir="ltr">On Sat, 17 Nov 2018 at 20:21, Alex Balashov <<a href="mailto:abalashov@evaristesys.com" rel="noreferrer noreferrer" target="_blank">abalashov@evaristesys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The documentation here explains fairly well how to set up the recording<br>
component of RTPEngine. Recording is then enabled via a command sent in<br>
the rtpengine_offer()/manage() functions.<br>
<br>
<a href="https://github.com/sipwise/rtpengine" rel="noreferrer noreferrer noreferrer" target="_blank">https://github.com/sipwise/rtpengine</a><br>
<br>
-- Alex<br>
<br>
On Sat, Nov 17, 2018 at 10:19:02AM -0800, <a href="mailto:bill@telopar.net" rel="noreferrer noreferrer" target="_blank">bill@telopar.net</a> wrote:<br>
<br>
> Hi All:<br>
> <br>
> I have a project that requires that I record the audio streams from an ongoing phone call. It seems that rtp_proxy module should do that, but I can't seem to get it to work.<br>
> <br>
> My config file:<br>
> <br>
> *if(nat_uac_test("8")) { //rtpproxy_manage("co"); xlog("L_INFO", "rtpproxy<br>
> Call is going to private IPv4 Media Server Engage RTPProxy Now\n");<br>
> rtpproxy_manage("crwie","10.1.1.2"); } else { //rtpproxy_manage("cor");<br>
> xlog("L_INFO", "rtpproxy Call is coming from a private IPv4 Media Server<br>
> Engage RTPProxy Now\n"); rtpproxy_manage("crwei","10.1.1.2"); } *There<br>
> appears to be conversations going on with rtpproxy on both legs of the call.<br>
> But I seem to be missing the step that records the audio*. *Anybody have an<br>
> example of how to do this.<br>
> <br>
> TIA, Bill<br>
> **<br>
> <br>
<br>
> _______________________________________________<br>
> Kamailio (SER) - Users Mailing List<br>
> <a href="mailto:sr-users@lists.kamailio.org" rel="noreferrer noreferrer" target="_blank">sr-users@lists.kamailio.org</a><br>
> <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br>
<br>
-- <br>
Alex Balashov | Principal | Evariste Systems LLC<br>
<br>
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) <br>
Web: <a href="http://www.evaristesys.com/" rel="noreferrer noreferrer noreferrer" target="_blank">http://www.evaristesys.com/</a>, <a href="http://www.csrpswitch.com/" rel="noreferrer noreferrer noreferrer" target="_blank">http://www.csrpswitch.com/</a><br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" rel="noreferrer noreferrer" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" rel="noreferrer noreferrer" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 Nov 2018 00:18, "David Villasmil" <<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think he’s using rtpproxy, not rtp-engine. :)<div class="elided-text"><br><div class="gmail_quote"><div dir="ltr">On Sat, 17 Nov 2018 at 20:21, Alex Balashov <<a href="mailto:abalashov@evaristesys.com" target="_blank" rel="noreferrer">abalashov@evaristesys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The documentation here explains fairly well how to set up the recording<br>
component of RTPEngine. Recording is then enabled via a command sent in<br>
the rtpengine_offer()/manage() functions.<br>
<br>
<a href="https://github.com/sipwise/rtpengine" rel="noreferrer noreferrer" target="_blank">https://github.com/sipwise/rtpengine</a><br>
<br>
-- Alex<br>
<br>
On Sat, Nov 17, 2018 at 10:19:02AM -0800, <a href="mailto:bill@telopar.net" target="_blank" rel="noreferrer">bill@telopar.net</a> wrote:<br>
<br>
> Hi All:<br>
> <br>
> I have a project that requires that I record the audio streams from an ongoing phone call. It seems that rtp_proxy module should do that, but I can't seem to get it to work.<br>
> <br>
> My config file:<br>
> <br>
> *if(nat_uac_test("8")) { //rtpproxy_manage("co"); xlog("L_INFO", "rtpproxy<br>
> Call is going to private IPv4 Media Server Engage RTPProxy Now\n");<br>
> rtpproxy_manage("crwie","10.1.1.2"); } else { //rtpproxy_manage("cor");<br>
> xlog("L_INFO", "rtpproxy Call is coming from a private IPv4 Media Server<br>
> Engage RTPProxy Now\n"); rtpproxy_manage("crwei","10.1.1.2"); } *There<br>
> appears to be conversations going on with rtpproxy on both legs of the call.<br>
> But I seem to be missing the step that records the audio*. *Anybody have an<br>
> example of how to do this.<br>
> <br>
> TIA, Bill<br>
> **<br>
> <br>
<br>
> _______________________________________________<br>
> Kamailio (SER) - Users Mailing List<br>
> <a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
> <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br>
<br>
-- <br>
Alex Balashov | Principal | Evariste Systems LLC<br>
<br>
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) <br>
Web: <a href="http://www.evaristesys.com/" rel="noreferrer noreferrer" target="_blank">http://www.evaristesys.com/</a>, <a href="http://www.csrpswitch.com/" rel="noreferrer noreferrer" target="_blank">http://www.csrpswitch.com/</a><br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank" rel="noreferrer">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</div></blockquote></div><br></div>