[asterisk-commits] seanbright: branch 1.6.1 r221088 - in /branches/1.6.1: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 30 09:55:19 CDT 2009


Author: seanbright
Date: Wed Sep 30 09:55:14 2009
New Revision: 221088

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=221088
Log:
Merged revisions 221085 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r221085 | seanbright | 2009-09-30 10:47:58 -0400 (Wed, 30 Sep 2009) | 9 lines
  
  Clarify documentation for VoiceMailMain()'s a() option.
  
  We require box numbers, not names as the documentation implies.
  (issue #14740)
  Reported by: pj
  Patches:
        __20090729-app_voicemail-documentation.patch uploaded by lmadsen (license 10)
  Tested by: seanbright, lmadsen
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/apps/app_voicemail.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/apps/app_voicemail.c?view=diff&rev=221088&r1=221087&r2=221088
==============================================================================
--- branches/1.6.1/apps/app_voicemail.c (original)
+++ branches/1.6.1/apps/app_voicemail.c Wed Sep 30 09:55:14 2009
@@ -550,7 +550,18 @@
 	"           message. The units are whole-number decibels (dB).\n"
 	"    s    - Skip checking the passcode for the mailbox.\n"
 	"    a(#) - Skip folder prompt and go directly to folder specified.\n"
-	"           Defaults to INBOX\n";
+	"           Accepted values are:\n"
+	"               0 for INBOX\n"
+	"               1 for Old\n"
+	"               2 for Work\n"
+	"               3 for Family\n"
+	"               4 for Friends\n"
+	"               5 for Cust1\n"
+	"               6 for Cust2\n"
+	"               7 for Cust3\n"
+	"               8 for Cust4\n"
+	"               9 for Cust5\n"
+	"           Defaults to 0 (INBOX).\n";
 
 static char *synopsis_vm_box_exists =
 "Check to see if Voicemail mailbox exists";




More information about the asterisk-commits mailing list