Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug in pjsua_call_answer() #3818

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Fixed bug in pjsua_call_answer() #3818

merged 1 commit into from
Jan 3, 2024

Conversation

sauwming
Copy link
Member

@sauwming sauwming commented Jan 2, 2024

There's a fatal bug in the patch of #3770 which caused call answer to not work at all.

The error check: call->inv->invite_tsx->role != PJSIP_ROLE_UAC is incorrect, since we should only be able to answer call if the role is UAS.

@sauwming sauwming merged commit c6fd432 into master Jan 3, 2024
35 checks passed
@sauwming sauwming deleted the call-answer-bug branch January 3, 2024 05:26
trengginas pushed a commit that referenced this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants