Otoru / Genesis

Client implementation of FreeSWITCH Event Socket protocol with asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We need to be able to choose which events our handlers will process

Otoru opened this issue · comments

I believe the simplest way to do this is to implement a decorator that can annotate our handlers at definition time.

The jaspion project has a good example of what I want to implement.