Eyepea / aiosip

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

Dialplan idea #121

Open ovv opened 6 years ago

ovv commented 6 years ago

This is a quick implementation of my idea about dialplan (third commit) by implementing a dialplan that handle authentication.

vodik commented 6 years ago

I think I like the look at this. Funny enough I was looking at doing the same thing right now.

I'll check it out and play with it locally and give you some feedback.

On a different note - how comfortable would you be with using python-attrs package? Its not an extra dep for me as I already mix this with aiohttp.

ovv commented 6 years ago

I haven't used attrs much but I suspect it can be quite useful in aiosip. Feel free to pull it in.