We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Not applicable for Asterisk 21
Sorry, something went wrong.
No branches or pull requests
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);
+
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.
The text was updated successfully, but these errors were encountered: