[asterisk-commits] mvanbaak: trunk r118417 - /trunk/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 27 12:21:12 CDT 2008


Author: mvanbaak
Date: Tue May 27 12:21:12 2008
New Revision: 118417

URL: http://svn.digium.com/view/asterisk?view=rev&rev=118417
Log:
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.

Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=118417&r1=118416&r2=118417
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue May 27 12:21:12 2008
@@ -522,6 +522,7 @@
 	"             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"




More information about the asterisk-commits mailing list