Re: [SR-Users] recording audio stream

2018-11-17 Thread Mojtaba
In both module you need third service for recording streams. In RTPEngine you needed rtpengine-daemon-recording. And in RTPProxy you need extractaudio utility for extract audio streams. With Regards.Mojtaba On Sun, 18 Nov 2018 00:18 David Villasmil, wrote: > I think he’s using rtpproxy, not

[SR-Users] recording audio stream

2018-11-17 Thread bill
Hi All: 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. My config file: *if(nat_uac_test("8")) { //rtpproxy_manage("co"); xlog("L_INFO", "rtpproxy Call is going to

Re: [SR-Users] recording audio stream

2018-11-17 Thread Alex Balashov
Hi, The documentation here explains fairly well how to set up the recording component of RTPEngine. Recording is then enabled via a command sent in the rtpengine_offer()/manage() functions. https://github.com/sipwise/rtpengine -- Alex On Sat, Nov 17, 2018 at 10:19:02AM -0800, b...@telopar.net

Re: [SR-Users] recording audio stream

2018-11-17 Thread David Villasmil
I think he’s using rtpproxy, not rtp-engine. :) On Sat, 17 Nov 2018 at 20:21, Alex Balashov wrote: > Hi, > > The documentation here explains fairly well how to set up the recording > component of RTPEngine. Recording is then enabled via a command sent in > the rtpengine_offer()/manage()