[Freeswitch-users] Two or more simultaneous calls not working

Traun Leyden tleyden at branchcut.com
Tue Apr 7 19:06:27 PDT 2009


>
>
> Hello,
>
> I wrote an application using FreeSWITCH version 1.0.3, with mod_python and
> a
> 64 bit box on Red Hat.
> The app works fine when one person dials in, but when a second person dials
> in, the first call stops and waits until the second call is finished. It's
> really strange - if the first call is right in the middle of playing a
> prompt, it will just stop, and there will be dead air. As soon as the 2nd
> call hangs up, the prompt for the first call starts playing right where it
> left off.
>
> I previously had FreeSWITCH installed on a 32 bit CentOS box, and this was
> not happening.
>
> Does anybody have any idea what the cause of this could be?
>
> Thanks!


I'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.

One possible cause is that python was not compiled with multi-threading
support.  I don't know how to check that however .. googled around and
didn't find anything.  If you fire up
your python interpreter and type "import threading" do you get an error?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090408/bd34aa75/attachment-0002.html 


More information about the FreeSWITCH-users mailing list