Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent.
Project description
Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent.
This is an implementation of FreeSWITCH Event Socket Protocol using Gevent Greenlets. It is already in production and processing hundreds of calls per day.
>>> import greenswitch
>>> fs = greenswitch.InboundESL(host='127.0.0.1', port=8021, password='ClueCon')
>>> fs.connect()
>>> r = fs.send('api list_users')
>>> print r.data
Currently only Inbound Socket is implemented, support for outbound socket should be done soon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
greenswitch-0.0.7.tar.gz
(4.3 kB
view details)
File details
Details for the file greenswitch-0.0.7.tar.gz
.
File metadata
- Download URL: greenswitch-0.0.7.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5b72b259ed7f89d545eecf9d5ca519dd6750d18f25ca2b2907616e3c5e2b527 |
|
MD5 | 4202117e3a3c5321160dd9c307eac2d1 |
|
BLAKE2b-256 | 7a40e6baf26c33bc67cf5c6aaa6be92cad82c793586171e2ba62bff24d5665cc |