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

codec_evs.patch misapplies in Asterisk 18 #8

Open
whiskerp opened this issue Apr 27, 2022 · 1 comment
Open

codec_evs.patch misapplies in Asterisk 18 #8

whiskerp opened this issue Apr 27, 2022 · 1 comment

Comments

@whiskerp
Copy link

The patch for rtp_engine.c is :
--- main/rtp_engine.c (Asterisk 13.13.1)
+++ main/rtp_engine.c (working copy)
@@ -2307,2 +2307,4 @@
add_static_payload(107, ast_format_opus, 0);
+

  •   ast_rtp_engine_load_format(ast_format_evs);
    

Fuzz of 1 causes this to misapply in Asterisk 18.

Changing the line numbers to:
@@ -3720,2 +3720,4 @@

before applying the patch is necessary for Asterisk 18.

@whiskerp whiskerp changed the title codec_evc.patch misapplies in Asterisk 18 codec_evs.patch misapplies in Asterisk 18 Apr 27, 2022
@rnseb
Copy link

rnseb commented Aug 31, 2024

Not applicable for Asterisk 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants