Skip to main content

Pure Python3 with Gevent implement the FreeSWITCH Event Socket Protocol Client

Project description


RedFS - FreeSWITCH Event Socket
FreeSWITCH Event Socket Protocol Client Library by Python3:Gevent

Why RedFS ?

It's origin fork from greenswitch, with some adapt implementation for:

  • Minimalize dependency (gevent only)
  • Python3 syntax improvement
  • Large scale adaptation

Usage

Installation

pip3 install redfs

Example

    >>> import redfs
    >>> fs = redfs.InboundESL(host='127.0.0.1', port=8021, password='ClueCon')
    >>> fs.connect()
    >>> r = fs.send('api list_users')
    >>> print r.data

Enjoy!

License

MIT

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

redfs-0.0.2.dev1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

redfs-0.0.2.dev1-py3-none-any.whl (5.6 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