#1797 closed defect (fixed)
Failed re-invite/update caused by a bug in provisional media clean up
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 riza)
Consider this scenario:
- send re-Invite with video
- get 491 resp
- send ACK
- send re-Invite with video
Currently, the second re-Invite will fail due to the bug in provisional media cleanup.
Clean up provisional media upon:
- failed (non-2xx) responses, or
- 2xx responses but no/invalid answer
Additionally, the ticket will fix media_prov_clean_up() to clear
call->med_prov_cnt, so that pjsua_call_media_is_changing() can behave
correctly.
Change History (4)
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 riza
- Description modified (diff)
- Summary changed from Clean up provisional media after re-invite/update to Failed re-invite/update caused by a bug in provisional media clean up
comment:3 Changed 10 years ago by riza
In 4956:
comment:4 Changed 10 years ago by ming
In 4976:
Note: See
TracTickets for help on using
tickets.
In 4948: