summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-04-21 22:39:45 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-04-21 22:39:45 +0000
commitc2676dc9dce851bc186ee7e819543f920e4842f6 (patch)
tree61a44b198eb3e161574b19bb924f08c9bb922ea6 /channels
parent079e794b1cb14b5c9e70966ebaa657e32c144881 (diff)
Merged revisions 314732 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r314732 | rmudgett | 2011-04-21 17:38:44 -0500 (Thu, 21 Apr 2011) | 1 line Correct DAHDIShowChannels XML documentation. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 6b82bb185..c8391c204 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -235,7 +235,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</synopsis>
<syntax>
<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
- <parameter name="DAHDIChannel" required="true" />
+ <parameter name="DAHDIChannel">
+ <para>Specify the specific channel to show. Show all channels if zero or not present.</para>
+ </parameter>
</syntax>
<description>
</description>