summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-06 05:34:13 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-06 05:34:13 +0000
commit3bd298f2dd5a2002a1f529fb4e50faff02525651 (patch)
tree4e019f7c6fb194ead874a17bc00b3d315d122341 /apps/app_voicemail.c
parent46009020597a51dcb690b9fce4619b35ac8a7ab2 (diff)
alphabetize option lists
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6975 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-rwxr-xr-xapps/app_voicemail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 103bdfe5e..03448726f 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -287,11 +287,11 @@ static char *descrip_vm =
" VoiceMail(mailbox[@context][&mailbox[@context]][...][|options]): Leaves"
"voicemail for a given mailbox (must be configured in voicemail.conf).\n"
" If the options contain: \n"
-"* 's' instructions for leaving the message will be skipped.\n"
-"* 'u' the \"unavailable\" greeting will be played.\n"
"* 'b' the \"busy\" greeting will be played.\n"
"* 'g(#)' the specified amount of gain will be requested during message\n"
" recording (units are whole-number decibels (dB))\n"
+"* 's' instructions for leaving the message will be skipped.\n"
+"* 'u' the \"unavailable\" greeting will be played.\n"
"If the caller presses '0' (zero) during the prompt, the call jumps to\n"
"extension 'o' in the current context.\n"
"If the caller presses '*' during the prompt, the call jumps to\n"
@@ -313,12 +313,12 @@ static char *descrip_vmain =
"for the checking of voicemail. The mailbox can be passed in,\n"
"which will stop the voicemail system from prompting the user for the mailbox.\n"
"If the options contain: \n"
-"* 's' the password check will be skipped.\n"
"* 'p' the supplied mailbox is prepended to the user's entry and\n"
" the resulting string is used as the mailbox number. This can\n"
" be useful for virtual hosting of voicemail boxes.\n"
"* 'g(#)' the specified amount of gain will be requested during message\n"
" recording (units are whole-number decibels (dB))\n"
+"* 's' the password check will be skipped.\n"
"If a context is specified, mailboxes are considered in that voicemail context only.\n"
"Returns -1 if the user hangs up or 0 otherwise.\n";