I have not compared them directly to be able to answer.&nbsp; I do know that the more cores the better (even slower ones) because each core divides the entire workload of the scheduler and increases the total threads that can work in parallel.<br>
<br>also you can start FS with -hp (high performance) which activates the round-robin scheduler, increases some ulimits and forces all consumed memory to be permanently resident with mlockall (no swapping)<br><br><br><div class="gmail_quote">
On Fri, Jan 30, 2009 at 11:05 AM, <a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a> <span dir="ltr">&lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Given the choice between dual core and dual processor, would one work<br>
better than the other for FS? &nbsp;Assuming roughly the same speed. &nbsp;Or<br>
would it not really have a measurable difference assuming same speed and<br>
both Intel?<br>
<div class="Ih2E3d"><br>
Anthony Minessale wrote:<br>
&gt; Which of the 2 machines has the load issue? You said it was one box<br>
&gt; calling the other.<br>
&gt;<br>
&gt; You have 2 major things against you, single CPU and AMD, but you should<br>
&gt; at least be able to get in the vicinity of 800-1000 calls on a box like<br>
&gt; that.<br>
&gt;<br>
&gt; Are you calling the default 9999? &nbsp;It&#39;s not really an appropriate<br>
&gt; extension for load testing.<br>
&gt; On the terminating box you should set up a manual extension that is the<br>
&gt; first one in the dial plan<br>
&gt; to play a wav file from preferably a ram disk or /tmp<br>
&gt;<br>
&gt; If you do plan on using this in production accept nothing less than a<br>
&gt; multi-core intel machine with at least 4 cores, the more cores the<br>
&gt; better because that parallel processing is where FS gets it&#39;s atvantage.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jan 30, 2009 at 5:56 AM, rod &lt;<a href="mailto:kawarod@laposte.net">kawarod@laposte.net</a><br>
</div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:kawarod@laposte.net">kawarod@laposte.net</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Dear list,<br>
&gt;<br>
&gt; &nbsp; &nbsp; I&#39;ve been playing with freeswitch for some time (2 months) and the fact<br>
&gt; &nbsp; &nbsp; is that I&#39;m very pleased with the functionnalities of this software.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I&#39;d like to use FS as a SBC handling media and I&#39;m doing some tests with<br>
&gt; &nbsp; &nbsp; sipp to load the machine but I&#39;m unable to bridge more than 60 calls<br>
&gt; &nbsp; &nbsp; without seeing the CPU being loaded at 100%. I&#39;m sure something is going<br>
&gt; &nbsp; &nbsp; wrong with my setup but I&#39;m unable to see what.<br>
&gt;<br>
&gt; &nbsp; &nbsp; The test machine has the following specs:<br>
&gt; &nbsp; &nbsp; &nbsp; Athlon XP 3500+ with 2GB of memory (I know this is not a high end<br>
&gt; &nbsp; &nbsp; machine :p)<br>
&gt;<br>
&gt; &nbsp; &nbsp; Freeswitch:/opt/freeswitch/log# cat /proc/cpuinfo<br>
&gt; &nbsp; &nbsp; processor &nbsp; &nbsp; &nbsp; : 0<br>
&gt; &nbsp; &nbsp; vendor_id &nbsp; &nbsp; &nbsp; : AuthenticAMD<br>
&gt; &nbsp; &nbsp; cpu family &nbsp; &nbsp; &nbsp;: 15<br>
&gt; &nbsp; &nbsp; model &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 95<br>
&gt; &nbsp; &nbsp; model name &nbsp; &nbsp; &nbsp;: AMD Athlon(tm) 64 Processor 3500+<br>
&gt; &nbsp; &nbsp; stepping &nbsp; &nbsp; &nbsp; &nbsp;: 2<br>
&gt; &nbsp; &nbsp; cpu MHz &nbsp; &nbsp; &nbsp; &nbsp; : 2199.973<br>
&gt; &nbsp; &nbsp; cache size &nbsp; &nbsp; &nbsp;: 512 KB<br>
&gt; &nbsp; &nbsp; fpu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
&gt; &nbsp; &nbsp; fpu_exception &nbsp; : yes<br>
&gt; &nbsp; &nbsp; cpuid level &nbsp; &nbsp; : 1<br>
&gt; &nbsp; &nbsp; wp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
&gt; &nbsp; &nbsp; flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt; &nbsp; &nbsp; mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt<br>
&gt; &nbsp; &nbsp; rdtscp lm 3dnowext 3dnow up rep_good pni cx16 lahf_lm svm extapic<br>
&gt; &nbsp; &nbsp; cr8_legacy<br>
&gt; &nbsp; &nbsp; bogomips &nbsp; &nbsp; &nbsp; &nbsp;: 4402.97<br>
&gt; &nbsp; &nbsp; TLB size &nbsp; &nbsp; &nbsp; &nbsp;: 1024 4K pages<br>
&gt; &nbsp; &nbsp; clflush size &nbsp; &nbsp;: 64<br>
&gt; &nbsp; &nbsp; cache_alignment : 64<br>
&gt; &nbsp; &nbsp; address sizes &nbsp; : 40 bits physical, 48 bits virtual<br>
&gt; &nbsp; &nbsp; power management: ts fid vid ttp tm stc<br>
&gt;<br>
&gt; &nbsp; &nbsp; I installed FS on a fresh debian 64:<br>
&gt; &nbsp; &nbsp; &nbsp; Linux Freeswitch 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009<br>
&gt; &nbsp; &nbsp; x86_64 GNU/Linux<br>
&gt;<br>
&gt; &nbsp; &nbsp; I set the ulimit parameters like those on the website:<br>
&gt; &nbsp; &nbsp; &nbsp; freeswitch@internal&gt; ...<br>
&gt; &nbsp; &nbsp; Freeswitch:/opt/free-svn/bin# ulimit -a<br>
&gt; &nbsp; &nbsp; core file size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(blocks, -c) unlimited<br>
&gt; &nbsp; &nbsp; data seg size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (kbytes, -d) unlimited<br>
&gt; &nbsp; &nbsp; scheduling priority &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (-e) 0<br>
&gt; &nbsp; &nbsp; file size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (blocks, -f) unlimited<br>
&gt; &nbsp; &nbsp; pending signals &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (-i) unlimited<br>
&gt; &nbsp; &nbsp; max locked memory &nbsp; &nbsp; &nbsp; (kbytes, -l) unlimited<br>
&gt; &nbsp; &nbsp; max memory size &nbsp; &nbsp; &nbsp; &nbsp; (kbytes, -m) unlimited<br>
&gt; &nbsp; &nbsp; open files &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(-n) 999999<br>
&gt; &nbsp; &nbsp; pipe size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(512 bytes, -p) 8<br>
&gt; &nbsp; &nbsp; POSIX message queues &nbsp; &nbsp; (bytes, -q) unlimited<br>
&gt; &nbsp; &nbsp; real-time priority &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(-r) 0<br>
&gt; &nbsp; &nbsp; stack size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(kbytes, -s) 244<br>
&gt; &nbsp; &nbsp; cpu time &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (seconds, -t) unlimited<br>
&gt; &nbsp; &nbsp; max user processes &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(-u) unlimited<br>
&gt; &nbsp; &nbsp; virtual memory &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(kbytes, -v) unlimited<br>
&gt; &nbsp; &nbsp; file locks &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(-x) unlimited<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; My network setup is the following:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; SIPP machine (<a href="http://10.10.10.1/24%29----------------vlan" target="_blank">10.10.10.1/24)----------------vlan</a><br>
</div></div>&gt; &nbsp; &nbsp; &lt;<a href="http://10.10.10.1/24%29----------------vlan" target="_blank">http://10.10.10.1/24%29----------------vlan</a>&gt; 55<br>
&gt; &nbsp; &nbsp; ----------(<a href="http://10.10.10.254/24" target="_blank">10.10.10.254/24</a> &lt;<a href="http://10.10.10.254/24" target="_blank">http://10.10.10.254/24</a>&gt;) FS<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; (<a href="http://10.10.20.254/24%29--------------" target="_blank">10.10.20.254/24)--------------</a><br>
</div>&gt; &nbsp; &nbsp; &lt;<a href="http://10.10.20.254/24%29--------------" target="_blank">http://10.10.20.254/24%29--------------</a>&gt; vlan56<br>
&gt; &nbsp; &nbsp; -------------------(<a href="http://10.10.20.100/24" target="_blank">10.10.20.100/24</a> &lt;<a href="http://10.10.20.100/24" target="_blank">http://10.10.20.100/24</a>&gt;) OTHER<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; STOCK FS<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; I launched sipp with:<br>
&gt; &nbsp; &nbsp; &nbsp; sipp -sn uac_pcap -s 9999 -r 10 -l 80 -d 60000 -mi 10.10.10.1 -i<br>
</div>&gt; &nbsp; &nbsp; 10.10.10.1 -mp 25000 <a href="http://10.10.10.254:5060" target="_blank">10.10.10.254:5060</a> &lt;<a href="http://10.10.10.254:5060" target="_blank">http://10.10.10.254:5060</a>&gt;<br>
<div class="Ih2E3d">&gt;<br>
&gt; &nbsp; &nbsp; The dialplan on FS is very simple:<br>
&gt; &nbsp; &nbsp; &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>
&gt; &nbsp; &nbsp; &lt;!-- <a href="http://wiki.freeswitch.org/wiki/Dialplan_XML" target="_blank">http://wiki.freeswitch.org/wiki/Dialplan_XML</a> --&gt;<br>
&gt; &nbsp; &nbsp; &lt;include&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;context name=&quot;default&quot;&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;extension name=&quot;hold_music_bridge&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^9999$&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;bridge&quot;<br>
</div>&gt; &nbsp; &nbsp; data=&quot;sofia/external/<a href="mailto:9999@10.10.20.100">9999@10.10.20.100</a> &lt;mailto:<a href="mailto:9999@10.10.20.100">9999@10.10.20.100</a>&gt;&quot;/&gt;<br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/extension&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/context&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &lt;/include&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; FreeSWITCH Version 1.0.trunk (11560M) Started.<br>
&gt; &nbsp; &nbsp; Crash Protection [Disabled]<br>
&gt; &nbsp; &nbsp; Max Sessions[1000]<br>
&gt; &nbsp; &nbsp; Session Rate[100]<br>
&gt; &nbsp; &nbsp; SQL [Enabled]<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; The test is very simple: sipp dial 9999 that matches in my FS dialplan<br>
&gt; &nbsp; &nbsp; and this is bridged to an other FS machine playing music on hold.<br>
&gt; &nbsp; &nbsp; When I launch &quot;top&quot; &nbsp;I see after 30 to 40 s that FS consumes all the CPU<br>
&gt; &nbsp; &nbsp; ressources (with a mean of 50-60 % before), with 80 calls.<br>
&gt; &nbsp; &nbsp; When I set 70 calls, I have to wait 70-80 s before seeing the same<br>
&gt; &nbsp; &nbsp; issue.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Presence is set to false on the 2 profile.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I have the same issue with FS 1.0.2 that&#39; s why I tried FS 11560.<br>
&gt;<br>
&gt; &nbsp; &nbsp; When I use the FS machine as a router to test the packet per second<br>
&gt; &nbsp; &nbsp; performance, I&#39;m reaching 100Mbps with 8000pps in each direction (from<br>
&gt; &nbsp; &nbsp; vlan 55 to vlan56) with less than 12% CPU. So that I don&#39;t think there&#39;s<br>
&gt; &nbsp; &nbsp; an issue with the network.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Here is an &quot;mpstat -P ALL 1&quot; to show you what&#39;s happening suddenly with<br>
&gt; &nbsp; &nbsp; 70 bridge calls:<br>
&gt; &nbsp; &nbsp; 12:31:26 &nbsp; &nbsp; CPU &nbsp; %user &nbsp; %nice &nbsp; &nbsp;%sys %iowait &nbsp; &nbsp;%irq &nbsp; %soft<br>
&gt; &nbsp; &nbsp; %steal &nbsp; %idle &nbsp; &nbsp;intr/s<br>
&gt; &nbsp; &nbsp; 12:31:27 &nbsp; &nbsp; all &nbsp; &nbsp;3,00 &nbsp; &nbsp;0,00 &nbsp; &nbsp;3,00 &nbsp; &nbsp;0,00 &nbsp; &nbsp;1,00 &nbsp; &nbsp;4,00<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; 89,00 &nbsp; 6241,00<br>
&gt; &nbsp; &nbsp; 12:31:27 &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp;3,00 &nbsp; &nbsp;0,00 &nbsp; &nbsp;3,00 &nbsp; &nbsp;0,00 &nbsp; &nbsp;1,00 &nbsp; &nbsp;4,00<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; 89,00 &nbsp; 6241,00<br>
&gt;<br>
&gt; &nbsp; &nbsp; 12:31:27 &nbsp; &nbsp; CPU &nbsp; %user &nbsp; %nice &nbsp; &nbsp;%sys %iowait &nbsp; &nbsp;%irq &nbsp; %soft<br>
&gt; &nbsp; &nbsp; %steal &nbsp; %idle &nbsp; &nbsp;intr/s<br>
&gt; &nbsp; &nbsp; 12:31:28 &nbsp; &nbsp; all &nbsp; 14,14 &nbsp; &nbsp;0,00 &nbsp; 56,57 &nbsp; &nbsp;0,00 &nbsp; &nbsp;2,02 &nbsp; &nbsp;5,05<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; 22,22 &nbsp; 6035,35<br>
&gt; &nbsp; &nbsp; 12:31:28 &nbsp; &nbsp; &nbsp; 0 &nbsp; 14,14 &nbsp; &nbsp;0,00 &nbsp; 56,57 &nbsp; &nbsp;0,00 &nbsp; &nbsp;2,02 &nbsp; &nbsp;5,05<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; 22,22 &nbsp; 6035,35<br>
&gt;<br>
&gt; &nbsp; &nbsp; 12:31:28 &nbsp; &nbsp; CPU &nbsp; %user &nbsp; %nice &nbsp; &nbsp;%sys %iowait &nbsp; &nbsp;%irq &nbsp; %soft<br>
&gt; &nbsp; &nbsp; %steal &nbsp; %idle &nbsp; &nbsp;intr/s<br>
&gt; &nbsp; &nbsp; 12:31:29 &nbsp; &nbsp; all &nbsp; 24,75 &nbsp; &nbsp;0,00 &nbsp; 67,33 &nbsp; &nbsp;0,00 &nbsp; &nbsp;0,99 &nbsp; &nbsp;6,93<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; &nbsp;0,00 &nbsp; 5483,17<br>
&gt; &nbsp; &nbsp; 12:31:29 &nbsp; &nbsp; &nbsp; 0 &nbsp; 24,75 &nbsp; &nbsp;0,00 &nbsp; 67,33 &nbsp; &nbsp;0,00 &nbsp; &nbsp;0,99 &nbsp; &nbsp;6,93<br>
&gt; &nbsp; &nbsp; 0,00 &nbsp; &nbsp;0,00 &nbsp; 5483,17<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; The CPU is going from 89% idle to 0% in less than 2 seconds.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I know that I don&#39;t have to expect too much from this kind of hardware,<br>
&gt; &nbsp; &nbsp; but it seems strange that the CPU power vanished so suddenly.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Thanks a lot for the guys that have read this long mail :p<br>
&gt;<br>
&gt; &nbsp; &nbsp; kind regards,<br>
&gt; &nbsp; &nbsp; rod<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div></div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
<div class="Ih2E3d">&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="Ih2E3d">&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt; pstn:213-799-1400<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
<div><div></div><div class="Wj3C7c">&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>
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"><br>-- <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>
<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="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>