Me again,
Is it possible to run a background Python script within Kamailio? I.e. call "fork_process" and then a non-terminating "python_exec()" from the child?
Alternately: is it safe to start a thread from within Python, and access Kamailio from within that thread?