[Asterisk-cvs] asterisk/apps app_voicemail.c,1.150,1.151

russell at lists.digium.com russell at lists.digium.com
Wed Sep 29 23:58:24 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv18288/apps

Modified Files:
	app_voicemail.c 
Log Message:
update description for VoiceMailMain (bug #2546)
update ChangeLog for Asterisk 1.0.1


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- app_voicemail.c	20 Sep 2004 21:16:00 -0000	1.150
+++ app_voicemail.c	30 Sep 2004 04:00:41 -0000	1.151
@@ -215,7 +215,10 @@
 "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 =




More information about the svn-commits mailing list