Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

Client implementation of FreeSWITCH Event Socket protocol with asyncio

Results 4 Genesis issues
Sort by recently updated
recently updated
newest added

It would be interesting for the release pipeline to generate the project build and add it as an asset to the created release.

enhancement
good first issue

Most web frameworks have a test client to simplify the work of developers. The idea here is to create one for Genesis :)

enhancement

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...