Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiorix/eventsocket
Twisted protocol for the FreeSWITCH's Event Socket
https://github.com/fiorix/eventsocket
Last synced: about 2 months ago
JSON representation
Twisted protocol for the FreeSWITCH's Event Socket
- Host: GitHub
- URL: https://github.com/fiorix/eventsocket
- Owner: fiorix
- License: other
- Created: 2010-04-03T22:26:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T16:01:50.000Z (over 9 years ago)
- Last Synced: 2024-11-01T03:53:17.338Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 516 KB
- Stars: 53
- Watchers: 8
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
eventsocket
===========
:Info: See `the FreeSWITCH Event Socket documentation `_ for more information. See `github `_ for the latest source.
:Author: Alexandre Fiori
:Author: Arnaldo M. PereiraAbout
=====
`eventsocket` is a Twisted protocol for the FreeSWITCH's Event Socket. This protocol provides support for both Inbound and Outbound methods of the Event Socket in a single-file class.It may be used for a wide variety of purposes. It aims to be simple and extensible, and to export all the functionality of the FreeSWITCH to Twisted-based applications.
Moreover, it's totally event-driven and allows easy implementation of complex applications aiming at controlling the FreeSWITCH through the Event Socket.
This code is part of the core of the `Nuswit Telephony API `_, a full featured web-based dialer currently operating in Brazil and Colombia.
Examples
========
Examples are available in the `examples/ `_ directory.Credits
=======
Thanks to (in no particular order):- Nuswit Telephony API
- Granting permission for this code to be published and sponsoring