Metadata-Version: 2.1
Name: python-yate
Version: 0.4.0
Summary: An (asyncio enabled) python library for yate IVRs and extmodules
Home-page: https://github.com/eventphone/python-yate
Author: Martin Lang
Author-email: Martin.Lang@rwth-aachen.de
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: async-timeout

# Python support for yate-pbx

This package implements library support for the external module protocol used
by the yate pbx. There is support for the basic wire protocol and higher level
abstractions using asyncio - including special support for IVRs (interactive voice
response) systems.

# Examples

Have a look at the examples folder to see how to use the IVR support library.

Moreover, there is a call generator example in the tools folder.
