From ebff7fb041f4a80fd9a7de35128e6e3d0e0668e4 Mon Sep 17 00:00:00 2001 From: lmadsen Date: Mon, 23 Mar 2009 18:11:12 +0000 Subject: Merged revisions 183701 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r183701 | lmadsen | 2009-03-23 14:06:40 -0400 (Mon, 23 Mar 2009) | 7 lines 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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@183702 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_dahdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_dahdi.c') diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index f686e67dd..a31702b02 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -13025,7 +13025,7 @@ static struct ast_cli_entry dahdi_cli[] = { 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 -- cgit v1.2.3