[asterisk-commits] russell: branch russell/indications r176141 - in /team/russell/indications: ....

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


Author: russell
Date: Mon Feb 16 11:53:59 2009
New Revision: 176141

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=176141
Log:
sync with trunk

Modified:
    team/russell/indications/   (props changed)
    team/russell/indications/channels/chan_dahdi.c

Propchange: team/russell/indications/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Feb 16 11:53:59 2009
@@ -1,1 +1,1 @@
-/trunk:1-176126
+/trunk:1-176140

Modified: team/russell/indications/channels/chan_dahdi.c
URL: http://svn.digium.com/svn-view/asterisk/team/russell/indications/channels/chan_dahdi.c?view=diff&rev=176141&r1=176140&r2=176141
==============================================================================
--- team/russell/indications/channels/chan_dahdi.c (original)
+++ team/russell/indications/channels/chan_dahdi.c Mon Feb 16 11:53:59 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