Humm What about this one.<br><br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_sched_hangup">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_sched_hangup</a><br><br>and / or <br><br>there is also a possibility to hangup if you do not recveive any media (RTP) just be careful with Voice Activation.<br>
<br><br><br><div class="gmail_quote">2011/4/25 François Delawarde <span dir="ltr">&lt;<a href="mailto:fdelawarde@wirelessmundi.com">fdelawarde@wirelessmundi.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks Antonio, I&#39;m already using that along with iptables rate<br>
limiting. It fits my needs but I need to run tests every time I install<br>
FS in a new hardware to find the optimal values.<br>
<br>
It&#39;s good enough for me, but I was just wondering if there was anything<br>
more automatic like some timer that could drop the call if it takes too<br>
long to process.<br>
<br>
It could also be useful for stalled DB connections or similar endless<br>
loops in some badly coded IVR applications.<br>
<font color="#888888"><br>
François.<br>
</font><div><div></div><div class="h5"><br>
<br>
On Mon, 2011-04-25 at 10:05 +0100, Antonio Teixeira wrote:<br>
&gt; Good Morning.<br>
&gt;<br>
&gt; @ Steven,<br>
&gt; Thanks for the idea i will make a prototype in Python , and will send<br>
&gt; you guysthe performance data when i have it.<br>
&gt;<br>
&gt; @ François<br>
&gt;<br>
&gt; You probably want this.<br>
&gt; <a href="http://wiki.freeswitch.org/wiki/XML_Switch_Configuration" target="_blank">http://wiki.freeswitch.org/wiki/XML_Switch_Configuration</a><br>
&gt;<br>
&gt; &#39;sessions-per-second&#39; - throttling mechanism, the switch will only<br>
&gt; create this many channels at most, per second.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2011/4/25 François Delawarde &lt;<a href="mailto:fdelawarde@wirelessmundi.com">fdelawarde@wirelessmundi.com</a>&gt;<br>
&gt;         I also experienced a huge delay issue when attacked by mister<br>
&gt;         &quot;friendly-scanner&quot;. The machine was not overloaded and call<br>
&gt;         setup was<br>
&gt;         working well but with a 10-20 seconds delay. Note that the<br>
&gt;         delay was<br>
&gt;         only with SIP answers, and once RTP was setup the audio was<br>
&gt;         perfect.<br>
&gt;<br>
&gt;         Following advices from <a href="http://wiki.freeswitch.org/wiki/QoS" target="_blank">http://wiki.freeswitch.org/wiki/QoS</a><br>
&gt;         solved it in<br>
&gt;         my case. Is there a mechanism in FS that could detect huge<br>
&gt;         call setup<br>
&gt;         delay and simply reject calls?<br>
&gt;<br>
&gt;         François.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         On Sat, 2011-04-23 at 14:46 +0100, Steven Ayre wrote:<br>
&gt;         &gt; ESL would be best as you can offload the processing to<br>
&gt;         another server<br>
&gt;         &gt; - potentially a load balanced cluster.<br>
&gt;         &gt;<br>
&gt;         &gt; Steve on iPhone<br>
&gt;         &gt;<br>
&gt;         &gt; On 23 Apr 2011, at 08:51, Antonio Teixeira<br>
&gt;         &lt;<a href="mailto:eagle.antonio@gmail.com">eagle.antonio@gmail.com</a>&gt;<br>
&gt;         &gt; wrote:<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; &gt; Hello Michael &amp; The rest.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt; What i&#39;m trying to find is the solution with the highest<br>
&gt;         performance<br>
&gt;         &gt; &gt; for IVR Applications. And squeezing the last bit of<br>
&gt;         performance out<br>
&gt;         &gt; &gt; of freeswitch is a needed path specially on a industry<br>
&gt;         that does<br>
&gt;         &gt; &gt; second by second billing :P<br>
&gt;         &gt; &gt; i&#39;m going to do some performance testing with Lua , ESL<br>
&gt;         And Mod Curl<br>
&gt;         &gt; &gt; and of course python and measure some performance data and<br>
&gt;         will post<br>
&gt;         &gt; &gt; it later.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt; A/T<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt; 2011/4/22 Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
&gt;         &gt; &gt;         You can definitely use the event socket. Heck, you<br>
&gt;         can even<br>
&gt;         &gt; &gt;         use Python if you want to. The dev team wrote ESL<br>
&gt;         &gt; &gt;         specifically for cases like these - where you want<br>
&gt;         to<br>
&gt;         &gt; &gt;         control FS externally. ESL beats the pants off AGI<br>
&gt;         scripts.<br>
&gt;         &gt; &gt;         It gives you complete control over the system.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;         That all being said, you can do all sorts of stuff<br>
&gt;         with Lua<br>
&gt;         &gt; &gt;         dialplan scripts. Check out chapter 7 of the<br>
&gt;         FreeSWITCH book<br>
&gt;         &gt; &gt;         for some nice examples. Lua is lightweight and<br>
&gt;         easy to<br>
&gt;         &gt; &gt;         learn. It&#39;s a good alternative for many cases.<br>
&gt;         Check it<br>
&gt;         &gt; &gt;         out...<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;         -MC<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;         On Fri, Apr 22, 2011 at 12:39 PM, Antonio Teixeira<br>
&gt;         &gt; &gt;         &lt;<a href="mailto:eagle.antonio@gmail.com">eagle.antonio@gmail.com</a>&gt; wrote:<br>
&gt;         &gt; &gt;                 Well i totally agree with the Dev team<br>
&gt;         decision , it<br>
&gt;         &gt; &gt;                 would be impossible for a DEV team to &quot;get<br>
&gt;         it right&quot;<br>
&gt;         &gt; &gt;                 in all the distros that&#39;s why i started<br>
&gt;         this post.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 But we also need to take into<br>
&gt;         consideration that we<br>
&gt;         &gt; &gt;                 are talking about IVR Processing ,  not<br>
&gt;         &gt; &gt;                 auto-attendants or simply call pass<br>
&gt;         trough.<br>
&gt;         &gt; &gt;                 This means heavy use of TTS / ASR ,<br>
&gt;         Database Logic<br>
&gt;         &gt; &gt;                 and Scripts , GetDigits and the works.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 I use python alot , but i think the<br>
&gt;         mod_python is<br>
&gt;         &gt; &gt;                 not the best tool for this job i admit<br>
&gt;         that , that&#39;s<br>
&gt;         &gt; &gt;                 why im currently looking for other<br>
&gt;         solutions.<br>
&gt;         &gt; &gt;                 I&#39;m thinking in using mod_socket , but<br>
&gt;         that scares<br>
&gt;         &gt; &gt;                 me ( letś say bad experiences with<br>
&gt;         Asterisk AGI) Or<br>
&gt;         &gt; &gt;                 Mod Curl<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 The main problem is that some IVR are<br>
&gt;         extremely<br>
&gt;         &gt; &gt;                 complex , like questionnaires , etc.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 It would be great if we could<br>
&gt;         mod_event_zmq to<br>
&gt;         &gt; &gt;                 control the calls &lt;330.gif&gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 Just to Sum it UP so far , so i can later<br>
&gt;         add it to<br>
&gt;         &gt; &gt;                 the wiki.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 Use Cent OS 64.<br>
&gt;         &gt; &gt;                 Use tmpfs for all the databases.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 Thank you all for helping and Happy<br>
&gt;         Eastern.<br>
&gt;         &gt; &gt;                 António Teixeira<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                 2011/4/22 Michael Collins<br>
&gt;         &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
&gt;         &gt; &gt;                         FreeSWITCH runs well on many<br>
&gt;         platforms.<br>
&gt;         &gt; &gt;                         However, the devs are painfully<br>
&gt;         aware that<br>
&gt;         &gt; &gt;                         bleeding edge distros have<br>
&gt;         bleeding edge gcc<br>
&gt;         &gt; &gt;                         compilers and other interesting<br>
&gt;         issues. That<br>
&gt;         &gt; &gt;                         being said, CentOS 5.x is &quot;stable&quot;<br>
&gt;         in that<br>
&gt;         &gt; &gt;                         it&#39;s old and boring, therefore it<br>
&gt;         has the<br>
&gt;         &gt; &gt;                         least amount of drama. OTOH, some<br>
&gt;         of our<br>
&gt;         &gt; &gt;                         users have been having great<br>
&gt;         success with<br>
&gt;         &gt; &gt;                         Arch Linux (IRC:bougeyman) and FS,<br>
&gt;         even<br>
&gt;         &gt; &gt;                         though Arch uses very recent<br>
&gt;         kernels.<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                         Bottom line: if you know what<br>
&gt;         you&#39;re doing<br>
&gt;         &gt; &gt;                         then you can probably run FS<br>
&gt;         anywhere. If<br>
&gt;         &gt; &gt;                         you don&#39;t know what you&#39;re doing<br>
&gt;         then stick<br>
&gt;         &gt; &gt;                         with CentOS 5.x or Debian Lenny<br>
&gt;         until you<br>
&gt;         &gt; &gt;                         do. (I run then both with zero<br>
&gt;         issues,<br>
&gt;         &gt; &gt;                         compiling latest git each day.)<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                         -MC<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                         On Fri, Apr 22, 2011 at 10:03 AM,<br>
&gt;         &gt; &gt;                         curriegrad2004<br>
&gt;         &lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;<br>
&gt;         &gt; &gt;                         wrote:<br>
&gt;         &gt; &gt;                                 Freeswitch is targeted for<br>
&gt;         CentOS<br>
&gt;         &gt; &gt;                                 5.3, which in my opinion<br>
&gt;         quite short<br>
&gt;         &gt; &gt;                                 sighted for the developers<br>
&gt;         to do<br>
&gt;         &gt; &gt;                                 this. However with the<br>
&gt;         limited size<br>
&gt;         &gt; &gt;                                 of developers and testers,<br>
&gt;         I&#39;m<br>
&gt;         &gt; &gt;                                 afraid there&#39;s not much<br>
&gt;         platforms we<br>
&gt;         &gt; &gt;                                 can throughly test and<br>
&gt;         actually say<br>
&gt;         &gt; &gt;                                 &quot;okay, FS will run<br>
&gt;         flawlessly on X<br>
&gt;         &gt; &gt;                                 distro&quot;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                                 However you can always try<br>
&gt;         messing<br>
&gt;         &gt; &gt;                                 with the CFLAG&#39;s mtune<br>
&gt;         option and<br>
&gt;         &gt; &gt;                                 see what it produces for<br>
&gt;         you...<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                                 2011/4/22 Christian<br>
&gt;         Löschenkohl<br>
&gt;         &gt; &gt;<br>
&gt;         &lt;<a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a>&gt;:<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;                                 &gt; hi<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; if you refer to my<br>
&gt;         e-mail<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; yes, we do use tmpfs on<br>
&gt;         both<br>
&gt;         &gt; &gt;                                 variants but<br>
&gt;         &gt; &gt;                                 &gt; - delays occur with<br>
&gt;         concurrent<br>
&gt;         &gt; &gt;                                 calls &gt; 80-100<br>
&gt;         &gt; &gt;                                 &gt; - cps is limited to 5-10<br>
&gt;         on<br>
&gt;         &gt; &gt;                                 debian, with centos 30 cps<br>
&gt;         and more<br>
&gt;         &gt; &gt;                                 are no problem at all<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; also cpu load, stability<br>
&gt;         and<br>
&gt;         &gt; &gt;                                 overall performace have<br>
&gt;         been much<br>
&gt;         &gt; &gt;                                 better since using centos<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; i just found out for me<br>
&gt;         that<br>
&gt;         &gt; &gt;                                 debian works not as good<br>
&gt;         for me as<br>
&gt;         &gt; &gt;                                 centos does.<br>
&gt;         &gt; &gt;                                 &gt; btw. everywhere else<br>
&gt;         debian is 1st<br>
&gt;         &gt; &gt;                                 choice (desktop, lamp, db<br>
&gt;         etc.)<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; br<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; On 2011-04-21 23:04, Jay<br>
&gt;         Binks<br>
&gt;         &gt; &gt;                                 wrote:<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt; I have no such problems<br>
&gt;         on<br>
&gt;         &gt; &gt;                                 debian .<br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt; I use debian 5 with<br>
&gt;         2.6.18 kernel<br>
&gt;         &gt; &gt;                                 which is what Is<br>
&gt;         recommended<br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt; Are you using tmpfs ??<br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt; Jay<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/04/2011, at 3:26<br>
&gt;         AM,<br>
&gt;         &gt; &gt;                                 Christian<br>
&gt;         &gt; &gt;<br>
&gt;         Löschenkohl&lt;<a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a>&gt;  wrote:<br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; hi<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; we did use debian too<br>
&gt;         and had<br>
&gt;         &gt; &gt;                                 such performance issues<br>
&gt;         (sip packet<br>
&gt;         &gt; &gt;                                 delays, low cps).<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; after using centos<br>
&gt;         64bit (as<br>
&gt;         &gt; &gt;                                 advised by the devs) all<br>
&gt;         performance<br>
&gt;         &gt; &gt;                                 problems are gone.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; br<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; On 2011-04-21 18:24,<br>
&gt;         Antonio<br>
&gt;         &gt; &gt;                                 Teixeira wrote:<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Hello List.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; I&#39;m currently<br>
&gt;         integrating an<br>
&gt;         &gt; &gt;                                 IVR in python together<br>
&gt;         with<br>
&gt;         &gt; &gt;                                 freeswitch using<br>
&gt;         mod_python and ESL<br>
&gt;         &gt; &gt;                                 and my life has been well<br>
&gt;         until ...<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; The flow of calls<br>
&gt;         went over 80<br>
&gt;         &gt; &gt;                                 simultaneous calls.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Now freeswitch starts<br>
&gt;         sending<br>
&gt;         &gt; &gt;                                 packets with huge delays<br>
&gt;         ( even when<br>
&gt;         &gt; &gt;                                 establishing the call ,<br>
&gt;         mainly the<br>
&gt;         &gt; &gt;                                 200 ) and firing up the<br>
&gt;         IVR with<br>
&gt;         &gt; &gt;                                 tons of delay up to 20<br>
&gt;         seconds.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; So i searched the<br>
&gt;         wiki forums<br>
&gt;         &gt; &gt;                                 and mailing list:<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Put freeswitch on a<br>
&gt;         diet ,<br>
&gt;         &gt; &gt;                                 trimmed modules.conf<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Played with the<br>
&gt;         ulimit stuff.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Played with the IVRS<br>
&gt;         to reduce<br>
&gt;         &gt; &gt;                                 load to a minimum and i<br>
&gt;         was able to<br>
&gt;         &gt; &gt;                                 squeeze more 5 calls of<br>
&gt;         performance.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; The problem is :<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Top shows<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; top - 16:14:33 up 35<br>
&gt;         days,<br>
&gt;         &gt; &gt;                                  8:15,  3 users,  load<br>
&gt;         average:<br>
&gt;         &gt; &gt;                                 1.92, 1.76, 1.78<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Tasks: 133 total,   1<br>
&gt;         running,<br>
&gt;         &gt; &gt;                                 132 sleeping,   0 stopped,<br>
&gt;         0<br>
&gt;         &gt; &gt;                                 zombie<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Cpu(s):  1.4%us,<br>
&gt;          3.3%sy,  0.0%<br>
&gt;         &gt; &gt;                                 ni, 94.6%id,  0.0%wa,<br>
&gt;          0.3%hi,  0.5%<br>
&gt;         &gt; &gt;                                 si,  0.0%st<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Mem:   8193336k<br>
&gt;         total,<br>
&gt;         &gt; &gt;                                  1639156k used,  6554180k<br>
&gt;         free,<br>
&gt;         &gt; &gt;                                 177208k buffers<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Swap: 19534904k<br>
&gt;         total,<br>
&gt;         &gt; &gt;                                  0k used, 19534904k free,<br>
&gt;          1062272k<br>
&gt;         &gt; &gt;                                 cached<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;    PID USER      PR<br>
&gt;          NI  VIRT<br>
&gt;         &gt; &gt;                                  RES  SHR S %CPU %MEM<br>
&gt;          TIME+<br>
&gt;         &gt; &gt;                                  COMMAND<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; 31361 yadayada<br>
&gt;          20   0<br>
&gt;         &gt; &gt;                                  716m 164m 9628 S   73<br>
&gt;          2.1<br>
&gt;         &gt; &gt;                                 155:17.85 freeswitch<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Freeswitch goes up to<br>
&gt;         150 % and<br>
&gt;         &gt; &gt;                                 puff there goes the MOS<br>
&gt;         down to 0.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Some basic System<br>
&gt;         Info :<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Debian 6.0 ( i heard<br>
&gt;         the<br>
&gt;         &gt; &gt;                                 timming module is affected<br>
&gt;         by<br>
&gt;         &gt; &gt;                                 Debian , but if the CPU %<br>
&gt;         gets lower<br>
&gt;         &gt; &gt;                                 than 95% everything will<br>
&gt;         be more<br>
&gt;         &gt; &gt;                                 stable)<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Python 2.5<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; 2 x Intel(R) Xeon(R)<br>
&gt;         CPU<br>
&gt;         &gt; &gt;                                 E5506  @ 2.13GHz<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; 8 GB of Ram<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; as you can see 94 %<br>
&gt;         of the &quot;Cpu<br>
&gt;         &gt; &gt;                                 Power&quot; is sleeping :\<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; It appears freeswitch<br>
&gt;         is only<br>
&gt;         &gt; &gt;                                 capable of using let&#39;s say<br>
&gt;         &quot;one<br>
&gt;         &gt; &gt;                                 cpu&quot;/thread ??<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Do you guys recommend<br>
&gt;         simply<br>
&gt;         &gt; &gt;                                 starting more instances or<br>
&gt;         redoing<br>
&gt;         &gt; &gt;                                 the IVR stuff.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Hope you guys can<br>
&gt;         help me out.<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; Thanks<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; António Teixeira<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;<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;<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;<br>
&gt;         &gt; &gt;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt; FreeSWITCH-users<br>
&gt;         mailing list<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;&gt;&gt;<br>
&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;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; --<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; Ing. Christian<br>
&gt;         Löschenkohl<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; Technische Leitung,<br>
&gt;         Forschung&amp;<br>
&gt;         &gt; &gt;                                  Entwicklung VoIP<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; xpirio<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; Telekommunikation&amp;<br>
&gt;          Service GmbH<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; Lakeside B04<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; 9020 Klagenfurt<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; Austria<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; T  +43 5 77 11 - 1000<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; F  +43 5 77 11 - 1002<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; E<br>
&gt;         &gt; &gt;<br>
&gt;          <a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a><br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt; FreeSWITCH-users<br>
&gt;         mailing list<br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;&gt;<br>
&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;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                                 &gt;&gt; FreeSWITCH-users<br>
&gt;         mailing list<br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;&gt;<br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; --<br>
&gt;         &gt; &gt;                                 &gt; Ing. Christian<br>
&gt;         Löschenkohl<br>
&gt;         &gt; &gt;                                 &gt; Technische Leitung,<br>
&gt;         Forschung &amp;<br>
&gt;         &gt; &gt;                                 Entwicklung VoIP<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; xpirio<br>
&gt;         &gt; &gt;                                 &gt; Telekommunikation &amp;<br>
&gt;         Service GmbH<br>
&gt;         &gt; &gt;                                 &gt; Lakeside B04<br>
&gt;         &gt; &gt;                                 &gt; 9020 Klagenfurt<br>
&gt;         &gt; &gt;                                 &gt; Austria<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt; T  +43 5 77 11 - 1000<br>
&gt;         &gt; &gt;                                 &gt; F  +43 5 77 11 - 1002<br>
&gt;         &gt; &gt;                                 &gt; E<br>
&gt;         &gt; &gt;<br>
&gt;          <a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a><br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                                 &gt; FreeSWITCH-users mailing<br>
&gt;         list<br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;<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;         &gt; &gt;                                 &gt;<br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;         &gt; &gt;                                 &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                                 FreeSWITCH-users mailing<br>
&gt;         list<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;<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;         &gt; &gt;<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;         &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;<br>
&gt;         _______________________________________________<br>
&gt;         &gt; &gt;                         FreeSWITCH-users mailing list<br>
&gt;         &gt; &gt;<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt; &gt;<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;         &gt; &gt;<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;         &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;<br>
&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;<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;         &gt; &gt;<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;         &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;         _______________________________________________<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;<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;         &gt; &gt;<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;         &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;<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;         &gt; &gt;<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;         &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; FreeSWITCH-users mailing list<br>
&gt;         &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         &gt;<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;         &gt;<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;         &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         FreeSWITCH-users mailing list<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
_______________________________________________<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>