<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] High load on database server</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Hey Anthony,<BR>
<BR>
I think he&#8217;s being a little confused here...<BR>
<BR>
What tony is refering to, is stacked statements &nbsp;&nbsp;&#8220;select * from foo; update bar set foo=bar; some other statement;&#8221;<BR>
<BR>
Allowing stacked statements in 1 call over ODBC is bad mojo that&#8217;s exactly host most sql injections work in the first place<BR>
<BR>
&#8220;select * from users where username = &#8216;$USERNAME&#8217;&#8221; ... Replace $USERNAME with the next line<BR>
<BR>
&#8216;; &nbsp;UPDATE users set password=NEWPASSWORD where username = &#8216;admin&#8217;; --<BR>
<BR>
Boom sql injection... Now there are other ways to protect against this like properly escaping input from 3rd parties going into your sql statements but it still happens all the time...<BR>
<BR>
This is one of the main reasons I use prepared statements on Postgresql cause it stops this sort of behavior cold in its tracks... You should still properly escape inputs but the extra layer is worth it<BR>
<BR>
<BR>
<BR>
<BR>
On 10/27/11 2:08 PM, &quot;Anthony Minessale&quot; &lt;<a href="anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Blah,<BR>
<BR>
I said I don't like mysql, but ok I'll look it up for you.......<BR>
<BR>
<a href="http://www.mail-archive.com/profox@leafe.com/msg33150.html">http://www.mail-archive.com/profox@leafe.com/msg33150.html</a><BR>
<BR>
AND<BR>
<BR>
<a href="http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-connection-parameters.html">http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-connection-parameters.html</a><BR>
search for 'FLAG_MULTI_STATEMENTS' <BR>
<BR>
>From our own FS resources:<BR>
<BR>
<a href="http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core#CentOS_5.2">http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core#CentOS_5.2</a><BR>
<a href="http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg19883.html">http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg19883.html</a><BR>
<BR>
or <BR>
<BR>
<a href="http://tinyurl.com/4xo26sv">http://tinyurl.com/4xo26sv</a><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Thu, Oct 27, 2011 at 1:29 PM, Hynek Cihlar &lt;<a href="hynek.cihlar@gmail.com">hynek.cihlar@gmail.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Transactions are by default supported by mysql, the transactions are driven by sql statements themselves. <BR>
<BR>
Your statement is either incorrect or I interpret it wrong. <BR>
<BR>
<BR>
Sent from my mobile device<BR>
<BR>
On Oct 27, 2011, at 20:09, Anthony Minessale &lt;<a href="anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>mysql does not work with transactions by default in defense of injection attacks... read the thread its in the top.<BR>
<BR>
<BR>
On Thu, Oct 27, 2011 at 1:07 PM, Madovsky &lt; &lt;<a href="mailto:infos@madovsky.org">mailto:infos@madovsky.org</a>&gt; <a href="infos@madovsky.org">infos@madovsky.org</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Thanks Ken. here the link of official SIPP website<BR>
&nbsp;&lt;<a href="http://sipp.sourceforge.net/">http://sipp.sourceforge.net/</a>&gt; <a href="http://sipp.sourceforge.net/">http://sipp.sourceforge.net/</a><BR>
 <BR>
I didn't know it was a HP app ! :0)<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'> <BR>
----- Original Message ----- <BR>
&nbsp;<BR>
<B>From:</B> &nbsp;Ken Rice &lt;<a href="mailto:krice@freeswitch.org">mailto:krice@freeswitch.org</a>&gt; &nbsp;&nbsp;<BR>
&nbsp;<BR>
<B>To:</B> FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">mailto:freeswitch-users@lists.freeswitch.org</a>&gt; &nbsp;&nbsp;<BR>
&nbsp;<BR>
<B>Sent:</B> Thursday, October 27, 2011 1:54 &nbsp;PM<BR>
&nbsp;<BR>
<B>Subject:</B> Re: [Freeswitch-users] High load &nbsp;on database server<BR>
&nbsp;<BR>
<BR>
SIPP works fine for this... However keep in mind some &nbsp;of their default scenario files arent exactly the best in the world and can in &nbsp;many situations leave a bit to be desired... Check the wiki I think there is &nbsp;more info on this on there<BR>
<BR>
K<BR>
<BR>
<BR>
On 10/27/11 12:51 PM, &nbsp;&quot;Madovsky&quot; &lt; &lt;<a href="mailto:infos@madovsky.org">mailto:infos@madovsky.org</a>&gt; <a href="infos@madovsky.org">infos@madovsky.org</a>&gt; &nbsp;wrote:<BR>
<BR>
&nbsp;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>on this subject,<BR>
is SIPp can be used to test to &nbsp;reproduce hundreds calls ?<BR>
&nbsp;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
----- Original Message ----- &nbsp;<BR>
 <BR>
