<div dir="ltr">I am trying to get mod_unimrcp running.Meanwhile, Can you tell me if mod_rtmp is meant to do something similar or not.<br><br>Thanks</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 20, 2015 at 11:28 PM, Prashant <span dir="ltr">&lt;<a href="mailto:get.prashant.007@gmail.com" target="_blank">get.prashant.007@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div style="font-family:Calibri,sans-serif;font-size:11pt">Awesome, thanks for the reply sir.<br>I was already trying to record it and play to other service. But I guess mod_mrcp seems better.  I will work on it and let you know if I face any problem. Thanks</div></div><div dir="ltr"><hr><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold">From: </span><span style="font-family:Calibri,sans-serif;font-size:11pt"><a href="mailto:mike@jerris.com" target="_blank">Michael Jerris</a></span><br><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold">Sent: </span><span style="font-family:Calibri,sans-serif;font-size:11pt">‎20-‎07-‎2015 10:39 PM</span><br><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold">To: </span><span style="font-family:Calibri,sans-serif;font-size:11pt"><a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">FreeSWITCH Users Help</a></span><span class=""><br><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold">Subject: </span><span style="font-family:Calibri,sans-serif;font-size:11pt">Re: [Freeswitch-users] mod_managed vs eventsocket</span><br><br></span></div><span class="">in managed modules if you build an application interface you can access the media the same way you do in native c modules.  The c api is marshaled into managed code<br><br>On Monday, July 20, 2015, Hector Geraldino &lt;<a href="mailto:Hector.Geraldino@ipsoft.com" target="_blank">Hector.Geraldino@ipsoft.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">



<div style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px">
<div>I don’t think there’s an API that you can use to tap on the RTP stream. You can always record your call in stereo and post-process the file, if that’s valid for what you’re trying to do.</div>
<div><br>
</div>
<div>If not, check the MRCP protocol. I guess you can write an MRCP server (or use an existing one), and stream the audio from FS using mod_unimrcp. That’s how you integrate 3rd party ASR systems (e.g. Nuance’s Recognizer) with FreeSWITCH.</div>
<div><br>
</div>
<span>
<div style="border-width:1pt medium medium;border-style:solid none none;border-color:rgb(181,196,223) currentColor currentColor;padding:3pt 0in 0in;text-align:left;color:black;font-family:Calibri;font-size:11pt">
<span style="font-weight:bold">From: </span>&lt;<a>freeswitch-users-bounces@lists.freeswitch.org</a>&gt; on behalf of Prashant Choudhary &lt;<a>get.prashant.007@gmail.com</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>&quot;<a>freeswitch-users@lists.freeswitch.org</a>&quot; &lt;<a>freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Sunday, July 19, 2015 at 4:24 PM<br>
<span style="font-weight:bold">To: </span>&quot;<a>freeswitch-users@lists.freeswitch.org</a>&quot; &lt;<a>freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [Freeswitch-users] mod_managed vs eventsocket<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Hello,<br>
Now I have even managed to do outbound calls. I have a real problem now.<br>
How can I get the audio stream from the person on the other end. I want the audio stream to be sent to my API in real time. I want to detect silence as well, but we can do that by experiment. Only thing is that I am unable to get the audio stream. And this
 stream should only have the voice of person being called, not mine(i.e. the incoming audio). Is it possible??
<div>Please help</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, Jul 18, 2015 at 2:57 PM, Prashant Choudhary <span dir="ltr">
&lt;<a>get.prashant.007@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<div dir="ltr">Sorry for my last mail, which was a little more generic. Thing is, I am able to receive and manage Inbound calls. But I am unable to figure out, how to make outbound calls through mod_managed. I was able to do the same through event socket API.
 One benefit of event socket was that I could run it as separate console application , but I am not sure whether it is possible through mod managed as well.
<div>SO again my question remains the same. But it is more towards outbound calling.</div>
</div>
<div>
<div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, Jul 18, 2015 at 1:11 AM, Prashant Choudhary <span dir="ltr">
&lt;<a>get.prashant.007@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<div dir="ltr">Hello All,<br>
<br>
I have worked with LUA and freeswitch. Now I want to migrate to .Net API as I want to experiment with machine learning using sample calls.  I am trying to control around some 2-300 calls directly through my API. This may require the call audio stream to be
 forwarded in real time to .NET
<div> I a few questions that might be very silly.<br>
<br>
1. Which one is better to achieve this, mod_managed or ESL.</div>
<div>2. I was able to find some examples related to eventsocket, but same for mod_Managed was rare. Can you suggest me any doc(of-course except the wiki link) or any email chain which explains this or anything else. This will be really a big help for me. As
 currently I am stuck. And I still find the LUA way easier.<br>
<br>
Thanks</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</span>
</div>

</blockquote>
</span></div></blockquote></div><br></div>