]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
update 'show app' output (bug #3170)
authorRussell Bryant <russell@russellbryant.com>
Thu, 30 Dec 2004 21:46:39 +0000 (21:46 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 30 Dec 2004 21:46:39 +0000 (21:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4612 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_chanisavail.c

index 4438663ce13c6140b048dbf4ccf4adce67842338..07ea55c798b1ea3eb13cc0548a19467e2edb8d01 100755 (executable)
@@ -38,11 +38,12 @@ static char *descrip =
 "Checks is any of the requested channels are available.  If none\n"
 "of the requested channels are available the new priority will be\n"
 "n+101 (unless such a priority does not exist or on error, in which\n"
-"case ChanIsAvail will return -1).  If any of the requested channels\n"
-"are available, the next priority will be n+1, the channel variable\n"
-"${AVAILCHAN} will be set to the name of the available channel and\n"
-"the ChanIsAvail app will return 0.  ${AVAILORIGCHAN} is\n"
-"the canonical channel name that was used to create the channel.\n";
+"case ChanIsAvail will return -1).\n"
+"If any of the requested channels are available, the next priority will be n+1,\n"
+"the channel variable ${AVAILCHAN} will be set to the name of the available channel\n"
+"and the ChanIsAvail app will return 0.\n"
+"${AVAILORIGCHAN} is the canonical channel name that was used to create the channel.\n"
+"${AVAILSTATUS} is the status code for the channel.\n";
 
 STANDARD_LOCAL_USER;