Changes between Initial Version and Version 2 of Ticket #1923
- Timestamp:
- May 24, 2016 7:42:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1923
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1923 – Description
initial v2 1 Assertion line:1 {{{onIncomingCall()}}} callback may be simulated by {{{onCreateMediaTransport()}}} (see #1916). And if app happens to answer the call from the callback, assertion is raised: 2 2 {{{ 3 3 Assertion failed: inv->last_answer, file pjsip/src/pjsip-ua/sip_inv.c, line 2321 … … 19 19 }}} 20 20 21 This bug is introduced by #1916.21 An idea is to delay the call-answer until initial answer is sent and some other call initializations are done.