Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 41 forks source link

Add 603 answer #133

Closed nicolasturcksin closed 5 years ago

nicolasturcksin commented 5 years ago

I add the ACK answer to 603 Decline when you are in an invite dialogue

ovv commented 5 years ago

Thanks Nicolas,

I'm going to close that since this is heavily based on code I rushed for an internal tool and were I was playing with aiosip to find a more usable end user API. One of the point I experienced on was to unlink peers and application (the new client.py file) but that (obviously) break all of the server side stuff.

I would like to clean things and contribute it in a more working/polished way.

One thing I believe would help us in making a new client side API would be to break server side (maybe starting a v2 branch ?). Once we have a better understanding of how the client side should behave it will most likely help us in designing a good server API as well (like a better separation between peer & application for example).