ari-py
ari-py copied to clipboard
Library for accessing the Asterisk REST Interface
I run `python playback_example.py` but I have this error: ``` Traceback (most recent call last): File "playback_example.py", line 13, in import ari File "build/bdist.linux-x86_64/egg/ari/__init__.py", line 8, in File "build/bdist.linux-x86_64/egg/ari/client.py", line...
Is there any documented work or wiki that explains the functionalities of ari-py available ?
1.I have using ari-py lib. for making call application in asterisk. I that i use bridge-dial.py filefrom example folder in Ari-py lib. for playing IVR in asterisk but got this...
in python 3, urlparse has been renamed to urllib.parse (https://docs.python.org/2/library/urlparse.html). you can use the following code to try python2's name and on error try python3's name. ``` python try: import...
tested with python 2.7.9, 3.3.6 and 3.4.3
Hello sir, I have used this library and its working great,make strong concept.But i have one question which is shown below how to take channel data in asterisk cli terminal...
Can't see m to find related code in ARI to send SIP NOTIFY
hi thanks for your efforts i would like to stop a playback by id multiple channels in a single stasis app have playbacks which is generated by id . but...
When trying to get a stored recording with `client.recordings.getStoredFile` an exception is thrown, `ValueError: No JSON object could be decoded` as the content is not json. When the response_class is...
Hi I have noticed that once run is called the library goes into a loop of reading/blocking on websocket. This means that you lose control on your process after calling...