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

Asterisk 13 transcoding module: 3GPP EVS

Results 8 asterisk-evs issues
Sort by recently updated
recently updated
newest added

Have you had the opportunity to test ?

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...

The last versions of the RI being compatible are: - 12.12.0 - 13.8.0 - 14.4.2 - 15.2.2 - 16.1.0 Those versions are still available at [ETSI](https://webapp.etsi.org/key/key.asp?GSMSpecPart1=26&GSMSpecPart2=443) and [3GPP](http://www.3gpp.org/DynaReport/26443.htm), and the...

When Asterisk started the call but the remote party sends a re-INVITE on the SIP layer, the call might face one-way audio. One such a call scenario is [call hold](https://tools.ietf.org/html/rfc5359#section-2.1),...

From what I managed to understand from the code, the patch allows Asterisk to work with all 4 types of bandwidth of the EVS codec: NB, WB, SWB and FB....

I managed to apply the patch and test the EVS codec with an actual SBC. But sometimes, some calls are logging such errors: ``` 2nd CMR; bitstream is corrupted 2nd...

Hi, Could we please make this work with Asterisk 21? For example, I think `res |= ast_rtp_engine_load_format(ast_format_evs);` should be added here, after L824: https://github.com/traud/asterisk-evs/blob/master/codecs/codec_evs.c#L824 And this should probably be removed:...

Hello, I have been able to successfully install your EVS patches on Ubuntu-Pro 24.04.1 Asterisk 13.9.1 FreePBX 16.0.40.7 But unfortunately, I cannot test it out, would you help me and...