[asterisk-commits] tilghman: trunk r176138 - /trunk/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 16 11:44:51 CST 2009


Author: tilghman
Date: Mon Feb 16 11:44:51 2009
New Revision: 176138

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=176138
Log:
Can't set debug level 2 (intense debugging) unless the syntax matches

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=176138&r1=176137&r2=176138
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Mon Feb 16 11:44:51 2009
@@ -12481,7 +12481,7 @@
 	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";




More information about the asterisk-commits mailing list