From be63291962cb2fc07767010ce2a507a11389a98f Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 18 Oct 2005 21:06:38 +0000 Subject: Fix various documentation issues (bugs #5464-5467) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6826 f38db490-d61c-443f-a65b-d21fe96a405b --- asterisk.sgml | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) (limited to 'asterisk.sgml') diff --git a/asterisk.sgml b/asterisk.sgml index abee2e678..c29b4af30 100755 --- a/asterisk.sgml +++ b/asterisk.sgml @@ -1,14 +1,14 @@ - 2004-07-18 + 2005-10-18 asterisk 8 - asterisk 1.0 + asterisk 1.2 @@ -45,17 +45,18 @@ provides Private Branch eXchange (PBX), Interactive Voice Response (IVR), Automated Call Distribution (ACD), Voice over IP (VoIP) gatewaying, Conferencing, and a plethora of other telephony applications to a broad - range of telephony devices including packet voice (SIP, IAX, MGCP, Skinny, + range of telephony devices including packet voice (SIP, IAX2, MGCP, Skinny, H.323) devices (both endpoints and proxies), as well as traditional TDM hardware including T1, E1, ISDN PRI, GR-303, RBS, Loopstart, Groundstart, ISDN BRI, and many more. - Asterisk reads most of its configuration files from configuration files - located in /etc/asterisk. Virtually all aspects of the operation of - asterisk's configuration files can be found in the sample configuration - files. The format for those files is generally beyond the scope of this - man page. + At start, Asterisk reads the /etc/asterisk/asterisk.conf main configuration + file and locates the rest of the configuration files from the configuration + in that file. The -C option specifies an alternate main configuration file. + Virtually all aspects of the operation of asterisk's configuration files + can be found in the sample configuration files. The format for those files + is generally beyond the scope of this man page. When running with -c, -r or -R @@ -64,6 +65,9 @@ of administrative actions and even explore the applications that are currently loaded into the system. + + Asterisk is a trademark of Digium, Inc. + OPTIONS @@ -93,6 +97,11 @@ Enable extra debugging statements. + + Note: This always sets the debug level in the asterisk process, + even if it is running in the background. This will affect the size + of your log files. + @@ -138,7 +147,8 @@ -i - Prompt user to intialize any encrypted private keys during startup. + Prompt user to intialize any encrypted private keys for IAX2 + secure authentication during startup. @@ -240,7 +250,12 @@ Specifying this option implies -f and will cause asterisk to no longer fork or detach from the controlling terminal. This option may also be used in conjunction with -r - and -R + and -R. + + + Note: This always sets the verbose level in the asterisk process, + even if it is running in the background. This will affect the size + of your log files. @@ -290,7 +305,10 @@ *CLI> help - Help on Asterisk CLI - *CLI> show applications - Show loaded applications + *CLI> show applications - Show loaded dialplan applications + + + *CLI> show functions - Show loaded dialplan functions http://www.asterisk.org - The Asterisk Home Page -- cgit v1.2.3