mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Documentation fixes (bug #3170)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -38,11 +38,12 @@ static char *descrip =
|
|||||||
"Checks is any of the requested channels are available. If none\n"
|
"Checks is any of the requested channels are available. If none\n"
|
||||||
"of the requested channels are available the new priority will be\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"
|
"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"
|
"case ChanIsAvail will return -1).\n"
|
||||||
"are available, the next priority will be n+1, the channel variable\n"
|
"If any of the requested channels are available, the next priority will be n+1,\n"
|
||||||
"${AVAILCHAN} will be set to the name of the available channel and\n"
|
"the channel variable ${AVAILCHAN} will be set to the name of the available channel\n"
|
||||||
"the ChanIsAvail app will return 0. ${AVAILORIGCHAN} is\n"
|
"and the ChanIsAvail app will return 0.\n"
|
||||||
"the canonical channel name that was used to create the channel.\n"
|
"${AVAILORIGCHAN} is the canonical channel name that was used to create the channel.\n"
|
||||||
|
"${AVAILSTATUS} is the status code for the channel.\n"
|
||||||
"If the option 's' is specified (state), will consider channel unavailable\n"
|
"If the option 's' is specified (state), will consider channel unavailable\n"
|
||||||
"when the channel is in use at all, even if it can take another call.\n";
|
"when the channel is in use at all, even if it can take another call.\n";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user