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
fix incorrect sample config (`1` instead of `true`)
reported in
#721
Change-Id: I0e569ec7404604a28c00aabd6d154b9bfa7200ff
pull/755/head
Richard Fuchs
7 years ago
parent
582e645a98
commit
3d64af1b24
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
etc/rtpengine-recording.sample.conf
+ 2
- 2
etc/rtpengine-recording.sample.conf
View File
@ -27,10 +27,10 @@ table = 0
# mp3_bitrate = 24000
### mix participating sources into a single output
# output-mixed =
1
# output-mixed =
true
### create one output file for each source
# output-single =
1
# output-single =
true
### mysql configuration for db storage
# mysql-host = localhost
Write
Preview
Loading…
Cancel
Save