From 0c7de8a4053b794e7bf1ba7ef9d75d224babc6d0 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 24 Jul 2024 06:13:03 -0600 Subject: [PATCH] voicemail.conf.sample: Fix ':' comment typo ...and removed an errant trailing space. Resolves: #819 --- configs/samples/voicemail.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/samples/voicemail.conf.sample b/configs/samples/voicemail.conf.sample index f35e4402fc..70e0db1358 100644 --- a/configs/samples/voicemail.conf.sample +++ b/configs/samples/voicemail.conf.sample @@ -144,7 +144,7 @@ maxlogins=3 ; ----------------------------------------------------------------------------- ; Voicemail can be stored in a database using the ODBC driver. ; -: Storage database: +; Storage database: ; The value of odbcstorage is the database connection configured in ; res_odbc.conf. This may be different from the name of the ODBC DSN ; in /etc/odbc.ini which, in turn, may be different from the name of the @@ -219,7 +219,7 @@ maxlogins=3 ; the file to write to the 'recording' column will be the first format ; listed in the 'format' option in this config file. If the first ; format is 'wav49', the file to add to the database will be the one -; with the 'WAV' extension. +; with the 'WAV' extension. ; odbc_audio_on_disk = no -- 2.47.2