aioasterisk

Async Python library for interacting with the Asterisk FreePBX


Keywords
python, python3, api-client, aiohttp, api-wrapper, asterisk, asterisk-api, asterisk-async
License
BSD-3-Clause
Install
pip install aioasterisk==1.0.0

Documentation

English

aioasterisk

Async Asterisk Client

Python 3.6+

Install

pip install aioasterisk

Auth

First you need gen auth url:

from aioasterisk.ami import AMIClient

client = AMIClient(address='127.0.0.1',port=5038)
client.login(username='username',secret='password')