Opened 12 years ago
Last modified 12 years ago
#1574 closed defect
Failure to initialize media channel when answering call using pjsua_call_answer()/answer2() with opt set to NULL (thanks to Regis for the report) — at Initial Version
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When answering call using pjsua_call_answer()/answer2() with opt set to NULL, the media channel is never initialized because the condition:
(call->opt_inited || (code==183 && code/100==2))
can never be TRUE.
Note: See
TracTickets for help on using
tickets.