aboutsummaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xCHANGES4
-rwxr-xr-xapps/app_voicemail.c5
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index edec34511..58ab2d852 100755
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
+Asterisk 1.0.1
+ -- Added AGI over TCP support
-- Add ability to purge callers from queue if no agents are logged in
-- Fix inband PRI indication detection
-- Fix for MGCP - always request digits if no RTP stream
-- Fixed seg fault for ast_control_streamfile
- -- Added AGI over TCP support
-- Make pick-up extension configurable via features.conf
+ -- Numerous other bug fixes
Asterisk 1.0.0
-- Use Q.931 standard cause codes for asterisk cause codes
-- Bug fixes from the bug tracker
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 =