projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa2567
)
Can't set debug level 2 (intense debugging) unless the syntax matches
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 16 Feb 2009 17:44:51 +0000
(17:44 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 16 Feb 2009 17:44:51 +0000
(17:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176138
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_dahdi.c
patch
|
blob
|
history
diff --git
a/channels/chan_dahdi.c
b/channels/chan_dahdi.c
index
e0166f4
..
f9ace40
100644
(file)
--- a/
channels/chan_dahdi.c
+++ b/
channels/chan_dahdi.c
@@
-12481,7
+12481,7
@@
static char *handle_pri_debug(struct ast_cli_entry *e, int cmd, struct ast_cli_a
int level = 0;
switch (cmd) {
case CLI_INIT:
- e->command = "pri set debug {on|off} span";
+ e->command = "pri set debug {on|off|0|1|2} span";
e->usage =
"Usage: pri set debug {<level>|on|off} span <span>\n"
" Enables debugging on a given PRI span\n";