[Asterisk-doc] docs conf-files.xml,1.5,1.6

blitzrage asterisk-doc@lists.digium.com
Wed, 2 Jun 2004 00:47:07 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31260/docs

Modified Files:
	conf-files.xml 
Log Message:
William Suffill
- chapter 3 changes for enum.conf and asterisk.conf
Index: conf-files.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/conf-files.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** conf-files.xml	31 May 2004 17:12:48 -0000	1.5
--- conf-files.xml	2 Jun 2004 00:46:58 -0000	1.6
***************
*** 43,47 ****
  		<sect2>
  			<title>asterisk.conf</title>
! 			<para/>
  		</sect2>
  		<sect2>
--- 43,105 ----
  		<sect2>
  			<title>asterisk.conf</title>
! 			<para>
! 			The <filename>asterisk.conf</filename> configuration file is used to tell
! 			Asterisk where to locate various things for run time.
! 			</para>
! 
! 			<informalexample>
! 			<programlisting>
! 			[directories]
! 			astetcdir => /etc/asterisk
! 			astmoddir => /usr/lib/asterisk/modules
! 			astvarlibdir => /var/lib/asterisk
! 			astagidir => /var/lib/asterisk/agi-bin
! 			astspooldir => /var/spool/asterisk
! 			astrundir => /var/run
! 			astlogdir => /var/log/asterisk
! 			</programlisting>
! 			</informalexample>
! 
! 			<para>
! 			The above configuration is the default that comes with Asterisk.  It lists
! 			7 locations of files that Asterisk looks for while running.  
! 			</para>
! 
! 			<para>
! 			<varname>
! 			astetcdir</varname> points to the folder which holds all the configuration
! 			files.
! 			</para>
! 			
! 			<para>
! 			<varname>astmoddir</varname> reflects the path of all the compiled
! 			Asterisk modules.  
! 			</para>
! 			
! 			<para>
! 			<varname>astvarlibdir</varname> is where all the Asterisk
! 			database and sound files are stored.  
! 			</para>
! 
! 			<para>
! 			<varname>astagidir</varname> is the 
! 			location where Asterisk will attempt to load AGI applications from.  
! 			</para>
! 			
! 			<para>
! 			<varname>astspooldir</varname>
! 			includes the location where all outgoing call files are stored as well as
! 			voicemail.  For more informatoin on call files, see chapter 7.
! 			</para>
! 
! 			<para>
! 			<varname>astrundir</varname> point to where the pid files for Asterisk's
! 			processes are stored.
! 			</para>
! 
! 			<para>
! 			<varname>astlogdir</varname> refers to the location of all the Asterisk log 
! 			files.
! 			</para>
  		</sect2>
  		<sect2>
***************
*** 51,55 ****
  		<sect2>
  			<title>enum.conf</title>
! 			<para/>
  		</sect2>
  		<sect2>
--- 109,119 ----
  		<sect2>
  			<title>enum.conf</title>
! 			<para>
! 			<filename>enum.conf</filename> is used for configuring Enum.  Enum is a 
! 			telephony technology which allows users of disparate networks and technologies
! 			to call each other through the use of a common routing database.  This database
! 			is DNS records on a centralized server.  This technology is discussed in depth
! 			in chapter 7.
! 			</para>
  		</sect2>
  		<sect2>