update description for VoiceMailMain (bug #2546)

update ChangeLog for Asterisk 1.0.1


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2004-09-30 04:00:41 +00:00
parent eda8998156
commit ca88a7476f
2 changed files with 7 additions and 2 deletions

View File

@@ -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 =