aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_readexten.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-30 19:43:36 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-30 19:43:36 +0000
commit858f889967b1c37863ef77c5b14b764914998705 (patch)
tree596607491bf9006c4521865d1f056bad0e6c10c3 /apps/app_readexten.c
parent55975dd75614bef36754f2c31bbe64ce55f618a7 (diff)
Change wording as requested by Kevin
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81389 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_readexten.c')
-rw-r--r--apps/app_readexten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_readexten.c b/apps/app_readexten.c
index 9a8e7533a..cfb8f09cf 100644
--- a/apps/app_readexten.c
+++ b/apps/app_readexten.c
@@ -66,10 +66,10 @@ static char *descrip =
" filename file to play before reading digits or tone with option i\n"
" context context in which to match extensions\n"
" option options are:\n"
-" s - Return immediately if the line is not up,\n"
+" s - Return immediately if the channel is not answered,\n"
" i - Play filename as an indication tone from your\n"
" indications.conf\n"
-" n - Read digits even if the line is not up.\n"
+" n - Read digits even if the channel is not answered.\n"
" timeout An integer number of seconds to wait for a digit response. If\n"
" greater than 0, that value will override the default timeout.\n\n"
"ReadExten will set READEXTENSTATUS on exit with one of the following statuses:\n"