Opened 14 years ago
Closed 14 years ago
#1222 closed defect (fixed)
Assertion if BYE is received while callee is still in early state
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Assertion will be raised when calling pjsip_tsx_set_timeout() in sip_inv.c:3698, if BYE is received while callee is still in early state.
This bug may also cause the UAS INVITE transaction to be alive forever.
Change History (1)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3481]) Fix #1222: Assertion if BYE is received while callee is still in early state