asterisk-evs
asterisk-evs copied to clipboard
codec_evs.patch misapplies in Asterisk 18
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.
Not applicable for Asterisk 21