<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><a name="_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.<o:p></o:p></span></a></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></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/"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">https://gstreamer.freedesktop.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/"><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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Robert<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></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:freeswitch-users-bounces@lists.freeswitch.org]
<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 <freeswitch-users@lists.freeswitch.org><br>
<b>Subject:</b> Re: [Freeswitch-users] Send RTP to external server<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></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 ?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></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:<o:p></o:p></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.<o:p></o:p></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 ;)<o:p></o:p></p>
</div>
<p class="MsoNormal">thanks in advance<o:p></o:p></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><o:p> </o:p></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>>:<o:p></o:p></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.<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">/b<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></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:<o:p></o:p></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<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal">_________________________________________________________________________<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.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.org</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.freeswitch.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/mailman/listinfo/freeswitch-users</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.freeswitch.org/mailman/options/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><o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">-- <o:p></o:p></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 border="0" id="_x0000_i1025" src="https://docs.google.com/uc?export=download&id=1xswZRZyVDo0WQhaemK47pU266yzDRmi0&revid=0B2xnT7i45ngrMTVKM1dpSHZIN28zU0QzbW9xeVF6RXFyRHhBPQ"></span><span style="font-size:9.5pt"><o:p></o:p></span></p>
</div>
<div>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;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"><o:p></o:p></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 border="0" width="23" height="23" id="_x0000_i1026" src="https://lh6.googleusercontent.com/l9_7QxvYIM4pcdS6eXAkIOZKqHnR2mYmt879_LZ93jSG-uGqOLzO0KVlBzTnPxn7QwU7I0Ednhi0MT_4nRGSobPt4f-LXMWr891Agu25Mvx-AD3k45rf6vUBquJW8NMPkHb_DBaK" alt="color-facebook-96.png"></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 border="0" width="23" height="23" id="_x0000_i1027" src="https://lh5.googleusercontent.com/_iuGyx4UVI8fg3j3y7xgK6SX7BeTVYO7CLvH29tkkdgRnugoB6Ry39J5IcLdAKinOWuYrprkLisaB8sxMNrHgXAaHBy-GC1510iJrNIwBP5bCM_LGbOisxBTgao6yWITZ4lgQZVD" alt="color-twitter-96.png"></span></a></span><span style="font-size:9.5pt"><o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><br>
_________________________________________________________________________<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.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.org</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.freeswitch.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/mailman/listinfo/freeswitch-users</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.freeswitch.org/mailman/options/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><o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">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.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.org</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">FreeSWITCH-users@lists.freeswitch.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/mailman/listinfo/freeswitch-users</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.freeswitch.org/mailman/options/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><o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></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>
</body>
</html>