Well the initial design of FreeSWITCH provides a way to make custom modules in a variety of languages including C++.<div><br></div><div><div><div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - We converted FS core to C++ and having it compiling to .NET 4.0 CLI</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, sans-serif">The entire FS core is C specifically designed to be completely compatible with C++.</font></div>
<div><font class="Apple-style-span" face="arial, sans-serif">I am not sure what other changes are necessary but FreeSWITCH was not designed to have people even touching the core.  They should be using modules.</font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - FS now runs inside its own namespace</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<font class="Apple-style-span" face="arial, sans-serif">Ummm ok,</font></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - We replace FS_CLI with a PowerShell shell app</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif">Not really required to be a replacement when it&#39;s a standalone app anyway.....</font></span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br>
</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Supports SQL Server support via the Native SQL Server Client API</span></div>
<div><font class="Apple-style-span" face="arial, sans-serif">There was a core abstraction for db access, addition of this support could have been worked into the existing framework without causing proprietary changes....<br>
</font><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
&gt;&gt;    - Support for windows clustering (up to 32 node active/active cluster)<br></div><div class="im" style="font-family: arial, sans-serif; background-color: rgb(255, 255, 255); ">Not sure what this entails.</div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Ties more directly into the Win32 API and has less reliance on open</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    source Libs</span></div><div><br></div><div>In my experience, the windows specific implementations of some of the function suppled by other POSIX libs are very poor and do not provide the same type of performance as the originals.  The later version of windows now have become more and more truly POSIX compliant and all the suffering man hours quoted above would have been better spent making all platforms equally take advantage of newer stuff.</div>
<div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Replaces OpenSSL sockets with Windows encrypted sockets</span></div>
<div>Not sure but does this mean modifications to sofia etc because we don&#39;t really use SSL direct in the core.</div><div><br></div><div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Added windows performance monitoring</span></div><div>I&#39;m sure that could have been put into the mainstream very easily.</div>
<div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - No longer need to use mod_managed for managed modules</span></div>
<div>Not sure how but it&#39;s most likely a trivial bypass of the abstraction layers which is mostly just a greedy shortcut.</div><div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Memory management relies on .Net garbage collection</span></div><div>So you wrote a drop in replacement for the Apache Portable Runtime that offers the dozens of pool based programming tools.  This alone seems like a many man-year undertaking.</div>
<div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Added support for Microsoft Speech</span></div>
<div>This hopefully was done in a module that could easily be part of mainstream.</div><div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - VoiceXML 3.0 and SCXML support</span></div>
<div>Again, I would hope in a module using the core speech module api.</div><div><br></div><div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - No longer supports JS, LUA, PHP development - Modules can be only</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    developed in .NET, C or C++( we feel support for other languages can<br>&gt;&gt; be<br>
&gt;&gt;    added back in but falls outside the scope of our objectives at this<br>&gt;&gt; time,</div><div class="im" style="background-color: rgb(255, 255, 255); ">Its easy to simply not load these modules, you never could write actual modules in any of these languages to begin with, this comment suggest a lack of understanding in how the core works that makes me even more skeptical.</div>
<div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br>&gt;&gt;    support for SCXML should make limit the need for other scripting<br>&gt;&gt; languages)<br></div><div class="im" style="background-color: rgb(255, 255, 255); ">Again something that should be done as a module.</div>
<div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - Fixed RTP clock timing issues in virtualized environments</span></div>
<div>That must be a windows specific thing that could be applied in an ifdef into the core.</div><div><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    - New configuration file format using .Net App Configuration files</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt;&gt;    (kind of looks like an IIS config file)</div></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">This change would render most of the existing functionality unusable and would require countless man hours to deal with.  You cited 480 man hours which is how much work I put in to this project every month for half a decade straight.........</div>
<div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Anyway, FreeSWITCH was designed for businesses to share the core and make their own custom modules for their own business use.   Any modifications to the core or existing components require 100% of changes to be submitted to the respective author on a per-file basis as stipulated by the MPL.  I may or may not choose to do what I see fit with those changes but I would for sure like to see them especially since you want us to host this branch anyway.</div>
<div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif">In reality I suggest you make an effort to connect with the other windows developers in the community and work toward a collaborative effort to make your desired functionality work inside the scope of the projects actual goals.  There are many of such developers and there has already been talk of making some of the changes you boast only not in a way that destroys any previous work done on the project or alienates any existing developers.</font></div>
<div class="im" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div class="im" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"><br>
</font></div><div class="im" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div class="im" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" face="arial, sans-serif"><br>
</font></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><div class="im" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<br></div><div class="im" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><br></div><div><br></div><div><br><div class="gmail_quote">On Sun, Oct 30, 2011 at 9:38 PM, Madovsky <span dir="ltr">&lt;<a href="mailto:infos@madovsky.org">infos@madovsky.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Chad, you are welcome to share your code<br>
welcome to FS community ! :)<br>
<div class="im"><br>
----- Original Message -----<br>
From: &quot;mazilo&quot; &lt;<a href="mailto:Nabble_01394@slickdeals.endjunk.com">Nabble_01394@slickdeals.endjunk.com</a>&gt;<br>
To: &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Sent: Sunday, October 30, 2011 10:26 PM<br>
Subject: Re: [Freeswitch-users] Feedback<br>
<br>
<br>
</div><div><div></div><div class="h5">&gt; Anthony,<br>
&gt;<br>
&gt; I am sure everyone really appreciates what you have done to contribute<br>
&gt; such<br>
&gt; an excellent program to VoIP community. People like Linux Torvalds, and<br>
&gt; including you, are what I considered a hero with a big heart to support<br>
&gt; open-source community. Without them, the world will be different today. It<br>
&gt; would probably be an M$ dominated world.<br>
&gt;<br>
&gt; I guess what I tried to say here is it really is very disturbing to see<br>
&gt; your<br>
&gt; comments below. The least you could have done to show our community was a<br>
&gt; positive acceptance to embrace someone&#39;s effort to legitimately port FS to<br>
&gt; other platforms in other programming languages. If Chad wanted to hi-jack<br>
&gt; FS, I don&#39;t suppose he would even dare to represent himself here. BTw, can<br>
&gt; you imagine if Linus Torvalds behaves like this?<br>
&gt;<br>
&gt; I hope you don&#39;t take my comments in a negative direction. However, like<br>
&gt; anyone who reads your comments below, I won&#39;t be surprised if you decide<br>
&gt; to<br>
&gt; head in a negative direction to flame my comments. Regardless, I sincerely<br>
&gt; wish you the best to come, especially with the contribution from Chad.<br>
&gt;<br>
&gt;<br>
&gt; Anthony Minessale wrote:<br>
&gt;&gt;<br>
&gt;&gt; One thing that is disturbing is that after all the time and effort I put<br>
&gt;&gt; into making FreeSWITCH cross platform, the very idea of such an<br>
&gt;&gt; initiative<br>
&gt;&gt; wipes all that out in favor of one platform.  So even if you are willing<br>
&gt;&gt; to<br>
&gt;&gt; share it, and it&#39;s not B.S. its bothersome to me that:<br>
&gt;&gt;<br>
&gt;&gt; 1) I spent 6 years making it work everywhere and you aim to put all your<br>
&gt;&gt; extended efforts into steering it to a separate version<br>
&gt;&gt; 2) Making it use less open source libs is not really a good thing since<br>
&gt;&gt; its<br>
&gt;&gt; an open source project.<br>
&gt;&gt; 3) You did not propose anything to us first, that&#39;s a bit disrespectful.<br>
&gt;&gt;<br>
&gt;&gt; I think about everybody who uses FreeSWITCH when I make decisions, and<br>
&gt;&gt; this<br>
&gt;&gt; just feels selfish to me, (probably not for windows users)  but hey....<br>
&gt;&gt;<br>
&gt;&gt; On the other hand, Henry has a great point, that looks like a pretty big<br>
&gt;&gt; list of changes to do in a few weeks considering you were only asking<br>
&gt;&gt; trivial newbie questions as recently as sept 18th and your website is the<br>
&gt;&gt; generic IIS document root.   I would be pretty concerned about vishing if<br>
&gt;&gt; I<br>
&gt;&gt; were a reader of this post.<br>
&gt;&gt;<br>
&gt;&gt; I guess seeing is believing and if you are legit our windows-friendly<br>
&gt;&gt; developers will let me know.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Oct 28, 2011 at 1:55 PM, Chad Vogel &amp;lt;cvogel@&amp;gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;  Hello,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I wanted to reach out and get some feedback from everyone because my<br>
&gt;&gt;&gt; company started a project using FS as base several weeks ago, our goal<br>
&gt;&gt;&gt; was<br>
&gt;&gt;&gt; to optimize and integrate FS more directly into Windows environments.<br>
&gt;&gt;&gt; Here<br>
&gt;&gt;&gt; is my question, we would like to share our changes and where should we<br>
&gt;&gt;&gt; host<br>
&gt;&gt;&gt; our project? Because we understand our build breaks compatibility with<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt; UNIX environments and fails to meet the objectives cross platform<br>
&gt;&gt;&gt; compatibility, however it could contribute greatly and be beneficial to<br>
&gt;&gt;&gt; other windows users.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Here are some of the changes we have made:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    - We converted FS core to C++ and having it compiling to .NET 4.0 CLI<br>
&gt;&gt;&gt;    - FS now runs inside its own namespace<br>
&gt;&gt;&gt;    - We replace FS_CLI with a PowerShell shell app<br>
&gt;&gt;&gt;    - Supports SQL Server support via the Native SQL Server Client API<br>
&gt;&gt;&gt;    - Support for windows clustering (up to 32 node active/active<br>
&gt;&gt;&gt; cluster)<br>
&gt;&gt;&gt;    - Ties more directly into the Win32 API and has less reliance on open<br>
&gt;&gt;&gt;    source Libs<br>
&gt;&gt;&gt;    - Replaces OpenSSL sockets with Windows encrypted sockets<br>
&gt;&gt;&gt;    - Added windows performance monitoring<br>
&gt;&gt;&gt;    - No longer need to use mod_managed for managed modules<br>
&gt;&gt;&gt;    - Memory management relies on .Net garbage collection<br>
&gt;&gt;&gt;    - Added support for Microsoft Speech<br>
&gt;&gt;&gt;    - VoiceXML 3.0 and SCXML support<br>
&gt;&gt;&gt;    - No longer supports JS, LUA, PHP development - Modules can be only<br>
&gt;&gt;&gt;    developed in .NET, C or C++( we feel support for other languages can<br>
&gt;&gt;&gt; be<br>
&gt;&gt;&gt;    added back in but falls outside the scope of our objectives at this<br>
&gt;&gt;&gt; time,<br>
&gt;&gt;&gt;    support for SCXML should make limit the need for other scripting<br>
&gt;&gt;&gt; languages)<br>
&gt;&gt;&gt;    - Fixed RTP clock timing issues in virtualized environments<br>
&gt;&gt;&gt;    - New configuration file format using .Net App Configuration files<br>
&gt;&gt;&gt;    (kind of looks like an IIS config file)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; FreeSWITCH-users@.freeswitch<br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;<br>
&gt;&gt; AIM: anthm<br>
&gt;&gt; MSN:anthony_minessale@<br>
&gt;&gt; GTALK/JABBER/PAYPAL:anthony.minessale@<br>
&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; sip:888@.freeswitch<br>
&gt;&gt; googletalk:conf+888@.freeswitch<br>
&gt;&gt; pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; FreeSWITCH-users@.freeswitch<br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; -----<br>
&gt; FreeSWITCH hosted on a Seagate DockStar with OpenWRT and ONLY consumes 3<br>
&gt; Watts of electricity.<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <a href="http://freeswitch-users.2379917.n2.nabble.com/Feedback-tp6941381p6946803.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Feedback-tp6941381p6946803.html</a><br>
&gt; Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
&gt;<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div></div></div></div>