#1817 closed enhancement (fixed)
Automatically send BYE when sending CANCEL for INVITE is unsuccessful.
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.4 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by ming)
Related to #1049:
In PJSUA-LIB:
Sending BYE if call isn't disconnected after CANCEL is issued:
it is possible that the CANCEL request and 200/OK to INVITE had crossed each other in the wire; in this case, the call will get CONNECTED and the CANCEL will be rejected with 481.
Change History (2)
comment:1 Changed 10 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 years ago by ming
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
in [4986]: Fixed #1817: Automatically send BYE when sending CANCEL for INVITE is unsuccessful.