projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfe7e6
)
Document changes to voicemail application
author
Mark Spencer
<markster@digium.com>
Mon, 24 Nov 2003 22:14:54 +0000
(22:14 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 24 Nov 2003 22:14:54 +0000
(22:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1791
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
9626d01
..
a0e0803
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-130,6
+130,8
@@
static char *descrip_vm =
"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";