Obelus: Asterisk’s best friend¶
Overview¶
Obelus is a MIT-licensed Python library providing support for communication with the Asterisk telephony server. It supports the Asterisk Manager Interface (AMI) and the Asterisk Gateway Interface (AGI).
Quick links¶
- Project page: https://pypi.python.org/pypi/obelus/
- Source code, issue tracker: https://bitbucket.org/optiflowsrd/obelus
- Documentation (incomplete): https://obelus.readthedocs.org
Features¶
Limitations¶
- The API is currently low-level: it abstracts away protocol syntax and communication sequences, but doesn’t try to expose Asterisk concepts in a particular way.