summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-05-27 17:21:12 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-05-27 17:21:12 +0000
commit3d4a1cee9807bef5f1cd8aa744066554413c3146 (patch)
tree4f2a0d511386e4f0e75a4c0cfdbbef422f1ed351 /apps
parentb5eb8b7462ae848e98e9eea958d8c12287bb6a6f (diff)
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/trunk@118417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index b0fed2d47..635d6fe95 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -522,6 +522,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"