Eyepea / aiosip

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

Dialogs should be looked up by to and from tags + call id #96

Open vodik opened 6 years ago

vodik commented 6 years ago

The to and from tags are there to support dialog lookup. And like #95, help with the case of dealing with SIP forking.

ovv commented 6 years ago

@vodik Ok so I did some more test and you were right. I'm miss handling the To tag. I'll look into fixing that