Changes between Initial Version and Version 2 of Ticket #1797
- Timestamp:
- Oct 31, 2014 12:10:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1797
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property 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
-
Ticket #1797 – Description
initial v2 1 Consider this scenario: 2 1. send re-Invite with video 3 2. get 491 resp 4 3. send ACK 5 4. send re-Invite with video 6 Currently, the second re-Invite will fail due to the bug in provisional media cleanup. 7 1 8 Clean up provisional media upon: 2 9 - failed (non-2xx) responses, or … … 6 13 call->med_prov_cnt, so that pjsua_call_media_is_changing() can behave 7 14 correctly. 15