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 make sure DB entry exists
Change-Id: I54380be963b3526d2a6330aae64bc3b6e8f41559
pull/1998/head
Richard Fuchs
4 months ago
parent
1e0c91c372
commit
59279674bf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
recording-daemon/metafile.c
+ 1
- 0
recording-daemon/metafile.c
View File
@ -308,6 +308,7 @@ static void meta_section(metafile_t *mf, char *section, char *content, unsigned
else
if
(
!
strcmp
(
section
,
"
SKIP_DATABASE
"
)
)
mf
-
>
skip_db
=
1
;
db_do_call
(
mf
)
;
meta_mix_output
(
mf
)
;
}
Write
Preview
Loading…
Cancel
Save