Changes between Initial Version and Version 2 of Ticket #1923


Ignore:
Timestamp:
May 24, 2016 7:42:22 AM (8 years ago)
Author:
nanang
Comment:

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: 
    22{{{ 
    33Assertion failed: inv->last_answer, file pjsip/src/pjsip-ua/sip_inv.c, line 2321 
     
    1919}}} 
    2020 
    21 This bug is introduced by #1916. 
     21An idea is to delay the call-answer until initial answer is sent and some other call initializations are done.