too bad you did not gcore it like I suggested, otherwise who knows... That&#39;s just the message it prints when the message parsing thread goes up.<div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 26, 2012 at 8:25 PM, Tim St. Pierre <span dir="ltr">&lt;<a href="mailto:fs-list@communicatefreely.net" target="_blank">fs-list@communicatefreely.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for all the input everyone!<br>
<br>
I just had it happen again, this time at night when there were only 2 sessions active!<br>
<br>
I was in doing some other work, so I managed to see it happen and found a few interesting<br>
things.<br>
<br>
CPU load next to nothing, load average around 0.12.<br>
I used iSQL to test ODBC connectivity, and I could read and write to the freeswitch<br>
database using the same DSN that freeswitch is using.<br>
<br>
I could delete a SIP registration from the API<br>
<br>
Since I had things on a higher debug level, I saw this:<br>
<br>
freeswitch@stefan&gt; 2012-11-26 21:21:51.914082 [CONSOLE] sofia.c:1144 MSG Thread Started<br>
<br>
As soon as that came up, everything started working again.<br>
<br>
What&#39;s that about?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Tim<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Ken Rice wrote:<br>
&gt; Sofia is not single threaded except for in one spot deep in libsofia,<br>
&gt;&gt;From there, messages are handed off to a number of message queues for FS<br>
&gt; core to handle as needed...<br>
&gt;<br>
&gt; Check to see if anything that fs is depending on is blocking on info<br>
&gt; retrieval like the databases or other areas...<br>
&gt;<br>
&gt; K<br>
&gt;<br>
&gt; On 11/25/12 9:51 AM, &quot;Abaci&quot; &lt;<a href="mailto:abaci64@gmail.com">abaci64@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; you mentioned that you use xml_curl, if your web server hangs it may<br>
&gt;&gt; hang sofia, iirc sofia is running a single thread and it will wait for<br>
&gt;&gt; the xml_curl response before continuing to the next request.<br>
&gt;&gt;<br>
&gt;&gt; On 11/23/2012 1:13 PM, Steven Ayre wrote:<br>
&gt;&gt;&gt; Any kind of DB backup running? Or any long-running queries (innotop is<br>
&gt;&gt;&gt; great for highlighting queries that&#39;ve been running a while, including<br>
&gt;&gt;&gt; on non-innodb tables).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; A global read lock, or queries waiting for a lock could block a db<br>
&gt;&gt;&gt; update from the sofia profile thread but still allow read-only queries<br>
&gt;&gt;&gt; (sofia status) to run.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -Steve<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 23 November 2012 15:32, Tim St. Pierre &lt;<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; Hi Steven,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks for the suggestions.  I&#39;m hoping once I get the upgrade done it will<br>
&gt;&gt;&gt;&gt; all go away.<br>
&gt;&gt;&gt;&gt; I have watched it happen at least once.  I was on the phone at the time.<br>
&gt;&gt;&gt;&gt; Console activity<br>
&gt;&gt;&gt;&gt; more or less stopped, except for a few calls hanging up.  The console<br>
&gt;&gt;&gt;&gt; remains responsive,<br>
&gt;&gt;&gt;&gt; and my call wasn&#39;t dropped for at least a minute or two (media timeout?).  I<br>
&gt;&gt;&gt;&gt; was able to<br>
&gt;&gt;&gt;&gt; run sofia status and other commands that use the database, so I&#39;m assuming<br>
&gt;&gt;&gt;&gt; that the<br>
&gt;&gt;&gt;&gt; connection was still working.  All our media is runs through the box, so I<br>
&gt;&gt;&gt;&gt; think things<br>
&gt;&gt;&gt;&gt; are fine on the Ethernet level.  I do see higher load averages - maybe 3-4,<br>
&gt;&gt;&gt;&gt; but that&#39;s the<br>
&gt;&gt;&gt;&gt; only obvious indication.  It&#39;s not taking CPU beyond 10% or so.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; We are using MySQL as the core DB and also as the DB backend for each sofia<br>
&gt;&gt;&gt;&gt; profile.  This<br>
&gt;&gt;&gt;&gt; is connecting through ODBC of course.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If I can get the other kinks worked out, then I will try 1.2 stable in<br>
&gt;&gt;&gt;&gt; production and<br>
&gt;&gt;&gt;&gt; we&#39;ll see how it goes.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -Tim<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Steven Ayre wrote:<br>
&gt;&gt;&gt;&gt;&gt;      Freeswitch is 1.0.head (git-7531fed 2011-08-17 11-27-20 -0500)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; As you&#39;ve already acknowledged it&#39;s a very old version.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; It&#39;s possible that your issue has already been found and fixed, but if<br>
&gt;&gt;&gt;&gt;&gt; it hasn&#39;t then the code will have changed significantly since then and<br>
&gt;&gt;&gt;&gt;&gt; you&#39;d really need to reproduce it on the latest code for it to be<br>
&gt;&gt;&gt;&gt;&gt; investigated.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; As some general thoughts though, are you able to spot it happening while<br>
&gt;&gt;&gt;&gt;&gt; it&#39;s happening or only afterwards?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; If you&#39;re able to get on the system during one of those times look at<br>
&gt;&gt;&gt;&gt;&gt; what else is happening. Is the load average/cpu usage/io high? Perhaps<br>
&gt;&gt;&gt;&gt;&gt; something&#39;s running that&#39;s blocking all access or causing very high IO.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; What DB backend are you using for Sofia? Is it possible that that&#39;s<br>
&gt;&gt;&gt;&gt;&gt; hanging for a moment? For example if you&#39;re running a backup on the DB<br>
&gt;&gt;&gt;&gt;&gt; that blocks all writes to the DB while Sofia is trying to update the DB<br>
&gt;&gt;&gt;&gt;&gt; that perhaps would cause this.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Try running a SIP OPTIONS ping your your sofia profile from the<br>
&gt;&gt;&gt;&gt;&gt; localhost during that time, which should exclude it being any issue on<br>
&gt;&gt;&gt;&gt;&gt; the ethernet.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; -Steve<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On 22 November 2012 19:31, Tim St. Pierre &lt;<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Hello,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      I&#39;m having a bit of an odd problem.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Intermittently, often every 2-3 days or so, Freeswitch stops<br>
&gt;&gt;&gt;&gt;&gt;      replying to SIP for about 5<br>
&gt;&gt;&gt;&gt;&gt;      minutes.  I can&#39;t verify if it&#39;s EXACTLY 5 minutes, but it seems to<br>
&gt;&gt;&gt;&gt;&gt;      be pretty close.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      During this time, no new registrations or invites can happen, but<br>
&gt;&gt;&gt;&gt;&gt;      existing calls stay<br>
&gt;&gt;&gt;&gt;&gt;      connected for at least a minute or two.  In the logs, you can see<br>
&gt;&gt;&gt;&gt;&gt;      calls slowly hanging up<br>
&gt;&gt;&gt;&gt;&gt;      with &quot;NORMAL_CLEARING&quot;.  In 5 minutes, everything starts up again<br>
&gt;&gt;&gt;&gt;&gt;      with no word about it at<br>
&gt;&gt;&gt;&gt;&gt;      all in the logs.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      When calls resume, I notice that the number of sessions returned by<br>
&gt;&gt;&gt;&gt;&gt;      the status command is<br>
&gt;&gt;&gt;&gt;&gt;      one higher than the actual number sessions returned by show<br>
&gt;&gt;&gt;&gt;&gt;      channels, or by looking in the<br>
&gt;&gt;&gt;&gt;&gt;      database.  Every time this happens, the discrepancy increases by one.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      The interruption happens on all SIP profiles, but calls originated<br>
&gt;&gt;&gt;&gt;&gt;      from the socket API<br>
&gt;&gt;&gt;&gt;&gt;      still work, insofar as they return with PROGRESS_TIMEOUT since the<br>
&gt;&gt;&gt;&gt;&gt;      profiles are still<br>
&gt;&gt;&gt;&gt;&gt;      running, but stuck.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      We are using ODBC/MySQL for the core database, and the database<br>
&gt;&gt;&gt;&gt;&gt;      server only runs this<br>
&gt;&gt;&gt;&gt;&gt;      database and some basic PHP/xml-curl stuff.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      We have 416 endpoints registered, and usually sit at about 30<br>
&gt;&gt;&gt;&gt;&gt;      sessions during the day.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      This never happens at night, only during busier times, but not<br>
&gt;&gt;&gt;&gt;&gt;      necessarily busy hour.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      I&#39;m running on FreeBSD 8.2-RELEASE AMD 64(2 XEON cores, 4G ram)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Freeswitch is 1.0.head (git-7531fed 2011-08-17 11-27-20 -0500)<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Yes, I know it&#39;s old and I&#39;m trying to upgrade, but I&#39;m still having<br>
&gt;&gt;&gt;&gt;&gt;      some problems getting<br>
&gt;&gt;&gt;&gt;&gt;      all my phones to work properly with 1.2 stable.  This is a<br>
&gt;&gt;&gt;&gt;&gt;      production system, so I can&#39;t<br>
&gt;&gt;&gt;&gt;&gt;      just blindly put out the newest release.  Mostly, I need to buy<br>
&gt;&gt;&gt;&gt;&gt;      myself some time so that I<br>
&gt;&gt;&gt;&gt;&gt;      can get the kinks worked out of the latest version and then upgrade<br>
&gt;&gt;&gt;&gt;&gt;      the production box.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      I&#39;m grateful for any insights as to what could be happening, even if<br>
&gt;&gt;&gt;&gt;&gt;      a solution is just a<br>
&gt;&gt;&gt;&gt;&gt;      temporary workaround.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Thanks!<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      -Tim<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt;&gt;&gt;      Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;&gt;&gt;      <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;      <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;&gt;&gt;      <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt;&gt;      <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;      <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;      <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;      FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;      <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;      &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt;&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;&gt;&gt;<br>
&gt;&gt;&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;&gt;&gt;      <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&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;&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;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&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;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><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;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><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;<br>
<br>
<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><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>