Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 (python) Add one more python ESL lib #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ telnet to port 8021 and enter "auth ClueCon" as password to authenticate. From h
* [PySWITCH](http://sourceforge.net/projects/pyswitch/?source=directory): one more library for Python and Twisted programmers. It has extensive support for FreeSWITCH API, bgapi and Dialplan Tools.
* [greenswitch](https://github.com/EvoluxBR/greenswitch): This is an implementation of Event Socket Protocol using [gevent](http://www.gevent.org/index.html) greenlets. It is already in production and processing hundreds of calls per day.
* [switchio](https://github.com/friends-of-freeswitch/switchio): [asyncio](https://docs.python.org/3.6/library/asyncio.html) powered cluster control which leverages modern Python's new native [coroutines](https://docs.python.org/3.6/library/asyncio-task.html). Comes with a full-blown auto-dialer originally built for stress testing.
* [Genesis](https://github.com/Otoru/Genesis): An implementation of the Event Socket Protocol using Asyncio as its foundation. Friendly for building inbound and outbound apps.

## PHP Client

Expand Down