#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:
- TCP is connecting, and the connection establishment is taking more than 32 seconds to complete.
- The UAC transaction times-out after 32 seconds.
- 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
comment:2 Changed 12 years ago by ming
In 4259:
comment:3 Changed 12 years ago by ming
In 4260:
comment:4 Changed 12 years ago by ming
In 4393:
comment:5 Changed 12 years ago by ming
- Backported set
Note: See
TracTickets for help on using
tickets.
In 4258: