<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi all,<br></div>I worked on this POC script: <a href="https://github.com/Mickaelh51/rtp_parser/blob/master/pyshark_rtp_test.py">https://github.com/Mickaelh51/rtp_parser/blob/master/pyshark_rtp_test.py</a><br></div>It can parse pcap file with real sip calls.<br><br></div>I can create a raw file with audio data (one file by leg), It's exactly I want do do ;)<br><br></div>But now I wan to stream this to kaldi with websocket... it's hard :( (for me) <br><br></div>Do you think I'm on the good way with this POC ?<br><br></div>I can see other ways maybe: <br>- <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_vlc">https://freeswitch.org/confluence/display/FREESWITCH/mod_vlc</a><br>- <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_shout">https://freeswitch.org/confluence/display/FREESWITCH/mod_shout</a><br><br></div>Maybe it's easier to create a "gateway script" to read vlc or shout flow and send it to kaldi ?<br><br></div>What do you think about this new idea ?<br><br></div><div>The last chance: hack one of theses modules to put audio stream to kaldi... it's not the good way for my c++ skills ;)<br><a href="https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/asr_tts">https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/asr_tts</a><br></div><div><br></div>thanks in advance<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-02 11:09 GMT+01:00 Mickael Hubert <span dir="ltr"><<a href="mailto:mickael@winlux.fr" target="_blank">mickael@winlux.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<br>thanks a lot for your answers.<br>Do you split media stream ? I want to stream only caller voice for exemple. My ASR works better if it recognizes only one stream ;)<br>thanks in advance<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-03-01 17:24 GMT+01:00 Stefano Favaro <span dir="ltr"><<a href="mailto:stefano.favaro@edistar.com" target="_blank">stefano.favaro@edistar.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000"><div><font face="arial, helvetica, sans-serif"><span name="x" style="font-size:10pt"></span></font>








<div class="m_-5096408781237359692m_576074621765918306WordSection1">

<p class="MsoNormal" style="color:rgb(0,0,0)"><font size="3" face="times new roman, new york, times, serif"><br></font></p><p class="MsoNormal" style="color:rgb(0,0,0)"><font size="3" face="times new roman, new york, times, serif">Hello, I'm currently using:</font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif"><br></font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif">Freeswitch with mod_unimrcp and the plugin from UniMRCP (<a href="http://unimrcp.org/gsr" target="_blank">http://unimrcp.org/gsr</a>)</font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif"><br></font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif">It connects to Google Speech API for audio transcription in realtime using mrcp.</font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif"><br></font></p><p class="MsoNormal"><font size="3" face="times new roman, new york, times, serif">Stefano.</font></p><p class="MsoNormal"><br></p><p class="MsoNormal"><br></p><p class="MsoNormal" style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:10pt"><br></p><p class="MsoNormal" style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:10pt"><br></p></div></div><hr id="m_-5096408781237359692m_576074621765918306zwchr" style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:10pt"><div style="color:rgb(0,0,0);font-family:Helvetica,Arial,sans-serif;font-size:12pt;font-weight:normal;font-style:normal;text-decoration:none"><b>Da: </b>"Robert Mundkowsky" <<a href="mailto:rmundkowsky@ets.org" target="_blank">rmundkowsky@ets.org</a>><br><b>A: </b>"FreeSWITCH Users Help" <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freesw<wbr>itch.org</a>><br><b>Inviato: </b>Mercoledì, 28 febbraio 2018 20:17:01<br><b>Oggetto: </b>Re: [Freeswitch-users] Send RTP to external server<div><div class="m_-5096408781237359692h5"><br><br>






<div class="m_-5096408781237359692m_576074621765918306WordSection1">
<p class="MsoNormal"><a name="m_-5096408781237359692_m_576074621765918306__MailEndCompose"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">It is actually fairly common to want to stream audio/video to somewhere to process the data in real time, rather than waiting until
 recording is finished.</span></a></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">For example, if want to convert audio to text (ASR) then you do not want to wait until the conference is over before you start the ASR.  Imagine, your ASR takes
 1 minute to convert 1 minute of audio then if a conference is 30 minutes long, you would have to wait another 30 minutes for the ASR to finish before you could do something with the text.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">I believe you can use gstreamer (</span><a href="https://gstreamer.freedesktop.org/" target="_blank"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">https://gstreamer.freedesktop<wbr>.org/</span></a><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">)
 to handle receiving the RTP from a FreeSWITCH conference.  I think it allows you to sample frames if you want to get frames from video granted I think you are only interested in audio, but I think you still have to develop a daemon that understand SIP/RTP
 in order to talk to FreeSWITCH.  Another approach might be to create a plugin for the Unimrcp (MRCPv2 server
</span><a href="http://www.unimrcp.org/" target="_blank"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">http://www.unimrcp.org/</span></a><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"> ) and talk to the FreeSWITCH using their
 mrcp module and tight that to the conference call.  You might be able to hack the Kaldi plugin for Unimrcp to do what you want.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Robert</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"> </span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> FreeSWITCH-users [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounc<wbr>es@lists.freeswitch.org</a>]
