[asterisk-commits] mvanbaak: branch 1.6.0 r118418 - /branches/1.6.0/apps/app_voicemail.c

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


Author: mvanbaak
Date: Tue May 27 12:25:33 2008
New Revision: 118418

URL: http://svn.digium.com/view/asterisk?view=rev&rev=118418
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:
    branches/1.6.0/apps/app_voicemail.c

Modified: branches/1.6.0/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_voicemail.c?view=diff&rev=118418&r1=118417&r2=118418
==============================================================================
--- branches/1.6.0/apps/app_voicemail.c (original)
+++ branches/1.6.0/apps/app_voicemail.c Tue May 27 12:25:33 2008
@@ -510,6 +510,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