[Asterisk-cvs] asterisk/apps app_voicemail.c,1.41,1.42
markster at lists.digium.com
markster at lists.digium.com
Mon Nov 24 15:48:33 CST 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv25752/apps
Modified Files:
app_voicemail.c
Log Message:
Document changes to voicemail application
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- app_voicemail.c 21 Nov 2003 22:07:45 -0000 1.41
+++ app_voicemail.c 24 Nov 2003 22:14:54 -0000 1.42
@@ -130,6 +130,8 @@
"message will be played (/var/lib/asterisk/sounds/vm/<exten>/unavail) if it\n"
"exists. If the extension is preceeded by a 'b' then the the busy message\n"
"will be played (that is, busy instead of unavail).\n"
+"If the requested mailbox does not exist, and there exists a priority\n"
+"n + 101, then that priority will be taken next.\n"
"Returns -1 on error or mailbox not found, or if the user hangs up.\n"
"Otherwise, it returns 0.\n";
More information about the svn-commits
mailing list