[asterisk-commits] rmudgett: branch 1.8 r314732 - /branches/1.8/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 21 17:38:46 CDT 2011
Author: rmudgett
Date: Thu Apr 21 17:38:44 2011
New Revision: 314732
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=314732
Log:
Correct DAHDIShowChannels XML documentation.
Modified:
branches/1.8/channels/chan_dahdi.c
Modified: branches/1.8/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_dahdi.c?view=diff&rev=314732&r1=314731&r2=314732
==============================================================================
--- branches/1.8/channels/chan_dahdi.c (original)
+++ branches/1.8/channels/chan_dahdi.c Thu Apr 21 17:38:44 2011
@@ -235,7 +235,9 @@
</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>
More information about the asterisk-commits
mailing list