FreeSWITCH Enterprise v20.25.1 (Feb 20th 2025) Release is out!
Enhancement
- [Build-System] Windows: Update OpenSSL to v3.4.0, libpcap to 1.10.4, rabbitmq-c to 0.15.0
- [core, mod_opus] Introduce OPUS configuration profiles. Introduce codec interface function to get codec implementation fmtp updated with codec specific profile settings. Use new function with OPUS codec to make the OPUS profiles considerable during codec negotiation and in generating out fmtp.
- [Core] Implement remote_ice_lite
- [Core] softtimer: Add new
gettimerfd
API and extend logging for debugging purposes. - [Core] Use RTP extension parser in read_rtp_packet().
- [esl/lua] Add ESL Lua module to the Windows build.
- [mod_clearmode] Remove from tree
- [mod_dptools] Move tts format from mod_ssml.
- [mod_event_multicast] Introduce “encryption-mode” param utilizing OpenSSL 3.0+ and AES256 encryption.
- [mod_lua] Add Dbh:query_rows
- [mod_pgsql] Add support for PGRES_TUPLES_CHUNK in PostgreSQL 17+
- [mod_rayo, mod_ssml, iksemel] Remove from tree
- [Unit-tests] Move test_tts_format out of mod_ssml. Add mod_test and test_tts_format to the Windows build.
Bug
- [CI] Make install with
-j
- [Core, mod_conference] Implement new switch_frame_change_sln_volume_granular, switch_frame_change_sln_volume APIs. Fix frame data overflow.
- [core, mod_opus] Fix negotiation of different rate, ptime, channels and OPUS specific parameters. Get the negotiation conform to RFC 7587. Get the OPUS stereo working.
- [Core] Fix potential deference of a NULL srtp session.
- [Core] Make rtp_get_engine() function static so compiler is predicted.
- [Core] switch_nat: Coverity 1589053 Resource leak.
- [esl] Coverity 1227669 Resource leak
- [fs_cli, libesl] Coverity fixes.
- [mod_conference] Coverity 1320840 Logically dead code. Execution cannot reach this statement: d = “;”
- [mod_curl] Increase argument limit and enforce max args constraint
- [mod_event_multicast] Fix potential global-buffer-overflow.
- [mod_lua] Fix crash when loading esl lua module
- [mod_opus] Fix negotiation of sample rates different than default 48kHz by honouring maxplaybackrate parameter.
- [mod_opus] VBR is just inverted CBR at this place. Negotiation was already done.
- [mod_pgsql] err is now set correctly (dbh:last_error())
- [mod_sofia] Coverity 1500325 Double free.
- [mod_sofia] Don’t store inbound SDP in the “sip_multipart” variable. Update multipart test.
- [mod_sofia] Update Polycom UA to recognize new Poly phones
- [mod_spandsp] Fix compilation against >=2023/06/02 spandsp
- [mod_timerfd] Fixed - continue timer loop after receiving a SIGSTOP
- [xmlrpc-c] Coverity 1024180, 1024205, 1024301, 1024847, 1024848, 1024377, 1024378, 1024379, 1024380, 1024381, 1024584, 1024495, 1214208 fixes.
- [xmlrpc-c] Coverity 1024199, 1024200, 1024201, 1024202, 1024203, 1024204, 1024196, 1024197, 1024198 fixes. Uninitialized pointer read.
- [xmlrpc-c] Coverity 1500253, 1024634, 1024635, 1227693 fixes.