You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
2025.04.0 07.04.2025
2
+
====================
3
+
- Added support for applying multiple filters on individual interfaces - interface_libpcap_filter. See doc/voipmonitor.conf for detailed explanation. This option allows to overcome ~2.2M PPS on AWS or other virtualisations without using DPDK where software interrupts is the bottleneck [VS-1683]
4
+
- DPDK: Added support for multiple RX queues. Parameter dpdk_nb_rxq now defaults to 2 - set it to 1 in case of issues.
5
+
- server_destination parameter now accepts multiple IP addresses for failover (e.g., server_destination = 1.2.3.4, 5.6.7.8) [VS-1686].
- Reduced frequency of logging the message: "packetbuffer: MEMORY IS FULL".
9
+
- Added logging for asynchronous write queue length (tacQ).
10
+
- Added source and destination IP addresses into RTCP graphs [VG-2957].
11
+
- Removed length limitation for callid during merging [VS-1684].
12
+
- Ensured maximum ID values from registration tables are read before starting interface data processing.
13
+
- new options: sql_errors_log_file and sql_errors_skip.
14
+
- Fixed potential crash in TLS when the cipher suite is not found.
15
+
- Fixed potential conflict in the declaration of the strstr function [VS-1692].
16
+
- Fixed memory leak occurring when the packet buffer block contains no valid packets (up to 20GB per week on some installations, present since version 2024.12) [VS-1691].
17
+
- Fixed string limitation when opt_callidmerge_header is encrypted and exceeds 128 bytes.
18
+
19
+
1
20
2025.02.2 17.02.2025
2
21
====================
3
22
- fix crash when creating audiograph - adding an error message handler to jpeg creation so that exit cannot be called [VS-1654]
0 commit comments