mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
"show application <foo>" 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
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user