aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 17:21:49 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 17:21:49 +0000
commit4c0f624a7b6178da252455541f23d40d1bc9e590 (patch)
tree46536f95e6a50ee732d7ccbf51c06c4e22f3801b /apps
parente7162fdc12e176dee322fc6ce5db77d485f02090 (diff)
Merged revisions 229966 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r229966 | file | 2009-11-13 11:20:26 -0600 (Fri, 13 Nov 2009) | 13 lines Merged revisions 229965 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r229965 | file | 2009-11-13 11:19:59 -0600 (Fri, 13 Nov 2009) | 6 lines Document a limitation in the AVAILSTATUS variable from ChanIsAvail and provide a workaround for it that does not change existing behavior. (closes issue #14426) Reported by: macli ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@229969 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_chanisavail.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index 556bafd71..ea074e7e2 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -85,7 +85,9 @@ static char *app = "ChanIsAvail";
<para>The canonical channel name that was used to create the channel</para>
</variable>
<variable name="AVAILSTATUS">
- <para>The status code for the available channel</para>
+ <para>The status code for the available channel. This is used for both
+ device state and cause code. It is recommended that you use AVAILORIGCHAN
+ instead to see if a device is available or not.</para>
</variable>
</variablelist>
</description>