From 3d64af1b24a07885b5ec4df68402c08a8edf2b97 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 8 Apr 2019 14:41:01 -0400 Subject: [PATCH] fix incorrect sample config (`1` instead of `true`) reported in #721 Change-Id: I0e569ec7404604a28c00aabd6d154b9bfa7200ff --- etc/rtpengine-recording.sample.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rtpengine-recording.sample.conf b/etc/rtpengine-recording.sample.conf index 7a0062a08..f29eb5876 100644 --- a/etc/rtpengine-recording.sample.conf +++ b/etc/rtpengine-recording.sample.conf @@ -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