From: James Golovich Date: Fri, 11 Jun 2004 21:11:22 +0000 (+0000) Subject: Fix voicemail description. We send calls into extension 'a' or 'o' not priority X-Git-Tag: 1.0.0-rc1~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b39fe85eda15cfdde4f9eea5671ff87f2cc2ee;p=thirdparty%2Fasterisk.git Fix voicemail description. We send calls into extension 'a' or 'o' not priority git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3191 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 007b8775e5..cc2b4dfe46 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -172,9 +172,9 @@ static char *descrip_vm = " (/var/lib/asterisk/sounds/vm//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"