Merged revisions 66821 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r66821 | tilghman | 2007-05-31 18:03:28 -0500 (Thu, 31 May 2007) | 2 lines

Issue 9850 - update preferred command line syntax

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66822 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent 3ce231fe95
commit 825315f272

@ -165,7 +165,7 @@ supplied.
.PP
\fBasterisk -vvvgc\fR - Run on controlling terminal
.PP
\fBasterisk -rx "show channels"\fR - Display channels on running server
\fBasterisk -rx "core show channels"\fR - Display channels on running server
.SH "BUGS"
.PP
Bug reports and feature requests may be filed at http://bugs.digium.com
@ -173,9 +173,11 @@ Bug reports and feature requests may be filed at http://bugs.digium.com
.PP
*CLI> \fBhelp\fR - Help on Asterisk CLI
.PP
*CLI> \fBshow applications\fR - Show loaded dialplan applications
*CLI> \fBcore show applications\fR - Show loaded dialplan applications
.PP
*CLI> \fBshow functions\fR - Show loaded dialplan functions
*CLI> \fBcore show functions\fR - Show loaded dialplan functions
.PP
*CLI> \fBdialplan show\fR - Show current dialplan
.PP
http://www.asterisk.org - The Asterisk Home Page
.PP
@ -190,4 +192,4 @@ http://www.markocam.com/ - Asterisk author's web cam
.PP
Mark Spencer <markster@digium.com>
.PP
Countless other contributers, see CREDITS with distribution for more information
Countless other contributors, see CREDITS with distribution for more information

Loading…
Cancel
Save