Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#1583 closed defect (fixed)

Unexpected SIP message transmission after transaction has timed-out

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.1
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: release-1.16 Backported: yes

Description

Scenario:

  1. TCP is connecting, and the connection establishment is taking more than 32 seconds to complete.
  2. The UAC transaction times-out after 32 seconds.
  3. When the TCP "connected" event is eventually processed, the request gets transmitted, even though the transaction has been reported as timed-out previously.

Thank you Roni Salfati for the report.

Change History (5)

comment:1 Changed 12 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 4258:

Fixed #1583: Unexpected SIP message transmission after transaction has timed-out

comment:2 Changed 12 years ago by ming

In 4259:

Re #1583: Fixed error propagation that caused the disconnection of the transport

comment:3 Changed 12 years ago by ming

In 4260:

Re #1583: Removed testing scenario accidentally left in the code

comment:4 Changed 11 years ago by ming

In 4393:

Re #1583: Backported to 1.x

comment:5 Changed 11 years ago by ming

  • Backported set
Note: See TracTickets for help on using tickets.