资 源 简 介
Author
Eliel C. Sardañons
Please send me feedback and problems with this application!
Thanks
Description
This is a simple asterisk monitor written in python, with a client-server model to monitor multiple servers from one client.
Client-Server communication is based on Pyro, using default port 7766 (TCP) to run remote methods.
Common errors
Traceback (most recent call last): Â File "./astmonpysrv.py", line 3, in ? Â Â import Pyro.core ImportError: No module named Pyro.core
If this appear while running astmonpy is because the Pyro python module is missing, check the README