Opened 13 years ago
Closed 13 years ago
#1414 closed defect (fixed)
Removed assertion in transaction when event other than timer is received in TERMINATED state
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjsip | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
An assertion was put in the transaction state handler for PJSIP_TSX_STATE_TERMINATED state when event other than timer is received.
However it is possible that non-timer event may be received, for example a late retransmission, hence an error handling is more suitable in this case.
Thank you Damian OSuilleabhain for the report.
Change History (1)
comment:1 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3881]) Fixed #1414: Removed assertion in transaction when event other than timer is received in TERMINATED state