[asterisk-commits] lmadsen: branch group/cli_cleanup r145005 - /team/group/cli_cleanup/doc/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 27 16:40:40 CDT 2008
Author: lmadsen
Date: Sat Sep 27 16:40:39 2008
New Revision: 145005
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145005
Log:
After talking with Cresl1n, Tilghman, and mvanbaak, we've decided to upate some more commands. If you look at this file and notice things like 'help' becoming 'core show help', and think, 'Wow, that makes something really unobvious', don't fear. There will be another branch where by default we'll load some aliases that will add the nice commands like 'help' back in. But within the core code, we're attempting to be very consistant, and we'll add the commands to be nice to people in the res_clialiases branch once it gets merged.
Modified:
team/group/cli_cleanup/doc/cli_all_cmd.txt
Modified: team/group/cli_cleanup/doc/cli_all_cmd.txt
URL: http://svn.digium.com/view/asterisk/team/group/cli_cleanup/doc/cli_all_cmd.txt?view=diff&rev=145005&r1=145004&r2=145005
==============================================================================
--- team/group/cli_cleanup/doc/cli_all_cmd.txt (original)
+++ team/group/cli_cleanup/doc/cli_all_cmd.txt Sat Sep 27 16:40:39 2008
@@ -146,7 +146,7 @@
h323 set debug [off] --> {on|off}
h323 set trace [off] --> {on|off}
h323 show tokens
-help --> allow exception for this one
+help --> core show help
http show status
iax2 provision
iax2 prune realtime
@@ -199,7 +199,7 @@
manager show eventq
manager show user
manager show users
-meetme --> ??
+meetme
memory show allocations
memory show summary
mgcp audit endpoint
@@ -213,7 +213,7 @@
minivm reload
minivm show settings
minivm show stats
-misdn port block --> set port {block|down|unblock|up} ?
+misdn port block
misdn port down
misdn port unblock
misdn port up
@@ -224,14 +224,14 @@
misdn send display
misdn send facility
misdn send restart
-misdn set crypt debug --> debug [crypt] ??
-misdn set debug --> {on|off|crypt}
+misdn set crypt debug
+misdn set debug --> misdn set debug {on|off|<level>}
misdn set tics
misdn show channel
misdn show channels
misdn show config
misdn show port
-misdn show ports stats --> ports [stats] ??
+misdn show ports stats
misdn show stacks
misdn toggle echocancel
mixmonitor [start|stop] --> mixmonitor {start|stop}
@@ -244,14 +244,15 @@
moh show files
no debug channel --> *deprecated
odbc show
-originate --> core originate ??
+originate --> channel originate <channel>
osp show
parkedcalls show
phoneprov show routes
-pri debug span --> pri set debug span XX {on|off} ?
-pri intensive debug span --> pri set debug span XX [intensive]?
+pri debug span --> pri set debug span <span>
+pri intensive debug span --> pri set debug {<level>|on|off} span <span>
+ (intense == 2)
pri no debug span --> *deprecated?
-pri set debug file --> pri set debug file {on|off} [file] ?
+pri set debug file --> pri set debug {off|file <filename>}
pri show debug
pri show span
pri show spans
@@ -329,16 +330,16 @@
skinny show settings
sla show stations
sla show trunks
-soft hangup --> channel hangup ? MVB: this was decided by the powers that be.
+soft hangup --> channel request hangup <channel>
sqlite show status
sqlite show tables
-ss7 block cic --> ss7 set cic {block|unblock} ?
-ss7 block linkset --> ss7 set linkset {block|unblock} ?
-ss7 debug linkset --> ss7 set debug linkset {on|off}
-ss7 no debug linkset
+ss7 block cic
+ss7 block linkset
+ss7 debug linkset --> *
+ss7 no debug linkset --> ss7 set debug {on|off|<level>} [linkset]
ss7 show linkset
ss7 show version
-ss7 unblock cic
+ss7 unblock cic
ss7 unblock linkset
stop gracefully
stop now
More information about the asterisk-commits
mailing list