Skip to main content

Async Python library for interacting with the Asterisk FreePBX

Project description

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')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aioasterisk-1.0.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

aioasterisk-1.0.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page