<b>On Behalf Of </b>Tihomir Culjaga<br>
<b>Sent:</b> Wednesday, February 28, 2018 1:47 PM<br>
<b>To:</b> FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freesw<wbr>itch.org</a>><br>
<b>Subject:</b> Re: [Freeswitch-users] Send RTP to external server</span></p>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">why do you want to stream... isn't it enough just to rsync the file once the call is finished ?</p>
</div>
<div>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">On 28 February 2018 at 16:16, Mickael Hubert <<a href="mailto:mickael@winlux.fr" target="_blank">mickael@winlux.fr</a>> wrote:</p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi <br>
thanks a lot for your answer.</p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">But I want to send stream to external server, not record in audio file. i can use record to "capture" the voice, but to stream it, it's more complicated ;)</p>
</div>
<p class="MsoNormal">thanks in advance</p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">2018-02-21 0:50 GMT+01:00 Brian West <<a href="mailto:brian@freeswitch.com" target="_blank">brian@freeswitch.com</a>>:</p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<p class="MsoNormal">you can already do this without SIPREC in freeswitch. By setting the RECORD_READ_ONLY or RECORD_WRITE_ONLY variables.</p>
<div>
<p class="MsoNormal"> </p>
</div>
<div>
<p class="MsoNormal">/b</p>
</div>
<div>
<p class="MsoNormal"> </p>
</div>
</div>
<div>
<p class="MsoNormal"> </p>
<div>
<div>
<div>
<p class="MsoNormal">On Fri, Feb 16, 2018 at 10:33 AM, Mickael Hubert <<a href="mailto:mickael@winlux.fr" target="_blank">mickael@winlux.fr</a>> wrote:</p>
</div>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<div>
<p class="MsoNormal">Hi list,<br>
I want to record each call through freeswitch. But i want record only caller (SSRC 1) OR callee (SSRC 2) voice (not both).<br>
<br>
I read about SIPREC, Jack, etc ... not interesting<br>
<br>
Do you have a idea for me please ?<br>
<br>
Thanks in advance</p>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
<p class="MsoNormal">______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitchsolutions.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=6wPzLzP8i%2FDBCXxEyl%2F7xIPJ2hYQy9C2NNGXSiRvfKc%3D&reserved=0" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fconfluence.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Fvt9Vq6L9eMPg6cfmpWZURJdemUPRGBOTkXsCKDC5yk%3D&reserved=0" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cluecon.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Qe%2F2MQhf1lJmX1SfvyqVqxdnaxIdYzffbuf7eNPrSr0%3D&reserved=0" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=mdeOaiFaQ3UDDrIaOowtRBUXi4QcX5qlplMJAEP6eHM%3D&reserved=0" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=KqGoGGxqpgJFj494jDK%2FcI3kEsImyIWHdBZnnRW7FX4%3D&reserved=0" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a></p>
</blockquote>
</div>
<p class="MsoNormal"><br>
<br clear="all">
</p>
<div>
<p class="MsoNormal"> </p>
</div>
<p class="MsoNormal">-- </p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;color:black"><img id="m_-5096408781237359692m_576074621765918306_x0000_i1025" src="https://docs.google.com/uc?export=download&id=1xswZRZyVDo0WQhaemK47pU266yzDRmi0&revid=0B2xnT7i45ngrMTVKM1dpSHZIN28zU0QzbW9xeVF6RXFyRHhBPQ" border="0"></span><span style="font-size:9.5pt"></span></p>
</div>
<div>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">Brian West | Co-founder and Developer</span><span style="font-size:9.5pt"></span></p>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">Need Commercial support? email
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a> </span>
<span style="font-size:9.5pt"></span></p>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">FreeSWITCH Solutions |
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaps.google.com%2F%3Fq%3D17345%2BCivic%2BDrive%2B%25232531%2BBrookfield%2C%2BWI%2B53045%26entry%3Dgmail%26source%3Dg&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=nCSm%2Bs80cyaROgBIPx16xnSicG4Sblr1FrHsg4Xp81E%3D&reserved=0" target="_blank">
<span style="color:#1155cc">17345 Civic Drive #2531 Brookfield, WI 53045</span></a></span><span style="font-size:9.5pt"></span></p>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">Email: </span>
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1155cc"><a href="mailto:brian@freeswitch.com" target="_blank">brian@freeswitch.com</a></span><span style="font-size:9.5pt"></span></p>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">Mobile: <a href="tel:(918)%20424-9378" target="_blank">
918-424-9378</a></span><span style="font-size:9.5pt"></span></p>
<p style="margin-right:0in;margin-bottom:0in;margin-left:4.5pt;margin-bottom:.0001pt">
<span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:black">Website:
</span><span style="font-size:9.5pt;color:black"><a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.freeswitch.com%2F&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=RUnlgnj30m5rtQ8L9WTlOK0ziwiFDsrfSuCvBh%2BKwMs%3D&reserved=0" target="_blank"><span style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1155cc">https://www.FreeSWITCH.com</span></a></span><span style="font-size:9.5pt"></span></p>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:9.5pt;color:black"><a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2Ffreeswitch%2F&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=R8q2ro40M8R34Hj6hP95trc2vjXUGi2hlkJz5Ygnw7s%3D&reserved=0" target="_blank"><span style="font-size:11.0pt;font-family:"Arial",sans-serif;color:#1155cc;text-decoration:none"><img id="m_-5096408781237359692m_576074621765918306_x0000_i1026" alt="color-facebook-96.png" src="https://lh6.googleusercontent.com/l9_7QxvYIM4pcdS6eXAkIOZKqHnR2mYmt879_LZ93jSG-uGqOLzO0KVlBzTnPxn7QwU7I0Ednhi0MT_4nRGSobPt4f-LXMWr891Agu25Mvx-AD3k45rf6vUBquJW8NMPkHb_DBaK" border="0" width="23" height="23"></span></a></span><span style="font-size:11.0pt;font-family:"Arial",sans-serif;color:black"><a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Ffreeswitch%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Eauthor&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=oGzH9Gmdql7RH5OpCL%2BrD%2FVTNIOYTeA4B28bkU2frtM%3D&reserved=0" target="_blank"><span style="color:#1155cc;text-decoration:none"><img id="m_-5096408781237359692m_576074621765918306_x0000_i1027" alt="color-twitter-96.png" src="https://lh5.googleusercontent.com/_iuGyx4UVI8fg3j3y7xgK6SX7BeTVYO7CLvH29tkkdgRnugoB6Ry39J5IcLdAKinOWuYrprkLisaB8sxMNrHgXAaHBy-GC1510iJrNIwBP5bCM_LGbOisxBTgao6yWITZ4lgQZVD" border="0" width="23" height="23"></span></a></span><span style="font-size:9.5pt"></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitchsolutions.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=6wPzLzP8i%2FDBCXxEyl%2F7xIPJ2hYQy9C2NNGXSiRvfKc%3D&reserved=0" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fconfluence.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Fvt9Vq6L9eMPg6cfmpWZURJdemUPRGBOTkXsCKDC5yk%3D&reserved=0" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cluecon.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Qe%2F2MQhf1lJmX1SfvyqVqxdnaxIdYzffbuf7eNPrSr0%3D&reserved=0" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=mdeOaiFaQ3UDDrIaOowtRBUXi4QcX5qlplMJAEP6eHM%3D&reserved=0" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=KqGoGGxqpgJFj494jDK%2FcI3kEsImyIWHdBZnnRW7FX4%3D&reserved=0" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a></p>
</blockquote>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
</div>
<p class="MsoNormal"><br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitchsolutions.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=6wPzLzP8i%2FDBCXxEyl%2F7xIPJ2hYQy9C2NNGXSiRvfKc%3D&reserved=0" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fconfluence.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Fvt9Vq6L9eMPg6cfmpWZURJdemUPRGBOTkXsCKDC5yk%3D&reserved=0" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cluecon.com&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=Qe%2F2MQhf1lJmX1SfvyqVqxdnaxIdYzffbuf7eNPrSr0%3D&reserved=0" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=mdeOaiFaQ3UDDrIaOowtRBUXi4QcX5qlplMJAEP6eHM%3D&reserved=0" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=KqGoGGxqpgJFj494jDK%2FcI3kEsImyIWHdBZnnRW7FX4%3D&reserved=0" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.freeswitch.org&data=02%7C01%7Crmundkowsky%40ets.org%7C4f0c6786eb0f40725f8a08d57edbe173%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636554405236219602&sdata=36oG%2FMWaCRXZ%2BfGlz79y3Uv80cWbJvOvf3UtJrUZgKU%3D&reserved=0" target="_blank">http://www.freeswitch.org</a></p>
</blockquote>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
<br>
<hr>
<p>This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender;
 do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.</p>
<br>
<p>Thank you for your compliance.</p>
<hr>


<br>______________________________<wbr>______________________________<wbr>_____________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div></div></div><br></div></div><br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>