aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 21:11:22 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 21:11:22 +0000
commit222c46149415ff6328f2c94092be684715089334 (patch)
treeb14506bc0bdb85fa288490e648c6d6e60e04d241
parent80dfe77777b7fda3b23e86ba070910d2a0b6bada (diff)
Fix voicemail description. We send calls into extension 'a' or 'o' not priority
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3191 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_voicemail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 007b8775e..cc2b4dfe4 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -172,9 +172,9 @@ static char *descrip_vm =
" (/var/lib/asterisk/sounds/vm/<exten>/unavail) if it exists.\n"
"* 'b' then the the busy message will be played (that is, busy instead of unavail).\n"
"If the caller presses '0' (zero) during the prompt, the call jumps to\n"
-"priority 'o' in the current context.\n"
+"extension 'o' in the current context.\n"
"If the caller presses '*' during the prompt, the call jumps to\n"
-"priority 'a' in the current context.\n"
+"extension 'a' in the current context.\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"