<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<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 name=Generator content="Microsoft Word 15 (filtered medium)"><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;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 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";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@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><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I was experiencing the same problem as Henry.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Ubuntu 12.04 has an earlier version version of OpenSSL and when I upgrade OpenSSL prior to installing FS as per the following snippet:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:solid #D7D7D7 1.0pt;padding:3.0pt 3.0pt 3.0pt 3.0pt'><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'># prerequisites<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>sudo apt-get install git-core build-essential autoconf automake libtool libncurses5 libncurses5-dev gawk libjpeg-dev zlib1g-dev pkg-config libssl-dev -y<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'># requires openssl v1.0.1e for WebRTC dtls<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>tar -xvzf openssl-1.0.1e.tar.gz<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>cd openssl-1.0.1e/<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>./config --prefix=/usr<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>make<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>make install<o:p></o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal style='line-height:11.85pt;background:#F7F7F7;vertical-align:baseline'><span style='font-size:9.0pt;font-family:"Courier New";color:black'>...<o:p></o:p></span></p></div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&#8230; &nbsp;I get the following error:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>quiet_libtool: link: gcc -I/usr/local/src/freeswitch/libs/curl/include -I/usr/local/src/freeswitch/src/include -I/usr/local/src/freeswitch/src/include -I/usr/local/src/freeswitch/libs/libteletone/src -I/usr/local/src/freeswitch/libs/stfu -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -DHAVE_OPENSSL -Wall -std=c99 -pedantic -Wdeclaration-after-statement -g -O2 -pthread -D_REENTRANT -D_GNU_SOURCE -I/usr/local/src/freeswitch/libs/apr/include -I/usr/local/src/freeswitch/libs/apr-util/include -I/usr/local/src/freeswitch/libs/apr-util/xml/expat/lib -I/usr/local/src/freeswitch/libs/libtpl-1.5/src -I/usr/local/src/freeswitch/libs/stfu -I/usr/local/src/freeswitch/libs/sqlite -I/usr/local/src/freeswitch/libs/pcre -I/usr/local/src/freeswitch/libs/speex/include -Ilibs/speex/include -I/usr/local/src/freeswitch/libs/srtp/include -I/usr/local/src/freeswitch/libs/srtp/crypto/include -Ilibs/srtp/crypto/include -I/usr/local/src/freeswitch/libs/spandsp/src -I/usr/local/src/freeswitch/libs/tiff-4.0.2/libtiff -DENABLE_SRTP -I/usr/local/src/freeswitch/libs/libedit/src -DSWITCH_HAVE_LIBEDIT -Ilibs/libedit/src -DSWITCH_HAVE_LIBEDIT -g -O2 -o .libs/freeswitch freeswitch-switch.o&nbsp; -lm -lz ./.libs/libfreeswitch.so libs/apr/.libs/libapr-1.a -lrt -ldl -lcrypt -lpthread libs/libedit/src/.libs/libedit.a -lssl -lcrypto -lncurses -ljpeg -pthread -Wl,-rpath -Wl,/usr/local/freeswitch/lib<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>./.libs/libfreeswitch.so: <span style='background:red;mso-highlight:red'>undefined reference to `SSLv2_client_method'</span><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>collect2: ld returned 1 exit status<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>make[1]: *** [freeswitch] Error 1<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>make: *** [install] Error 2<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>[1]+&nbsp; Exit 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Cannot even build FS now.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Ashley.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><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"'> Michael Jerris [mailto:mike@jerris.com] <br><b>Sent:</b> Wednesday, July 3, 2013 9:58 AM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new 1.4 BETA.<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>yes. &nbsp;you can see it working on the demo at <a href="http://webrtc.freeswitch.org">http://webrtc.freeswitch.org</a>.<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal>On Jul 3, 2013, at 12:53 AM, Henry Huang &lt;<a href="mailto:red.rain.seven@gmail.com">red.rain.seven@gmail.com</a>&gt; wrote:<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p>Anyone getting audio working bridging call to webrtc client without bypassing media?<o:p></o:p></p><div><p class=MsoNormal>On Jul 2, 2013 6:45 PM, &quot;Joćo Mesquita&quot; &lt;<a href="mailto:jmesquita@freeswitch.org">jmesquita@freeswitch.org</a>&gt; 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-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'><p>I think you might need to re bootstrap maybe?<o:p></o:p></p><div><p class=MsoNormal>On Jul 2, 2013 8:54 PM, &quot;Henry Huang&quot; &lt;<a href="mailto:red.rain.seven@gmail.com" target="_blank">red.rain.seven@gmail.com</a>&gt; 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-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'><div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>I did, and just in case I ran it again.&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>./configure<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>make<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>make install<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>restart freeswitch<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>This is what I am still seeing.&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'><o:p>&nbsp;</o:p></span></p></div><div><div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>2013-07-02 16:40:51.135302 [ALERT] switch_core_media.c:1310 Dispatched RTCP event</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:red'>2013-07-02 16:40:51.175310 [ALERT] switch_rtp.c:3883 Drop audio packet 70 bytes (dtls not ready!) b=4294967168</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>2013-07-02 16:40:52.255306 [ALERT] switch_rtp.c:1510 Setting RTCP src-1 to 10.128.7.103</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>2013-07-02 16:40:52.255306 [ALERT] switch_rtp.c:1515 Setting RTCP src-1 LENGTH &nbsp;to 12 (1280, 10.128.7.103)</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>2013-07-02 16:40:52.255306 [ALERT] switch_rtp.c:1516 Setting msw = -1267375797, lsw = -601115572</span><o:p></o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>2013-07-02 16:40:52.255306 [ALERT] switch_rtp.c:1517 now = 0, now lo = 0, now hi = 0</span><o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><span style='font-family:"Verdana","sans-serif";color:#333333'>Henry</span><o:p></o:p></p></div></div></div></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On Tue, Jul 2, 2013 at 3:13 PM, Ken Rice &lt;<a href="mailto:krice@freeswitch.org" target="_blank">krice@freeswitch.org</a>&gt; 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-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'><div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Courier New"'>Did you reconfigure? <o:p></o:p></span></p><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:11.0pt;font-family:"Courier New"'><br><br>On 7/2/13 4:29 PM, &quot;Henry Huang&quot; &lt;<a href="http://red.rain.seven@gmail.com/" target="_blank">red.rain.seven@gmail.com</a>&gt; wrote:<o:p></o:p></span></p></div><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif"'>Ok, I have upgraded openssl to 1.0.1e, recompiled FreeSWITCH, but I am still getting the &quot;dtls not ready!&quot; alerts and no audio<br><br></span><span style='font-size:11.0pt;font-family:"Verdana","sans-serif";color:red'>2013-07-02 14:26:47.695312 [ALERT] switch_rtp.c:4408 <a href="http://sofia/internal/1004@10.128.7.103" target="_blank">sofia/internal/1004@10.128.7.103</a> Hot Hit 2<br>2013-07-02 14:26:47.695312 [ALERT] switch_rtp.c:4425 <a href="http://sofia/internal/1004@10.128.7.103" target="_blank">sofia/internal/1004@10.128.7.103</a> timer while HOT<br>2013-07-02 14:26:47.715313 [ALERT] switch_rtp.c:5443 Skip sending audio packet 172 bytes (dtls not ready!)<br><br></span><span style='font-size:11.0pt;font-family:"Courier New"'>Here is my openssl version:<br>root@fusionpbx:/usr/src# openssl version<br>OpenSSL 1.0.1e 11 Feb 2013<br><br></span><span style='font-size:11.0pt;font-family:"Verdana","sans-serif";color:red'><br></span><span style='font-size:11.0pt;font-family:"Courier New"'><br><br>On Tue, Jul 2, 2013 at 9:35 AM, Michael Collins &lt;<a href="http://msc@freeswitch.org/" target="_blank">msc@freeswitch.org</a>&gt; wrote:</span><o:p></o:p></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Courier New"'>You'll need to make sure you have OpenSSL 1.0.1e which was released in Feb of this year. I suspect the version in Ubuntu might not be older.<br><br>-MC<br><br><br>On Tue, Jul 2, 2013 at 9:02 AM, Henry Huang &lt;<a href="http://red.rain.seven@gmail.com/" target="_blank">red.rain.seven@gmail.com</a>&gt; wrote:</span><o:p></o:p></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt;font-family:"Verdana","sans-serif"'>Michael,&nbsp;<br><br>I am just using whatever comes with Ubuntu 12.04 64bit.&nbsp;<br></span><span style='font-size:11.0pt;font-family:"Verdana","sans-serif";color:#333333'><br>Package: openssl<br>Version: 1.0.1-4ubuntu5.8<br>Depends: libc6 (&gt;= 2.15), libssl1.0.0 (&gt;= 1.0.1)<br></span><span style='font-size:11.0pt;font-family:"Courier New"'><br></span><span style='font-size:10.0pt;font-family:"Verdana","sans-serif"'>Thanks,<br><br>Henry<br></span><span style='font-size:11.0pt;font-family:"Courier New"'><br><br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="http://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>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.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://wiki.freeswitch.org/" target="_blank">http://wiki.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="http://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></span><o:p></o:p></p></blockquote><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p></blockquote></blockquote></div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Courier New";color:#888888'><br></span><span style='font-size:11.0pt;font-family:"Courier New"'>-- <br>Ken<o:p></o:p></span></p><div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Courier New"'><br><u><span style='color:blue'><a href="http://www.freeswitch.org/" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.ClueCon.com</a><br><a href="http://www.ostag.org/" target="_blank">http://www.OSTAG.org</a></span></u><o:p></o:p></span></p></div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Courier New"'><a href="http://irc.freenode.net/" target="_blank">irc.freenode.net</a> #freeswitch</span><o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><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>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.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://wiki.freeswitch.org/" target="_blank">http://wiki.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><o:p></o:p></p></blockquote></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><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>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.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://wiki.freeswitch.org/" target="_blank">http://wiki.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><o:p></o:p></p></blockquote></div><p class=MsoNormal style='margin-bottom:12.0pt'><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>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.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://wiki.freeswitch.org/" target="_blank">http://wiki.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><o:p></o:p></p></blockquote></div><p class=MsoNormal>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com">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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p></blockquote></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>