- We are trying to implement the ARI Functionality Using Asterisk Ari-py library (GitHub - asterisk/ari-py: Library for accessing the Asterisk REST Interface)
- This library is not maintained for 1 Years so it is not compatible with python3
- Is there any other library available to implement the ari call functionality using python
Here’s my current list of options:
Name | AMI | AGI | ARI | asyncio |
TLS |
---|---|---|---|---|---|
pyst2 |
yes | yes | no | no (uses threads) | no |
py-asterisk |
yes | no | no | no | no |
panoramisk |
yes | FastAGI only | no | yes | no |
asyncari |
no | no | yes | via anyio |
no |
seaskirt | yes | yes | yes | yes | yes |
Of course that last one is mine.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.