Eyepea / aiosip

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

INVITE difficulties #115

Closed vodik closed 6 years ago

vodik commented 6 years ago

For an internal tool, I've added basic b2bua support for INVITEs, so calls can be made between registered devices. However the implementation is lacking, and only barley works.

Proxying is probably similarly painful but haven't tried it.

Musing on this, I think it might make sense to bake b2bua support into aiosip with a similar API to how proxying is done (not that I'm happy with the proxying API, but I got some ideas there as well).

ovv commented 6 years ago

Proxy API was changed with all the dialogs rework, I'll try to add an example next week.

vodik commented 6 years ago

Closing for #124