Skip to content

Commit

Permalink
2024.09.3
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmonitor committed Sep 18, 2024
1 parent b77c1c7 commit 35d1b88
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024.09.3 18.9.2024
===================
- implement separate audio graphs files to spool/.../AUDIOGRAPH/ (spectrogram + wave) which allows to show it in GUI without needs to store RTP packets. New opeionts save_audiograph, audiograph*, maxpoolaudiographsize, maxpoolaudiographdays [VG-2874]
- fix race in transcribe calls
- fix potential stack overflow in sRtcpXrStreams::findAB
- adding buffer overflow protection for hep data [VG-2882]


2024.09.2 10.9.2024
===================
- fix 2024.09.1 crashing when SIP REGISTER stora to pcap is enabled
Expand Down
12 changes: 12 additions & 0 deletions config/voipmonitor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,15 @@ savertcp = yes
# default is no
savegraph = yes

# save audio graph files to spool/AUDIOGRAPH - wave + spectrogram
# if savertp = yes audio graph files can be generated from pcap file directly without needs to enable audiograph
# default is no
# for auto cleaning see maxpoolaudiographsize and maxpoolaudiographdays
#save_audiograph = yes
#audiograph_ms_per_pixel = 0 // auto
#audiograph_spectrogram_height = 32
#audiograph_spectrogram_jpeg_quality = 10


# If any SIP message during the call includes the header "X-VoipMonitor-norecord" all SIP and RTP data will be deleted
#norecord-header = yes
Expand Down Expand Up @@ -1691,6 +1700,9 @@ maxpoolsize = 102400
#maxpoolaudiosize =
#maxpoolaudiodays =

#maxpoolaudiographsize =
#maxpoolaudiographdays =


# cleaning secondary storage
maxpoolsize_2 = 102400
Expand Down
2 changes: 1 addition & 1 deletion voipmonitor_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VOIPMONITOR_DEFINE_H


#define RTPSENSOR_VERSION "2024.09.2"
#define RTPSENSOR_VERSION "2024.09.3"
#define RTPSENSOR_BUILD_NUMBER "local_build"
#define NAT

Expand Down

0 comments on commit 35d1b88

Please sign in to comment.