From 0f0323dbab8dd2fddc37c3ceacd034b32d39d5a2 Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Tue, 8 Aug 2006 15:53:51 +0000
Subject: [PATCH] Clarify volgain option a bit, it needs sox to work.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/voicemail.conf.sample | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index c58d733a0d..b67a685057 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -188,6 +188,7 @@ sendvoicemail=yes	; Context to Send voicemail from [option 5 from the advanced m
 ; volgain=0.0		; Emails bearing the voicemail may arrive in a volume too
 			;     quiet to be heard.  This parameter allows you to specify how
 			;     much gain to add to the message when sending a voicemail.
+			;     NOTE: sox must be installed for this option to work.
 ; nextaftercmd=yes	; Skips to the next message after hitting 7 or 9 to delete/save current message.
 			;     [global option only at this time] 
 ; forcename=yes		; Forces a new user to record their name.  A new user is
-- 
GitLab