aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-24 22:14:54 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-24 22:14:54 +0000
commit08eee38ab47c0763306aa92fa17d89f300c4e294 (patch)
treed2d670609b0ce41eaee9154a0fe13a9e2c42ab9d /apps
parentc84dcfcf137d54f449a194831f50d1b52a4a3fc5 (diff)
Document changes to voicemail application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1791 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_voicemail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 9626d0167..a0e08034f 100755
--- 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";