sorry i messed it up<br><br>
originate {ignore_early_media=true,bypass_media=true}sofia/default/<a href="mailto:foo1@bar.com">foo1@bar.com</a> bridge:sofia/default/<a href="mailto:foo2@bar.com">foo2@bar.com</a> inline<br><div class="Ih2E3d"><br><br>
if you do show channels and you see the channels in state hibernate that is how you know.<br><br><br></div><br><div class="gmail_quote">On Fri, May 30, 2008 at 8:28 AM, Nicolas Brenner &lt;<a href="mailto:nicolas@medularis.com">nicolas@medularis.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks Anthony, this might seem like an innocent question, but I tried running:<br>
<div class="Ih2E3d"><br>
originate {ignore_early_media=true,bypass_media=true}sofia/default/<a href="mailto:foo1@bar.com">foo1@bar.com</a><br>
sofia/default/<a href="mailto:foo2@bar.com">foo2@bar.com</a> inline<br>
<br>
</div>on the console, and FS complained about the syntax, is this equivalent?<br>
<div class="Ih2E3d"><br>
originate {ignore_early_media=true,bypass_media=true}sofia/default/<a href="mailto:foo1@bar.com">foo1@bar.com</a><br>
</div>&amp;bridge({ignore_early_media=true,bypass_media=true}sofia/default/<a href="mailto:foo2@bar.com">foo2@bar.com</a>)<br>
<br>
how do I check the media is not actually going through FS?<br>
<br>
Thanks!<br>
<div><div></div><div class="Wj3C7c"><br>
On Thu, May 29, 2008 at 4:31 PM, Anthony Minessale<br>
&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt; you can do originate<br>
&gt; {ignore_early_media=true,bypass_media=true}sofia/default/<a href="mailto:foo1@bar.com">foo1@bar.com</a><br>
&gt; sofia/default/<a href="mailto:foo2@bar.com">foo2@bar.com</a> inline<br>
&gt;<br>
&gt; and hairpin 2 calls between the provider<br>
&gt;<br>
&gt;<br>
&gt; On Thu, May 29, 2008 at 2:55 PM, Nicolas Brenner &lt;<a href="mailto:nicolas@medularis.com">nicolas@medularis.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Anthony and Ken (specially), thank you very much for your explanations<br>
&gt;&gt; and figures. About what Ken said, how could I initiate a call in media<br>
&gt;&gt; mode and then switch it to no_media when the second leg is<br>
&gt;&gt; bridged/answered? Also, is this something my VoIP provider should be<br>
&gt;&gt; able to support specially, or is it just standard SIP signaling? Thank<br>
&gt;&gt; you again very much for your help!<br>
&gt;&gt;<br>
&gt;&gt; On Thu, May 29, 2008 at 2:48 PM, Ken Rice &lt;<a href="mailto:krice@suspicious.org">krice@suspicious.org</a>&gt; wrote:<br>
&gt;&gt; &gt; With FreeSwitch there are a couple of ways to accomplish what you are<br>
&gt;&gt; &gt; doing<br>
&gt;&gt; &gt; with 3 distinct levels of performance<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Way 1) Full Media Interaction/Transcoding. This is very similar to the<br>
&gt;&gt; &gt; way<br>
&gt;&gt; &gt; asterisk works and should on modern several give you atleast 2 to 3<br>
&gt;&gt; &gt; times<br>
&gt;&gt; &gt; the performance you see on asterisk (not accounting for any transcoding<br>
&gt;&gt; &gt; load<br>
&gt;&gt; &gt; you may introduce)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Way 2) Media Proxy mode. In this mode you will see a good bit of<br>
&gt;&gt; &gt; performance<br>
&gt;&gt; &gt; gain as FreeSwitch will only proxy the media it will not interact with<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; media stream (ie: no transcoding, no DTMF events etc) but you can still<br>
&gt;&gt; &gt; cut<br>
&gt;&gt; &gt; thru nat, appease providers that don&#39;t want to &quot;hairpin&quot; the media on<br>
&gt;&gt; &gt; their<br>
&gt;&gt; &gt; networks, and still do a full topology hide (not applicable for your<br>
&gt;&gt; &gt; scenario below as you can no jump in and out of proxy only mode)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Way 3) No Media Mode. In this mode FreeSwitch functions more along the<br>
&gt;&gt; &gt; lines<br>
&gt;&gt; &gt; of openser/ser minus the media proxies. Media is passed directly between<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; end points and FreeSwitch is completely out of the media path. This is<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; most efficient mode for routing calls as there is no media load on<br>
&gt;&gt; &gt; freeswitch and the number of concurrent calls is limited by system<br>
&gt;&gt; &gt; memory<br>
&gt;&gt; &gt; resources and speed of the calls coming in (as in how many calls/second<br>
&gt;&gt; &gt; can<br>
&gt;&gt; &gt; freeswitch process) &nbsp;for your particular application originating calls<br>
&gt;&gt; &gt; would<br>
&gt;&gt; &gt; start in media mode and them move to no media mode once the second leg<br>
&gt;&gt; &gt; starts to come online. This would have an impact of performance based on<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; total number of calls doing media with freeswitch at any given time.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Now for some real numbers...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I route calls primarily using the no-media-mode using dell 1950s with<br>
&gt;&gt; &gt; Dual<br>
&gt;&gt; &gt; QuadCore 2Ghz E5335&#39;s w/ 4Gs of ram. (admittedly this is a slightly<br>
&gt;&gt; &gt; different method from what you are doing) in our configuration we are<br>
&gt;&gt; &gt; able<br>
&gt;&gt; &gt; route in excess of 200 calls/sec with a concurrent call load in excess<br>
&gt;&gt; &gt; of<br>
&gt;&gt; &gt; 3000 calls (6000 legs) per machine. Where we run into problems is not in<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; concurrent call volume, its in the Calls/Sec luckily FreeSwitch has a<br>
&gt;&gt; &gt; Sessions/Second Limiter built in and we can set this and keep the box<br>
&gt;&gt; &gt; from<br>
&gt;&gt; &gt; melting down.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please Note in the above configuration we are largely routing autodialer<br>
&gt;&gt; &gt; traffic so performace should be much better if you decrease the calls<br>
&gt;&gt; &gt; per<br>
&gt;&gt; &gt; second and increase the average call length. High Call Per Second Rates<br>
&gt;&gt; &gt; are<br>
&gt;&gt; &gt; the bane of any switch<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; K<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; From: Nicolas Brenner &lt;<a href="mailto:nicolas@medularis.com">nicolas@medularis.com</a>&gt;<br>
&gt;&gt; &gt;&gt; Reply-To: &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt; Date: Thu, 29 May 2008 12:54:07 -0400<br>
&gt;&gt; &gt;&gt; To: &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt; Subject: Re: [Freeswitch-users] Max of 170 channels in the conference<br>
&gt;&gt; &gt;&gt; room.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi, sorry for my ignorance, but I was wondering if these figures are<br>
&gt;&gt; &gt;&gt; in any way comparable to the performance FS would have doing bridged<br>
&gt;&gt; &gt;&gt; calls?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have a web callback app that&#39;s currently running on top of Asterisk,<br>
&gt;&gt; &gt;&gt; and I&#39;m planning on moving to FS, and use originate/&amp;bridge commands<br>
&gt;&gt; &gt;&gt; to bridge calls between two actual phones. I&#39;d like to know if (using<br>
&gt;&gt; &gt;&gt; the same setup as Johny) I&#39;d be able to hit more than 170 channels?<br>
&gt;&gt; &gt;&gt; (or more than 170 calls, I guess that would be 340 channels).<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, May 29, 2008 at 12:19 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; These aren&#39;t really dual core CPU&#39;s they are single core with<br>
&gt;&gt; &gt;&gt;&gt; hyper-threading. &nbsp;If you disable hyper-threading you&#39;ll get more<br>
&gt;&gt; &gt;&gt;&gt; performance.<br>
&gt;&gt; &gt;&gt;&gt; You&#39;ll never get that great of performance out of these CPU&#39;s. &nbsp;The<br>
&gt;&gt; &gt;&gt;&gt; new<br>
&gt;&gt; &gt;&gt;&gt; 64bit woodcrest/clovertown Xeon&#39;s are much better... night and day<br>
&gt;&gt; &gt;&gt;&gt; difference. (Pinto vs Porsche)<br>
&gt;&gt; &gt;&gt;&gt; /b<br>
&gt;&gt; &gt;&gt;&gt; On May 29, 2008, at 11:10 AM, Johny Kadarisman wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hi Brian, attached is my cpu info.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Rgds,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; ================<br>
&gt;&gt; &gt;&gt;&gt; processor &nbsp; &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; vendor_id &nbsp; &nbsp; &nbsp; : GenuineIntel<br>
&gt;&gt; &gt;&gt;&gt; cpu family &nbsp; &nbsp; &nbsp;: 15<br>
&gt;&gt; &gt;&gt;&gt; model &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; model name &nbsp; &nbsp; &nbsp;: Intel(R) Xeon(TM) CPU 2.80GHz<br>
&gt;&gt; &gt;&gt;&gt; stepping &nbsp; &nbsp; &nbsp; &nbsp;: 9<br>
&gt;&gt; &gt;&gt;&gt; cpu MHz &nbsp; &nbsp; &nbsp; &nbsp; : 2784.780<br>
&gt;&gt; &gt;&gt;&gt; cache size &nbsp; &nbsp; &nbsp;: 512 KB<br>
&gt;&gt; &gt;&gt;&gt; physical id &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; siblings &nbsp; &nbsp; &nbsp; &nbsp;: 2<br>
&gt;&gt; &gt;&gt;&gt; core id &nbsp; &nbsp; &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; cpu cores &nbsp; &nbsp; &nbsp; : 1<br>
&gt;&gt; &gt;&gt;&gt; fdiv_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; hlt_bug &nbsp; &nbsp; &nbsp; &nbsp; : no<br>
&gt;&gt; &gt;&gt;&gt; f00f_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; coma_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; fpu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; fpu_exception &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; cpuid level &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; wp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
&gt;&gt; &gt;&gt;&gt; flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt; &gt;&gt;&gt; mca<br>
&gt;&gt; &gt;&gt;&gt; cmov pat pse36 clflush dts acpi mmx fxs<br>
&gt;&gt; &gt;&gt;&gt; r sse sse2 ss ht tm pbe cid xtpr<br>
&gt;&gt; &gt;&gt;&gt; bogomips &nbsp; &nbsp; &nbsp; &nbsp;: 5573.58<br>
&gt;&gt; &gt;&gt;&gt; clflush size &nbsp; &nbsp;: 64<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; processor &nbsp; &nbsp; &nbsp; : 1<br>
&gt;&gt; &gt;&gt;&gt; vendor_id &nbsp; &nbsp; &nbsp; : GenuineIntel<br>
&gt;&gt; &gt;&gt;&gt; cpu family &nbsp; &nbsp; &nbsp;: 15<br>
&gt;&gt; &gt;&gt;&gt; model &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; model name &nbsp; &nbsp; &nbsp;: Intel(R) Xeon(TM) CPU 2.80GHz<br>
&gt;&gt; &gt;&gt;&gt; stepping &nbsp; &nbsp; &nbsp; &nbsp;: 9<br>
&gt;&gt; &gt;&gt;&gt; cpu MHz &nbsp; &nbsp; &nbsp; &nbsp; : 2784.780<br>
&gt;&gt; &gt;&gt;&gt; cache size &nbsp; &nbsp; &nbsp;: 512 KB<br>
&gt;&gt; &gt;&gt;&gt; physical id &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; siblings &nbsp; &nbsp; &nbsp; &nbsp;: 2<br>
&gt;&gt; &gt;&gt;&gt; core id &nbsp; &nbsp; &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; cpu cores &nbsp; &nbsp; &nbsp; : 1<br>
&gt;&gt; &gt;&gt;&gt; fdiv_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; hlt_bug &nbsp; &nbsp; &nbsp; &nbsp; : no<br>
&gt;&gt; &gt;&gt;&gt; f00f_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; coma_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; fpu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; fpu_exception &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; cpuid level &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; wp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
&gt;&gt; &gt;&gt;&gt; flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt; &gt;&gt;&gt; mca<br>
&gt;&gt; &gt;&gt;&gt; cmov pat pse36 clflush dts acpi mmx fxs<br>
&gt;&gt; &gt;&gt;&gt; r sse sse2 ss ht tm pbe cid xtpr<br>
&gt;&gt; &gt;&gt;&gt; bogomips &nbsp; &nbsp; &nbsp; &nbsp;: 5569.09<br>
&gt;&gt; &gt;&gt;&gt; clflush size &nbsp; &nbsp;: 64<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; processor &nbsp; &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; vendor_id &nbsp; &nbsp; &nbsp; : GenuineIntel<br>
&gt;&gt; &gt;&gt;&gt; cpu family &nbsp; &nbsp; &nbsp;: 15<br>
&gt;&gt; &gt;&gt;&gt; model &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; model name &nbsp; &nbsp; &nbsp;: Intel(R) Xeon(TM) CPU 2.80GHz<br>
&gt;&gt; &gt;&gt;&gt; stepping &nbsp; &nbsp; &nbsp; &nbsp;: 9<br>
&gt;&gt; &gt;&gt;&gt; cpu MHz &nbsp; &nbsp; &nbsp; &nbsp; : 2784.780<br>
&gt;&gt; &gt;&gt;&gt; cache size &nbsp; &nbsp; &nbsp;: 512 KB<br>
&gt;&gt; &gt;&gt;&gt; physical id &nbsp; &nbsp; : 3<br>
&gt;&gt; &gt;&gt;&gt; siblings &nbsp; &nbsp; &nbsp; &nbsp;: 2<br>
&gt;&gt; &gt;&gt;&gt; core id &nbsp; &nbsp; &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; cpu cores &nbsp; &nbsp; &nbsp; : 1<br>
&gt;&gt; &gt;&gt;&gt; fdiv_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; hlt_bug &nbsp; &nbsp; &nbsp; &nbsp; : no<br>
&gt;&gt; &gt;&gt;&gt; f00f_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; coma_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; fpu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; fpu_exception &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; cpuid level &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; wp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
&gt;&gt; &gt;&gt;&gt; flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt; &gt;&gt;&gt; mca<br>
&gt;&gt; &gt;&gt;&gt; cmov pat pse36 clflush dts acpi mmx fxs<br>
&gt;&gt; &gt;&gt;&gt; r sse sse2 ss ht tm pbe cid xtpr<br>
&gt;&gt; &gt;&gt;&gt; bogomips &nbsp; &nbsp; &nbsp; &nbsp;: 5569.31<br>
&gt;&gt; &gt;&gt;&gt; clflush size &nbsp; &nbsp;: 64<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; processor &nbsp; &nbsp; &nbsp; : 3<br>
&gt;&gt; &gt;&gt;&gt; vendor_id &nbsp; &nbsp; &nbsp; : GenuineIntel<br>
&gt;&gt; &gt;&gt;&gt; cpu family &nbsp; &nbsp; &nbsp;: 15<br>
&gt;&gt; &gt;&gt;&gt; model &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; model name &nbsp; &nbsp; &nbsp;: Intel(R) Xeon(TM) CPU 2.80GHz<br>
&gt;&gt; &gt;&gt;&gt; stepping &nbsp; &nbsp; &nbsp; &nbsp;: 9<br>
&gt;&gt; &gt;&gt;&gt; cpu MHz &nbsp; &nbsp; &nbsp; &nbsp; : 2784.780<br>
&gt;&gt; &gt;&gt;&gt; cache size &nbsp; &nbsp; &nbsp;: 512 KB<br>
&gt;&gt; &gt;&gt;&gt; physical id &nbsp; &nbsp; : 3<br>
&gt;&gt; &gt;&gt;&gt; siblings &nbsp; &nbsp; &nbsp; &nbsp;: 2<br>
&gt;&gt; &gt;&gt;&gt; core id &nbsp; &nbsp; &nbsp; &nbsp; : 0<br>
&gt;&gt; &gt;&gt;&gt; cpu cores &nbsp; &nbsp; &nbsp; : 1<br>
&gt;&gt; &gt;&gt;&gt; fdiv_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; hlt_bug &nbsp; &nbsp; &nbsp; &nbsp; : no<br>
&gt;&gt; &gt;&gt;&gt; f00f_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; coma_bug &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
&gt;&gt; &gt;&gt;&gt; fpu &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; fpu_exception &nbsp; : yes<br>
&gt;&gt; &gt;&gt;&gt; cpuid level &nbsp; &nbsp; : 2<br>
&gt;&gt; &gt;&gt;&gt; wp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
&gt;&gt; &gt;&gt;&gt; flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt; &gt;&gt;&gt; mca<br>
&gt;&gt; &gt;&gt;&gt; cmov pat pse36 clflush dts acpi mmx fxs<br>
&gt;&gt; &gt;&gt;&gt; r sse sse2 ss ht tm pbe cid xtpr<br>
&gt;&gt; &gt;&gt;&gt; bogomips &nbsp; &nbsp; &nbsp; &nbsp;: 5569.67<br>
&gt;&gt; &gt;&gt;&gt; clflush size &nbsp; &nbsp;: 64<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Thu, May 29, 2008 at 11:49 AM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Can you cat /proc/cpuinfo and post that?<br>
&gt;&gt; &gt;&gt;&gt;&gt; /b<br>
&gt;&gt; &gt;&gt;&gt;&gt; On May 29, 2008, at 10:41 AM, Johny Kadarisman wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Thanks Anthony,<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; It&#39;s a 32bits Ubuntu server version, and I had blindly follow and run<br>
&gt;&gt; &gt;&gt;&gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt; test with following settings :)<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -c unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -d unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -f unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -i unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -n 999999<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -q unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -u unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -v unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -x unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -s 244<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -l unlimited<br>
&gt;&gt; &gt;&gt;&gt;&gt; ulimit -a<br>
&gt;&gt; &gt;&gt;&gt;&gt; bin/freeswitch<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; also, I set with 120ms interval, I still hit around 170 channels<br>
&gt;&gt; &gt;&gt;&gt;&gt; limits in<br>
&gt;&gt; &gt;&gt;&gt;&gt; one room.<br>
&gt;&gt; &gt;&gt;&gt;&gt; Let me play around more with multiple room setup.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Rgds,<br>
&gt;&gt; &gt;&gt;&gt;&gt; Johny K.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; On Thu, May 29, 2008 at 10:56 AM, Anthony Minessale<br>
&gt;&gt; &gt;&gt;&gt;&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; We don&#39;t do much testing on the conference but i can give you a few<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; pointers.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; is it a 32 or 64 bit box?<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; if it&#39;s 32 you can try this as root before you start up.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; ulimit -s 244<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; you can also change the conference interval to higher number of ms<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; between packets to give it more time to mux the audio, the default<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; is 20<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; but<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; you should be able to use 30,40,60,120 as well<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; You can also try multiple conference to compare.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; On Thu, May 29, 2008 at 8:57 AM, Johny Kadarisman &lt;<a href="mailto:jkr888@gmail.com">jkr888@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; Hi all,<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; I build a new test boxes for freeswitch. and trying to simulate<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; high<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; load condition.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; I have one freeswitch box that host conference apps, and another<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; box<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; with simple js to originate call to the conference room.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; To monitor the sound quality, I have one phones that dial into the<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; conference room, and then start streaming/playing moh music in the<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; conference.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; In many scenario that i tried (mute, unmute, one or multiple<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; rooms), the<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; max total number of channels is about 170 channels before FS start<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; to<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; slowing down on creating new channels. The Cpu&#39;s only tops around<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; 40-50%,<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; and the voice/rtp start to jitter or delays on my phone.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; These test boxes is running on 2 processor 2.8GHz Dual Core xeon<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; cpu&#39;s<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; and about 1Gb memory.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; I think the number already pretty impressive, at least for me :)<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; But is this limit sounds right from others experience? Can I still<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; do<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; more tuning?<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; Johny K.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; &gt;&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;&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;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&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;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Anthony Minessale II<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; AIM: anthm<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; pstn:213-799-1400<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; &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;&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;&gt;&gt;<br>
&gt;&gt; &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;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&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;&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;&gt;<br>
&gt;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Brian West<br>
&gt;&gt; &gt;&gt;&gt;&gt; <a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&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;&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;&gt;<br>
&gt;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<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;<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; Brian West<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@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; 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;<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;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Nicolás Brenner<br>
&gt;&gt; &gt;&gt; Medularis SpA<br>
&gt;&gt; &gt;&gt;<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;<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;<br>
&gt;&gt; &gt;<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; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Nicolás Brenner<br>
&gt;&gt; Medularis SpA<br>
&gt;&gt;<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>
&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>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; pstn:213-799-1400<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>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Nicolás Brenner<br>
Medularis SpA<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