aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-16 16:41:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-16 16:41:35 +0000
commitf33d5b917e28d0a29f8ede998ab0c27580085cdf (patch)
tree9cb44d97bb9c27e72d947a279a2af2580d42daf9 /apps
parent5d9d570dc51f5b817af96d49bccb978521a01a16 (diff)
Remove inappropriate sentence from VM2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1193 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_voicemail2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c
index 719a785d1..30046386f 100755
--- a/apps/app_voicemail2.c
+++ b/apps/app_voicemail2.c
@@ -110,7 +110,7 @@ static char *descrip_vm =
"is preceeded by 'u' then the \"unavailable\" message will be played (that is, \n"
"/var/lib/asterisk/sounds/vm/<exten>/unavail) if it exists. If the extension\n"
"is preceeded by a 'b' then the the busy message will be played (that is,\n"
-"busy instead of unavail). At most one of 's', 'u', or 'b' may be specified.\n"
+"busy instead of unavail). \n";
"Returns -1 on error or mailbox not found, or if the user hangs up. \n"
"Otherwise, it returns 0. \n";