Eyepea / aiosip

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

Transaction lookup should be done with branch+cseq #95

Open vodik opened 6 years ago

vodik commented 6 years ago

Currently we're using method+cseq, but this is going to get confused if we ever face SIP forking, where one message can cause multiple responses to come back - each with their own branch.