Author: russell
Date: Tue Jun 23 17:47:48 2009
New Revision: 202805

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202805
Log:
Merged revisions 202804 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202804 | russell | 2009-06-23 17:47:26 -0500 (Tue, 23 Jun 2009) | 2 lines
  
  Clean up section hierarchy for the CDR chapter.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/doc/tex/cdrdriver.tex

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/doc/tex/cdrdriver.tex
URL: 
http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/doc/tex/cdrdriver.tex?view=diff&rev=202805&r1=202804&r2=202805
==============================================================================
--- branches/1.6.2/doc/tex/cdrdriver.tex (original)
+++ branches/1.6.2/doc/tex/cdrdriver.tex Tue Jun 23 17:47:48 2009
@@ -1,6 +1,6 @@
-Call data records can be stored in many different databases or even CSV text.
-
-\section{MSSQL}
+\section{CDR Back Ends}
+
+\subsection{MSSQL}
 
        Asterisk can currently store CDRs into an MSSQL database in
        two different ways:  cdr\_odbc or cdr\_tds
@@ -12,7 +12,7 @@
 
        NOTE:  Only choose one db connector.
 
-\subsection{ODBC using cdr\_odbc}
+\subsubsection{ODBC using cdr\_odbc}
        Compile, configure, and install the latest unixODBC package:
 \begin{astlisting}
 \begin{verbatim}
@@ -121,7 +121,7 @@
                logs a connection to the database and will now record every
                call to the database when it's complete.
 
-\subsection{TDS, using cdr\_tds}
+\subsubsection{TDS, using cdr\_tds}
                Compile, configure, and install the latest FreeTDS package:
 \begin{astlisting}
 \begin{verbatim}
@@ -195,11 +195,11 @@
                 call to the database when it's complete.
 
 
-\section{MYSQL}
+\subsection{MYSQL}
 
 Using MySQL for CDR records is supported by using ODBC and the cdr\_odbc 
module.
 
-\section{PGSQL}
+\subsection{PGSQL}
         If you want to go directly to postgresql database, and have the 
cdr\_pgsql.so
         compiled you can use the following sample setup.
         On Debian, before compiling asterisk, just install libpqxx-dev.
@@ -246,13 +246,13 @@
 \end{verbatim}
 \end{astlisting}
 
-\section{SQLLITE}
+\subsection{SQLLITE}
 
 SQLite version 2 is supported in cdr\_sqlite.
 
-\section{RADIUS}
-
-\subsection{What is needed}
+\subsection{RADIUS}
+
+\subsubsection{What is needed}
 
 \begin{itemize}
        \item FreeRADIUS server
@@ -289,8 +289,6 @@
 \caption{Asterisk/RADIUS Integration}
 \end{figure}
 
-\subsection{Steps to follow in order to have RADIUS support}
-
 \subsubsection{Installation of the Radiusclient library}
 
        Download the sources from       
@@ -447,7 +445,7 @@
        the radiusclient-ng library configuration file.
 
 
-\section{Logged Values}
+\subsubsection{Logged Values}
 \begin{verbatim}
   "Asterisk-Acc-Code",          The account name of detail records
   "Asterisk-Src",


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to