Metadata-Version: 2.1
Name: Jaspion
Version: 0.3.2
Summary: FreeSwitch Event Handler based in Flask.
Home-page: https://github.com/Otoru/Jaspion
Author: Vitor Hugo de Oliveira Vargas
Author-email: vitor.hugo@sippulse.com
License: MIT
Project-URL: Bug Reports, https://github.com/Otoru/Jaspion/issues
Project-URL: Source Code, https://github.com/Otoru/Jaspion
Project-URL: Docs, https://github.com/Otoru/jaspion/blob/master/README.md
Description: ## What is Jaspion?
        
        Jaspion is a python library designed to process events received from FreeSwitch via ESL.
        
        ## What is FreeSwitch?
        
        FreeSWITCH is a free and open-source application server for real-time communication, WebRTC, telecommunications, video and Voice over Internet Protocol (VoIP). Multiplatform, it runs on Linux, Windows, macOS and FreeBSD. It is used to build PBX systems, IVR services, videoconferencing with chat and screen sharing, wholesale least-cost routing, Session Border Controller (SBC) and embedded communication appliances. It has full support for encryption, ZRTP, DTLS, SIPS. It can act as a gateway between PSTN, SIP, WebRTC, and many other communication protocols. Its core library, libfreeswitch, can be embedded into other projects. It is licensed under the Mozilla Public License (MPL), a free software license. [wikipedia](https://en.wikipedia.org/wiki/FreeSWITCH)
        
        ## What is ESL?
        
        ESL is a way to communicate with FreeSwitch. See more details [here](https://freeswitch.org/confluence/display/FREESWITCH/Event+Socket+Library).
        
        ## Docs
        - [Installation Instructions](./docs/installation_instructions.md)
        - [Get Started](./docs/get_started.md)
        - [Examples](./docs/examples.md)
        - [Package tools](./docs/tools.md)
        
        ## How to contribute?
        
        If you want to contribute to the project, you may be taking a look at the list below. Any help is welcome.
        
        - [To-Do list](./docs/to-do-list.md)
Keywords: ESL,FreeSwitch
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Networking
Description-Content-Type: text/markdown
Provides-Extra: dev
