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