<div dir="ltr">It does both.  The other should work too, but there are probably some things you&#39;re hitting we are unaware of.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 7, 2015 at 4:59 PM, Victor Medina <span dir="ltr">&lt;<a href="mailto:vittico@gmail.com" target="_blank">vittico@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 dir="ltr"><div><div>OK, very impressive....<br><br></div>But... I, for the moment ONLY want to have a _basic_ webrtc softhone connected to FS. As I undestand this, is for Video Conferencing right?<br><br></div>Is this <a href="https://freeswitch.org/confluence/display/FREESWITCH/WebRTC" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/WebRTC</a> already deprecated? Not working anymore? <br></div><div class="gmail_extra"><span class=""><br clear="all"><div><div><br>Sin mas a que hacer referencia, <br> <br>Victor Medina</div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Thu, May 7, 2015 at 4:59 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@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"><p dir="ltr">No.<br>
This one: <a href="https://freeswitch.org/confluence/plugins/servlet/mobile#content/view/7144556" target="_blank">https://freeswitch.org/confluence/plugins/servlet/mobile#content/view/7144556</a><br></p><span>
<p dir="ltr">sent from my mobile,<br>
Giovanni Maruzzelli<br>
cell: +39 347 266 56 18</p>
</span><div><div><div class="gmail_quote">On May 7, 2015 11:18 PM, &quot;Victor Medina&quot; &lt;<a href="mailto:vittico@gmail.com" target="_blank">vittico@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi Giovanni.<br><br></div>Thanks for the replay.<br><br></div>You mean this confluence page?<br><a href="https://freeswitch.org/confluence/display/FREESWITCH/WebRTC" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/WebRTC</a><br></div><div class="gmail_extra"><br clear="all"><div><div><br>Sin mas a que hacer referencia, <br> <br>Victor Medina</div></div>
<br><div class="gmail_quote">On Thu, May 7, 2015 at 4:35 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@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"><p dir="ltr">Start by scratch, from a fresh debian Jessie install.</p>
<p dir="ltr">Then follow exactly, without changes, step by step, what is in the &quot;freeswitch 1.6&quot; confluence page.</p>
<p dir="ltr">When you have it all working as in that page (contains instruction on testing) only then you can go further.</p>
<p dir="ltr">Happy testing,<br></p>
<p dir="ltr">sent from my mobile,<br>
Giovanni Maruzzelli<br>
cell: +39 347 266 56 18</p>
<div class="gmail_quote"><div><div>On May 7, 2015 10:58 PM, &quot;Victor Medina&quot; &lt;<a href="mailto:victor.medina@cibersys.com" target="_blank">victor.medina@cibersys.com</a>&gt; wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Hi guys!<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">I´ve been tying to test Freeswitch 1.5 (latest git) for WebRTC, but so far I have been very unsuccessful.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">I have a server, connected directly to internet, NO NAT on server side.<br><br><br></div><div class="gmail_default" style="font-family:courier new,monospace">FS ----&gt; INTERNET &lt;--- NAT ---- CLIENTS<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">My vars.conf includes this:<br><br><br></div><div class="gmail_default" style="font-family:courier new,monospace">  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;bind_server_ip=xxx.xxx.xxx.xxx&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_rtp_ip=xxx.xxx.xxx.xxx&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_sip_ip=xxxx.xxx.xxx.xxx&quot;/&gt;<br><br>  &lt;!-- Internal SIP Profile --&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_auth_calls=true&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_sip_port=5060&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_tls_port=5061&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_ssl_enable=true&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;internal_ssl_dir=/opt/CloudVoice-vPBX/fs-20150506/certs/&quot;/&gt;<br><br>  &lt;!-- External SIP Profile --&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_auth_calls=false&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_sip_port=5080&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_tls_port=5081&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_ssl_enable=true&quot;/&gt;<br><br><br></div><div class="gmail_default" style="font-family:courier new,monospace">On my external profile I have this relevants lines...<br><br> &lt;param name=&quot;aggressive-nat-detection&quot; value=&quot;true&quot;/&gt;<br> &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;domains&quot;/&gt;<br> &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br> &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;<br> &lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt;<br> &lt;param name=&quot;ws-binding&quot;  value=&quot;:5066&quot;/&gt;<br> &lt;param name=&quot;wss-binding&quot; value=&quot;:7443&quot;/&gt;<br><br><br></div><div class="gmail_default" style="font-family:courier new,monospace">When doing some testing....<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">Calling to echo test <br><br> 2015-05-07 20:51:14.124955 [NOTICE] switch_channel.c:1075 New Channel sofia/internal/<a href="mailto:1007@webrtc.cibersys.com" target="_blank">1007@webrtc.cibersys.com</a> [39b777d1-6e61-49ec-bfd0-6f7ca0bd0caf]<br>2015-05-07 20:51:14.384990 [INFO] mod_dialplan_xml.c:635 Processing test &lt;1007&gt;-&gt;9196 in context default<br>2015-05-07 20:51:14.384990 [WARNING] switch_core_media.c:2791 NO candidate ACL defined, Defaulting to wan.auto<br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 1 proto: UDP type: host addr: <a href="http://10.0.0.126:57630" target="_blank">10.0.0.126:57630</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 1 proto: UDP type: host addr: <a href="http://192.168.56.1:57631" target="_blank">192.168.56.1:57631</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 2 proto: UDP type: host addr: <a href="http://10.0.0.126:57632" target="_blank">10.0.0.126:57632</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 2 proto: UDP type: host addr: <a href="http://192.168.56.1:57633" target="_blank">192.168.56.1:57633</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2824 Choose audio Candidate cid: 1 proto: UDP type: srflx addr: <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2824 Choose audio Candidate cid: 2 proto: UDP type: srflx addr: <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a><br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2953 setting remote audio ice addr to <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a> based on candidate<br>2015-05-07 20:51:14.384990 [NOTICE] switch_core_media.c:2978 setting remote rtcp audio addr to <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a> based on candidate<br>2015-05-07 20:51:14.384990 [INFO] switch_core_media.c:5345 Activating Audio ICE<br>2015-05-07 20:51:14.384990 [NOTICE] switch_rtp.c:4019 Activating RTP audio ICE: 76ffb71e:TduhdjNUFKq3Vzaz <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a><br>2015-05-07 20:51:14.384990 [INFO] switch_core_media.c:5388 Activating RTCP PORT 57632<br>2015-05-07 20:51:14.384990 [INFO] switch_core_media.c:5398 Activating RTCP ICE<br>2015-05-07 20:51:14.384990 [NOTICE] switch_rtp.c:4019 Activating RTCP audio ICE: 76ffb71e:TduhdjNUFKq3Vzaz <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a><br>2015-05-07 20:51:14.384990 [INFO] switch_rtp.c:3103 Activate RTP/RTCP audio DTLS client<br>2015-05-07 20:51:14.384990 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/<a href="mailto:1007@webrtc.cibersys.com" target="_blank">1007@webrtc.cibersys.com</a>!<br>2015-05-07 20:51:14.384990 [NOTICE] mod_dptools.c:1292 Channel [sofia/internal/<a href="mailto:1007@webrtc.cibersys.com" target="_blank">1007@webrtc.cibersys.com</a>] has been answered<br>2015-05-07 20:51:14.864993 [INFO] switch_rtp.c:2924 Changing audio DTLS state from HANDSHAKE to SETUP<br>2015-05-07 20:51:14.864993 [INFO] switch_rtp.c:2832 audio Fingerprint Verified.<br>2015-05-07 20:51:14.864993 [INFO] switch_rtp.c:3384 Activating Audio Secure RTP SEND<br>2015-05-07 20:51:14.864993 [INFO] switch_rtp.c:3362 Activating Audio Secure RTP RECV<br>2015-05-07 20:51:14.864993 [INFO] switch_rtp.c:2872 Changing audio DTLS state from SETUP to READY<br>2015-05-07 20:52:15.564950 [INFO] switch_core_media.c:3039 Activating audio RTCP PORT 57632<br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 1 proto: UDP type: host addr: <a href="http://10.0.0.126:57630" target="_blank">10.0.0.126:57630</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 1 proto: UDP type: host addr: <a href="http://192.168.56.1:57631" target="_blank">192.168.56.1:57631</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 2 proto: UDP type: host addr: <a href="http://10.0.0.126:57632" target="_blank">10.0.0.126:57632</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2829 Save audio Candidate cid: 2 proto: UDP type: host addr: <a href="http://192.168.56.1:57633" target="_blank">192.168.56.1:57633</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2824 Choose audio Candidate cid: 1 proto: UDP type: srflx addr: <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2824 Choose audio Candidate cid: 2 proto: UDP type: srflx addr: <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a><br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2953 setting remote audio ice addr to <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a> based on candidate<br>2015-05-07 20:52:15.564950 [NOTICE] switch_core_media.c:2978 setting remote rtcp audio addr to <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a> based on candidate<br>2015-05-07 20:52:15.564950 [INFO] switch_core_media.c:2995 RE-Activating audio ICE<br>2015-05-07 20:52:15.564950 [NOTICE] switch_rtp.c:4019 Activating RTP audio ICE: 76ffb71e:TduhdjNUFKq3Vzaz <a href="http://201.210.31.83:57630" target="_blank">201.210.31.83:57630</a><br>2015-05-07 20:52:15.564950 [INFO] switch_core_media.c:3039 Activating audio RTCP PORT 57632<br>2015-05-07 20:52:15.564950 [INFO] switch_core_media.c:3050 Activating audio RTCP ICE<br>2015-05-07 20:52:15.564950 [NOTICE] switch_rtp.c:4019 Activating RTCP audio ICE: 76ffb71e:TduhdjNUFKq3Vzaz <a href="http://201.210.31.83:57632" target="_blank">201.210.31.83:57632</a><br>2015-05-07 20:52:15.564950 [INFO] switch_core_media.c:5030 RE-SETTING video DTLS<br>2015-05-07 20:52:15.704955 [WARNING] switch_rtp.c:878 sofia/internal/<a href="mailto:1007@webrtc.cibersys.com" target="_blank">1007@webrtc.cibersys.com</a> got stun binding response 487 Role Conflict<br>2015-05-07 20:52:15.704955 [WARNING] switch_rtp.c:889 Changing role to CONTROLLED<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">No audio<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">When calling another ext... no audio en the webrtc side.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">Can somebody help me by pointing out the right direction?<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">Ive been using FF and Chrome with sipML5<br></div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace"><br clear="all"></div><br>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font size="2"><span style="font-family:courier new,monospace"><br><img src="https://www.cibersys.com/imagenes/logotipo-cibersys-the-new-easy.png"><br><br>Víctor E. Medina M.<br></span></font><div><font size="2"><span style="font-family:courier new,monospace">Platform Architect / Chief Infrastructure<br></span></font></div><font size="2"><span style="font-family:courier new,monospace"><span style="display:inline"><span style="display:inline"><a>+58424 291 4561</a></span></span><br>BB #79A8AFA2<br>@VMCibersys<br></span></font></div><div dir="ltr"><font size="2"><span style="font-family:courier new,monospace"><br></span></font></div></div></div></div></div></div></div></div>
</div>
<br></div></div>_________________________________________________________________________<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.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.org</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.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div>
<br>_________________________________________________________________________<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.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.org</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.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>
<br>_________________________________________________________________________<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.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.org</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.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div>
</div></div><br>_________________________________________________________________________<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.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.org</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.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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.org</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">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">







<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font size="1" face="courier new, monospace"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><p><font size="2" face="monospace, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p><p><font face="monospace, monospace">ClueCon 2015 <a href="https://www.cluecon.com/call-for-speakers/" target="_blank">Call for Speakers</a> | <a href="https://freeswitch.com/cart.php?gid=1" target="_blank">Register</a> TODAY! | Reddit: <a href="https://www.reddit.com/r/freeswitch" target="_blank">/r/freeswitch</a></font></p>
<p><font size="2" face="monospace, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div></div></div></div></div></div></div></div>
</div>