Hi! i just found some text in the python documentation that might hint us at potential issues in the ivr plugin: http://www.python.org/doc/api/initialization.html#l2h-825
Here it stands that we should be using Py_NewInterpreter together with PyGILState_* functions. The trouble is that not only the ivr plug-in itself are using those functions, but also a lot of built-in python modules (IO, socket API, etc...). Does somebody remember what was the intent with creating new python interpreters? Cheers, -Raphael. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
