I want to use twisted (and StarPy which is a protocol implementation for asterisk ami) to connect to an asterisk server. The application initiates a outgoing fax there. I found
You can't restart the reactor. In other words, you can call reactor.run() only once.
Instead can do everything you need in one reactor run.