This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 Fix Issue with pcap based recording getting overwritten
Closes
#2025
Closes
#2026
Change-Id: I9f49127725b867b5fc9e9a852e6688e2c1d10b49
pull/2027/head
Alex Brown
4 weeks ago
committed by
Richard Fuchs
parent
d45a29e3cd
commit
2639d9c0d1
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
daemon/recording.c
+ 4
- 0
daemon/recording.c
View File
@ -819,6 +819,10 @@ void recording_finish(call_t *call, bool discard) {
g_free
(
recording
)
;
call
-
>
recording
=
NULL
;
/
/
clear
the
meta
prefix
to
esure
that
pcaps
for
subsequent
/
/
start
recordings
dont
overwrite
previous
ones
call
-
>
recording_meta_prefix
=
STR_NULL
;
}
Write
Preview
Loading…
Cancel
Save