<span class="Apple-style-span" style="border-collapse: collapse; "><div>Thanks for the response Traun. The version of Python is 2.4.3, and I didn't build it myself, I installed it with yum.</div><div>The version of Red Hat is 4.1.2-41.</div>
<div>"import threading" works fine, so I don't think it's a Python threading issue.</div><div>The FreeSWITCH version I installed is the <a href="http://files.freeswitch.org/freeswitch-1.0.3.tar.gz">freeswitch-1.0.3.tar.gz</a> located at <a href="http://files.freeswitch.org">files.freeswitch.org</a>.</div>
<div>I didn't make any major changes to the configuration; I enabled Python and set-up the SIP profile, directory and dialplan. No other changes.</div><div>Any other help would be appreciated, since I really don't know where to look.</div>
<div><br></div><div>Thanks,</div><div>Adam</div><div><br></div><div><br></div>>Date: Wed, 8 Apr 2009 06:36:27 +0430<br>>From: Traun Leyden <<a href="mailto:tleyden@branchcut.com" style="color: rgb(42, 93, 176); ">tleyden@branchcut.com</a>><br>
>Subject: Re: [Freeswitch-users] Two or more simultaneous calls not<br>> working<br>>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" style="color: rgb(42, 93, 176); ">freeswitch-users@lists.freeswitch.org</a><br>
>Message-ID:<br>> <<a href="mailto:f9f80d540904071906j74c53d54q2c4acab117be10f4@mail.gmail.com" style="color: rgb(42, 93, 176); ">f9f80d540904071906j74c53d54q2c4acab117be10f4@mail.gmail.com</a>><br>>Content-Type: text/plain; charset="iso-8859-1"<br>
><br>>><br>>><br>>> Hello,<br>>><br>>> I wrote an application using FreeSWITCH version 1.0.3, with mod_python and<br>>> a<br>>> 64 bit box on Red Hat.<br>>> The app works fine when one person dials in, but when a second person dials<br>
>> in, the first call stops and waits until the second call is finished. It's<br>>> really strange - if the first call is right in the middle of playing a<br>>> prompt, it will just stop, and there will be dead air. As soon as the 2nd<br>
>> call hangs up, the prompt for the first call starts playing right where it<br>>> left off.<br>>><br>>> I previously had FreeSWITCH installed on a 32 bit CentOS box, and this was<br>>> not happening.<br>
>><br>>> Does anybody have any idea what the cause of this could be?<br>>><br>>> Thanks!<br>><br>><br>>I'm running mod_python fine with 64-bit (Ubuntu 8) and fs svn 12793, and<br>>have not seen that problem. Which version of python? Did you build it<br>
>yourself or was it from a package? If its from a package, please provide<br>>the version of Red Hat you are using.<br>><br>>One possible cause is that python was not compiled with multi-threading<br>>support. I don't know how to check that however .. googled around and<br>
>didn't find anything. If you fire up<br>>your python interpreter and type "import threading" do you get an error?</span><br><div><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></div>