]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 221085 via svnmerge from
authorSean Bright <sean@malleable.com>
Wed, 30 Sep 2009 14:55:14 +0000 (14:55 +0000)
committerSean Bright <sean@malleable.com>
Wed, 30 Sep 2009 14:55:14 +0000 (14:55 +0000)
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
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@221088 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 10c90a12a3f7d71833960d42155d824e43bbecf5..6d5ed7d14fa0159b6e842fa6d586cfc41dcb14b0 100644 (file)
@@ -550,7 +550,18 @@ static char *descrip_vmain =
        "           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";