summaryrefslogtreecommitdiff
path: root/apps/app_readexten.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-08-30 19:43:36 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-08-30 19:43:36 +0000
commit67e125cd2801c4159b3aca7978e3a4e8ec72ad19 (patch)
tree596607491bf9006c4521865d1f056bad0e6c10c3 /apps/app_readexten.c
parent54170b94e0e74f23e0fe88a8a7b5dd8ed88e64e4 (diff)
Change wording as requested by Kevin
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81389 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"