<B>From:</B>  Anthony Minessale &lt; &lt;<a href="mailto:anthony.minessale@gmail.com">mailto:anthony.minessale@gmail.com</a>&gt; <a href="mailto:anthony.minessale@gmail.com">mailto:anthony.minessale@gmail.com</a>&gt; &nbsp; <BR>
 <BR>
<B>To:</B> FreeSWITCH Users Help &lt; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">mailto:freeswitch-users@lists.freeswitch.org</a>&gt; <a href="mailto:freeswitch-users@lists.freeswitch.org">mailto:freeswitch-users@lists.freeswitch.org</a>&gt; &nbsp;  <BR>
 <BR>
<B>Sent:</B> Thursday, October 27, 2011 1:39 &nbsp; PM<BR>
 <BR>
<B>Subject:</B> Re: [Freeswitch-users] High load &nbsp; on database server<BR>
 <BR>
<BR>
BTW I know it's a contradiction &nbsp;to tell you to consider older  ODBC and newer FS but I wrote FS so I &nbsp;can attest to its stability especially  the ODBC code in the core. &nbsp;<BR>
<BR>
 <BR>
<BR>
 <BR>
<BR>
<BR>
 <BR>
On Thu, Oct 27, 2011 at &nbsp;12:36 PM, Anthony Minessale  &lt; &lt;<a href="http://anthony.minessale@gmail.com">http://anthony.minessale@gmail.com</a>&gt; <a href="anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; &nbsp; wrote:<BR>
 <BR>
&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
Let's recap<BR>
 <BR>
<BR>
 <BR>
You &nbsp;have 4 moving parts, you have various versions of all 4 to choose &nbsp; from and even different implementations of 3 of the &nbsp;4.<BR>
 <BR>
<BR>
ODBC LIB <BR>
ODBC &nbsp;DRIVER<BR>
 <BR>
DATABASE<BR>
 <BR>
FS<BR>
 <BR>
<BR>
 <BR>
You &nbsp;must choose a stable combination of all 4 which may require &nbsp; specific configuration of each component as &nbsp;well.<BR>
 <BR>
<BR>
 <BR>
My only issue is FUD, I do not want &nbsp;people to advertise that FS does  not work on ODBC under load when &nbsp;the whole story is FS does not work under  load when you use &nbsp;fooODBC with barDRIVER with basBASE database server  configured a &nbsp;particular way.<BR>
 <BR>
<BR>
 <BR>
It should never crash, if it &nbsp;does, its a bug in something.  I can  speak for FS that there &nbsp;is no bug there.  The other 3 are  variables. &nbsp;<BR>
 <BR>
Remember this next time there is a discussion about using &nbsp;system libs  and why we build our own depends.  The one thing &nbsp;we use system libs  for, ODBC, is a huge &nbsp;PITA.........<BR>
 <BR>
<BR>
 <BR>
Things to &nbsp;remember:<BR>
 <BR>
<BR>
 <BR>
1) try the Threading=0 in the &nbsp;odbcinst.ini, this is a serious problem  and has been made the &nbsp;default in latest versions.<BR>
 <BR>
2) If you must use Mysql, &nbsp;enable transactions and make sure your  odbc.ini is referencing the &nbsp;threadsafe version of the lib &nbsp;<BR>
 <BR>
     libmyodbc3_r.so &lt;-- note &nbsp;_r<BR>
 <BR>
3) Try various combos of drivers and odbc libs, many &nbsp;time newer is not  better, stable versions lie in the &nbsp;past.<BR>
 <BR>
4) build the drivers and odbc yourself or get the &nbsp;debug symbols so you  can get a backtrace, you could be finding a &nbsp;bug for them.......<BR>
 <BR>
5) Find a test to reproduce your &nbsp;problem so you can try different  database engines and driver &nbsp;combos.<BR>
 <BR>
6) Make sure you are on latest FS git so you know &nbsp;you have a stable &nbsp; copy.<BR>
 <BR>
<BR>
 <BR>
