goodboy

Results 452 issues of goodboy

I know I had a problem before with `pypy3` - it was horrendously broken on travis. Hopefully we can add that back in and claim full `pypy` support!

enhancement

It'd be cool if a user could just *point* switchio at an FS server and all the necessary [config steps](https://github.com/friends-of-freeswitch/switchio#how-do-i-deploy-my-freeswitch-cluster) are done automatically using [`conffs`](https://github.com/friends-of-freeswitch/conffs). @moises-silva @vodik what do you...

enhancement
question

When creating a `switchio.Client` the associated `switchio.EventListener.call_tracking_header` is [modified to be `'switchio_originating_session'`](https://github.com/friends-of-freeswitch/switchio/blob/master/switchio/api.py#L39). I'm wondering if this should only be done when it's intended for the client to be used as...

question

Thanks to @hockeybuggy for his great pycon Canada talk on this! I think this can be used to slightly speed up some repetitive lookups on `Session` and `Events` objects.

enhancement
help wanted
easy

**Issue by [UjjwalaVuyyala](https://github.com/UjjwalaVuyyala)** _Thursday Nov 02, 2017 at 16:13 GMT_ _Originally opened as https://github.com/sangoma/switchy/issues/70_ ---- Hello, Switchy is a great and easy to set up tool. I want to make...

@vodik made another good point that we should support running event loops without a background thread. The user of the loop should be able to make the decision whether or...

As per @vodik's comment in #28, it's probably a good idea to evaluated the number of branches in the core event loop [`_process_event()`](https://github.com/friends-of-freeswitch/switchio/blob/coroutines/switchio/loops/proactor.py#L160). He recommended using `flake8 --max-complexity `.

**Issue by [tgoodlet](https://github.com/tgoodlet)** _Wednesday Mar 16, 2016 at 03:49 GMT_ _Originally opened as https://github.com/sangoma/switchy/issues/31_ ---- When stress testing external VoIP software, `switchy` attempts to track calls through an association of...

enhancement
question

**Issue by [tgoodlet](https://github.com/tgoodlet)** _Friday Jul 08, 2016 at 16:19 GMT_ _Originally opened as https://github.com/sangoma/switchy/issues/42_ ---- This way when mucking around with the session api (usually in a debugger/console without having...

enhancement
easy

**Issue by [tgoodlet](https://github.com/tgoodlet)** _Thursday Apr 07, 2016 at 22:23 GMT_ _Originally opened as https://github.com/sangoma/switchy/issues/37_ ---- Consider dropping IPython from the switchy cli since we can get [auto completion for free](https://docs.python.org/2/library/rlcompleter.html)...