Changes between Initial Version and Version 1 of Ticket #1574
- Timestamp:
- Aug 24, 2012 3:54:31 AM (12 years ago)
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:1 Related 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: 2 2 {{{ 3 3 (call->opt_inited || (code==183 && code/100==2))