Document changes to voicemail application

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-11-24 22:14:54 +00:00
parent 3cfe7e6e25
commit ca1504db04

View File

@@ -130,6 +130,8 @@ static char *descrip_vm =
"message will be played (/var/lib/asterisk/sounds/vm/<exten>/unavail) if it\n" "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" "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" "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" "Returns -1 on error or mailbox not found, or if the user hangs up.\n"
"Otherwise, it returns 0.\n"; "Otherwise, it returns 0.\n";