Opened 16 years ago
Closed 16 years ago
#798 closed defect (fixed)
UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.2 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Currently BYE on early state (before final response is received) is not handled by the invite session. Consider the following scenario:
- UAS receives INVITE
- UAS sends 18x
- UAS sends 200/OK, but this 200/OK is lost
- UAS hangs up immediately, BYE is sent
The corresponding ticket for the 1.0.x branch is ticket #799
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2650: