From ef781276a6d1c9b8666e0f9b3ce895f29c17120c Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Tue, 27 May 2008 17:25:33 +0000 Subject: [PATCH] small update to the g() option of app_voicemail to note that gain changes only work on zap channels right now. issue #12578 shows it's not clear right now. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118418 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 1dd57bef22..a5d2381d68 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -510,6 +510,7 @@ static char *descrip_vm = " the greeting. Context defaults to the current context.\n" " g(#) - Use the specified amount of gain when recording the voicemail\n" " message. The units are whole-number decibels (dB).\n" + " Only works on supported technologies, which is Zap only.\n" " s - Skip the playback of instructions for leaving a message to the\n" " calling party.\n" " u - Play the 'unavailable' greeting.\n";