From 5a4867543d268d68b9cfebcef6e02bb9e032173e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 6 Nov 2007 19:04:45 +0000 Subject: "show application " changes for clarity. (closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89044 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_chanisavail.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'apps/app_chanisavail.c') diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c index 18c97e849..b5c273690 100644 --- a/apps/app_chanisavail.c +++ b/apps/app_chanisavail.c @@ -55,14 +55,15 @@ static char *synopsis = "Check channel availability"; static char *descrip = " ChanIsAvail(Technology/resource[&Technology2/resource2...][,options]): \n" "This application will check to see if any of the specified channels are\n" -"available. The following variables will be set by this application:\n" -" ${AVAILCHAN} - the name of the available channel, if one exists\n" -" ${AVAILORIGCHAN} - the canonical channel name that was used to create the channel\n" -" ${AVAILSTATUS} - the status code for the available channel\n" +"available.\n" " Options:\n" -" s - Consider the channel unavailable if the channel is in use at all\n" +" s - Consider the channel unavailable if the channel is in use at all.\n" " t - Simply checks if specified channels exist in the channel list\n" -" (implies option s) \n"; +" (implies option s).\n" +"This application sets the following channel variable upon completion:\n" +" AVAILCHAN - the name of the available channel, if one exists\n" +" AVAILORIGCHAN - the canonical channel name that was used to create the channel\n" +" AVAILSTATUS - the status code for the available channel\n"; static int chanavail_exec(struct ast_channel *chan, void *data) -- cgit v1.2.3