From 67e125cd2801c4159b3aca7978e3a4e8ec72ad19 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 30 Aug 2007 19:43:36 +0000 Subject: [PATCH] Change wording as requested by Kevin git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81389 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_readexten.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app_readexten.c b/apps/app_readexten.c index 9a8e7533a5..cfb8f09cf0 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"