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: https://origsvn.digium.com/svn/asterisk/trunk@183701 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Leif Madsen 16 years ago
parent dc9c58104e
commit 18b4508c8e

@ -15023,7 +15023,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

Loading…
Cancel
Save