aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 04:00:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 04:00:41 +0000
commit5a5518b36199933d9ddbe752ad894fcaa53f57da (patch)
tree34ee5ce98e7b9599a32f772438e186ed59b714d1 /apps/app_voicemail.c
parent29d68e40393b897d4844d0f1fd48b152e45674c3 (diff)
update description for VoiceMailMain (bug #2546)
update ChangeLog for Asterisk 1.0.1 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3854 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-rwxr-xr-xapps/app_voicemail.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index fe13a7fca..fef41ac74 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -215,7 +215,10 @@ static char *descrip_vmain =
"for the checking of voicemail. The mailbox can be passed as the option,\n"
"which will stop the voicemail system from prompting the user for the mailbox.\n"
"If the mailbox is preceded by 's' then the password check will be skipped. If\n"
-"a context is specified, logins are considered in that voicemail context only.\n"
+"the mailbox is preceded by 'p' then the supplied mailbox is prepended to the\n"
+"user's entry and the resulting string is used as the mailbox number. This is\n"
+"useful for virtual hosting of voicemail boxes. If a context is specified,\n"
+"logins are considered in that voicemail context only.\n"
"Returns -1 if the user hangs up or 0 otherwise.\n";
static char *synopsis_vm_box_exists =