[asterisk-commits] lmadsen: trunk r183701 - /trunk/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 23 13:06:45 CDT 2009
Author: lmadsen
Date: Mon Mar 23 13:06:40 2009
New Revision: 183701
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183701
Log:
Fixes a documentation error introduced during the CLI cleanup at AstriDevCon 2008.
(closes issue #14655)
Reported by: ulogic
Patches:
chan_dahdi.patch uploaded by ulogic (license 728)
Tested by: lmadsen
Modified:
trunk/channels/chan_dahdi.c
Modified: trunk/channels/chan_dahdi.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=183701&r1=183700&r2=183701
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Mon Mar 23 13:06:40 2009
@@ -15023,7 +15023,7 @@
AST_CLI_DEFINE(dahdi_show_version, "Show the DAHDI version in use"),
AST_CLI_DEFINE(dahdi_set_hwgain, "Set hardware gain on a channel"),
AST_CLI_DEFINE(dahdi_set_swgain, "Set software gain on a channel"),
- AST_CLI_DEFINE(dahdi_set_dnd, "Set software gain on a channel"),
+ AST_CLI_DEFINE(dahdi_set_dnd, "Sets/resets DND (Do Not Disturb) mode on a channel"),
};
#define TRANSFER 0
More information about the asterisk-commits
mailing list