<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hello,<br>
<br>
I wrote an application using FreeSWITCH version 1.0.3, with mod_python and 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&#39;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!</blockquote><div><br>I&#39;m running mod_python fine with 64-bit (Ubuntu 8) and fs svn 12793, and have not seen that problem.  Which version of python?  Did you build it yourself or was it from a package?  If its from a package, please provide the version of Red Hat you are using.<br>
<br>One possible cause is that python was not compiled with multi-threading support.  I don&#39;t know how to check that however .. googled around and didn&#39;t find anything.  If you fire up<br>your python interpreter and type &quot;import threading&quot; do you get an error?<br>
<br></div></div><br>