< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] repro TLS : sending responses


RFC 3261 defines at "18.2.2 Sending Responses"
 
"If the "sent-protocol" is a reliable transport
protocol such as
         TCP or SCTP, or TLS over those, the response
MUST be sent using
         the existing connection to the source of the
original request
         that created the transaction, if that
connection is still open.
         This requires the server transport to
maintain an association
         between server transactions and transport
connections."

I noticed that repro is trying to locate connection
for sending response based on data retrieved from Via
header of request (REGISTER in my case). Since Via
header has 5061 port and REGISTER was sent from
different port it failed to locate already established
connection for sending response. Should it be fixed?

Thanks,
Boris