<BR>
 <BR>
Anyway, this is a &nbsp;pain, that's why ppl pay you to do it.<BR>
 <BR>
Discuss this all you &nbsp;want here, just minimize any FUD to scare away  people who want to &nbsp;use &nbsp;it.<BR>
 <BR>
<BR>
 <BR>
<BR>
 <BR>
<BR>
 <BR>
<BR>
 <BR>
 <BR>
 <BR>
 <BR>
<BR>
<BR>
 <BR>
On &nbsp;Thu, Oct 27, 2011 at 12:24 PM, Hynek Cihlar &lt; &lt;<a href="http://hynek.cihlar@gmail.com">http://hynek.cihlar@gmail.com</a>&gt; <a href="hynek.cihlar@gmail.com">hynek.cihlar@gmail.com</a>&gt; &nbsp;wrote:<BR>
 <BR>
&nbsp;<BR>
Do not agree. Issues happening under extreme &nbsp;cases like  high load with<BR>
some specific conditions are hard &nbsp;to reproduce, sharing  the<BR>
information in this case is a lot &nbsp;more efficient, for all.<BR>
 <BR>
<BR>
Sent from my mobile &nbsp;device<BR>
<BR>
 <BR>
 <BR>
 <BR>
On Oct 27, 2011, at 18:56, &nbsp;Robert Huddleston &lt; &lt;<a href="http://rhuddleston@gmail.com">http://rhuddleston@gmail.com</a>&gt; <a href="rhuddleston@gmail.com">rhuddleston@gmail.com</a>&gt; &nbsp;wrote:<BR>
<BR>
&gt; My bologna  has a first name - it's O S C A &nbsp;R...<BR>
&gt;<BR>
&gt; This topic is getting  really old... I have &nbsp;to agree with Antm - get out of<BR>
&gt; the lazy  pants and do &nbsp;some research / hard work.<BR>
&gt;<BR>
&gt;<BR>
&gt;  -----Original &nbsp;Message-----<BR>
&gt; From: &nbsp;&lt;<a href="http://freeswitch-users-bounces@lists.freeswitch.org">http://freeswitch-users-bounces@lists.freeswitch.org</a>&gt; <a href="freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><BR>
&gt; &nbsp; [ &lt;<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>&gt; <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>] &nbsp;On Behalf  Of Sergey<BR>
&gt; Okhapkin<BR>
&gt; Sent: Thursday, &nbsp;October 27, 2011 12:43  PM<BR>
&gt; To: FreeSWITCH Users &nbsp;Help<BR>
&gt; Subject: Re:  [Freeswitch-users] High load on &nbsp;database server<BR>
&gt;<BR>
&gt; What do  you mean &quot;shared &nbsp;ODBC&quot;?<BR>
&gt;<BR>
&gt; On Thursday 27 October 2011,  Madovsky &nbsp;wrote:<BR>
&gt;&gt; but, is anyone experienced that with shared &nbsp; ODBC ? (managing more than 330<BR>
&gt;&gt; concurrent &nbsp; calls)<BR>
&gt;&gt;<BR>
&gt;&gt; ----- Original Message &nbsp;-----<BR>
&gt;&gt;  From: &quot;Madovsky&quot; &lt; &lt;<a href="http://infos@madovsky.org">http://infos@madovsky.org</a>&gt; <a href="infos@madovsky.org">infos@madovsky.org</a>&gt;<BR>
&gt;&gt; To: &nbsp;&quot;FreeSWITCH Users  Help&quot; &lt; &lt;<a href="http://freeswitch-users@lists.freeswitch.org">http://freeswitch-users@lists.freeswitch.org</a>&gt; <a href="freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<BR>
&gt;&gt; &nbsp; Sent: Thursday, October 27, 2011 12:33 PM<BR>
&gt;&gt; Subject: &nbsp;Re:  [Freeswitch-users] High load on database &nbsp; server<BR>
&gt;&gt;<BR>
&gt;&gt;&gt; ha ok, good luck &nbsp; so<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; ----- Original Message &nbsp; -----<BR>
&gt;&gt;&gt; From: &quot;Cliff Wells&quot; &lt; &lt;<a href="http://cliff@develix.com">http://cliff@develix.com</a>&gt; <a href="cliff@develix.com">cliff@develix.com</a>&gt;<BR>
&gt;&gt;&gt; To: &nbsp;&quot;FreeSWITCH  Users Help&quot; &lt; &lt;<a href="http://freeswitch-users@lists.freeswitch.org">http://freeswitch-users@lists.freeswitch.org</a>&gt; <a href="freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<BR>
&gt;&gt;&gt; &nbsp; Sent: Thursday, October 27, 2011 12:26 PM<BR>
&gt;&gt;&gt; &nbsp;Subject: Re:  [Freeswitch-users] High load on database &nbsp; server<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; On Thu, 2011-10-27 at &nbsp;11:55  -0400, Madovsky wrote:<BR>
&gt;&gt;&gt;&gt;&gt; I means &nbsp;that depend the  quality of your script &nbsp;;)<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; Quality  isn't the &nbsp;issue here.  The script is too simple to be &nbsp; incorrect<BR>
&gt;&gt;&gt;&gt; (and it carefully releases the &nbsp;odbc  connection back to the pool in a<BR>
&gt;&gt;&gt;&gt; hangup &nbsp;handler).   I have written poor-quality code plenty of &nbsp;times,  but<BR>
&gt;&gt;&gt;&gt; 25 years as a programmer usually &nbsp;allows me the  luxury of knowing when<BR>
&gt;&gt;&gt;&gt; I'm &nbsp;doing it,  thanks.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; In any &nbsp;case, Lua scripts  work fine.  Google will tell you that &nbsp;unixODBC<BR>
&gt;&gt;&gt;&gt;  before 2.3.0 was a bit of a mess, &nbsp;so I expect the issue lies there,  but<BR>
&gt;&gt;&gt;&gt; again, &nbsp;I emphasize, everything WORKS GREAT (been  using it for a &nbsp;couple<BR>
&gt;&gt;&gt;&gt; of years now) until you get to  very &nbsp;high concurrency (about 330<BR>
&gt;&gt;&gt;&gt; concurrent calls on a &nbsp; single system).  If you don't expect to &nbsp;handle<BR>
&gt;&gt;&gt;&gt;  more than 300 concurrent calls, then &nbsp;you do not need to worry about  it.<BR>
&gt;&gt;&gt;&gt; At &nbsp;all.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; &nbsp; Regards,<BR>
&gt;&gt;&gt;&gt; &nbsp; Cliff<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; &nbsp; FreeSWITCH-users mailing list<BR>
&gt;&gt;&gt;&gt; &nbsp;&lt;<a href="http://FreeSWITCH-users@lists.freeswitch.org">http://FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&gt;&gt;&gt;&gt; &nbsp;  &lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
&gt;&gt;&gt;&gt;<BR>
&gt; &nbsp; UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&gt;&gt;&gt;&gt; &nbsp;  &lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
&gt;&gt;<BR>
&gt;&gt; &nbsp; FreeSWITCH-users mailing list<BR>
&gt;&gt; &nbsp;&lt;<a href="http://FreeSWITCH-users@lists.freeswitch.org">http://FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&gt;&gt; &nbsp;&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
&gt;&gt; &nbsp; UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&gt;&gt; &nbsp;  &lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; &nbsp; FreeSWITCH-users mailing list<BR>
&gt; &nbsp;&lt;<a href="http://FreeSWITCH-users@lists.freeswitch.org">http://FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&gt; &nbsp;&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
&gt; &nbsp; UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&gt; &nbsp;  &lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; &nbsp; FreeSWITCH-users mailing list<BR>
&gt; &nbsp;&lt;<a href="http://FreeSWITCH-users@lists.freeswitch.org">http://FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&gt; &nbsp;&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
&gt; &nbsp; UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&gt; &nbsp;  &lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
<BR>
FreeSWITCH-users &nbsp; mailing list<BR>
&nbsp;&lt;<a href="http://FreeSWITCH-users@lists.freeswitch.org">http://FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&nbsp;&lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
<BR>
 <BR>
<BR>
 <BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><BLOCKQUOTE><BLOCKQUOTE><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'> <BR>
&nbsp;<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="100%"><BR>
&nbsp;<BR>
<BR>
<BR>
FreeSWITCH-users mailing &nbsp;list<BR>
&nbsp;&lt;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">mailto:FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&nbsp;&lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
FreeSWITCH-users mailing list<BR>
&nbsp;&lt;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">mailto:FreeSWITCH-users@lists.freeswitch.org</a>&gt; <a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
&nbsp;&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE: &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
&nbsp;&lt;<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>