asterisk-evs icon indicating copy to clipboard operation
asterisk-evs copied to clipboard

codec_evs.patch misapplies in Asterisk 18

Open whiskerp opened this issue 2 years ago • 1 comments

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 avatar Apr 27 '22 11:04 whiskerp

Not applicable for Asterisk 21

rnseb avatar Aug 31 '24 09:08 rnseb