aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-27 17:25:33 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-27 17:25:33 +0000
commit18765030bb66622f407859568e456e8ab4fac4dd (patch)
tree706f30bc12bfd30458b5de8e50813b64a3f080fb /apps
parent490b0430a735171fb510fc745a399461a975d5fe (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: http://svn.digium.com/svn/asterisk/branches/1.6.0@118418 f38db490-d61c-443f-a65b-d21fe96a405b
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 1dd57bef2..a5d2381d6 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";