Genesis
Genesis copied to clipboard
Client implementation of FreeSWITCH Event Socket protocol with asyncio
It would be interesting for the release pipeline to generate the project build and add it as an asset to the created release.
Most web frameworks have a test client to simplify the work of developers. The idea here is to create one for Genesis :)
In outbound socket mode: app = Outbound("127.0.0.1", 5000, handler) but to make it working string must be app = Outbound(handler, "127.0.0.1", 5000)
This will be WIP for a while, since it has breaking changes and needs good testing. Implementation to this discussion: https://github.com/Otoru/Genesis/discussions/34 In short: We separate the different channels of a...