Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asterisk/starpy
Python twisted library for AMI and FastAGI
https://github.com/asterisk/starpy
agi ami asterisk python
Last synced: 3 months ago
JSON representation
Python twisted library for AMI and FastAGI
- Host: GitHub
- URL: https://github.com/asterisk/starpy
- Owner: asterisk
- License: other
- Created: 2011-05-04T20:09:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:43:40.000Z (over 2 years ago)
- Last Synced: 2024-07-20T02:30:42.460Z (4 months ago)
- Topics: agi, ami, asterisk, python
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 95
- Watchers: 22
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - starpy - Mirror of Python twisted library for AMI and FastAGI: No pull requests here please. Use Gerrit: https://gerrit.asterisk.org (Python)
README
StarPy Asterisk Protocols for Twisted
=====================================StarPy is a Python + Twisted protocol that provides access to the Asterisk
PBX's Manager Interface (AMI) and Fast Asterisk Gateway Interface (FastAGI).
Together these allow you write both command-and-control interfaces (used, for
example to generate new calls) and to customise user interactions from the
dialplan. You can readily write applications that use the AMI and FastAGI
protocol together with any of the already available Twisted protocols.StarPy is primarily intended to allow Twisted developers to add Asterisk
connectivity to their Twisted applications. It isn't really targeted at the
normal AGI-writing populace, as it requires understanding Twisted's
asynchronous programming model. That said, if you do know Twisted, it can
readily be used to write stand-alone FastAGIs.StarPy is Open Source and we are interested in contributions, bug reports and
feedback.