Changes between Initial Version and Version 1 of Ticket #1574


Ignore:
Timestamp:
Aug 24, 2012 3:54:31 AM (12 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1574 – Description

    initial v1  
    1 When answering call using pjsua_call_answer()/answer2() with opt set to NULL, the media channel is never initialized because the condition: 
     1Related to the fix of ticket #1526, when answering call using pjsua_call_answer()/answer2() with opt set to NULL, the media channel is never initialized because the condition: 
    22{{{ 
    33(call->opt_inited || (code==183 && code/100==2))