summaryrefslogtreecommitdiff
path: root/doc/tex/cdrdriver.tex
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-06-23 23:57:07 +0000
committerSean Bright <sean@malleable.com>2009-06-23 23:57:07 +0000
commit5059530d620d30d8ee3641cdc71b1a8a6e815b2b (patch)
tree330947f5089ada765807d703fab45dfb809336fd /doc/tex/cdrdriver.tex
parent233f1bc8daaa463ce7379011e3ab8d240755efbd (diff)
Change some section names in the CDR tex documentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@202841 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex/cdrdriver.tex')
-rw-r--r--doc/tex/cdrdriver.tex14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/tex/cdrdriver.tex b/doc/tex/cdrdriver.tex
index ad5a8a20d..3fe7e148b 100644
--- a/doc/tex/cdrdriver.tex
+++ b/doc/tex/cdrdriver.tex
@@ -1,6 +1,6 @@
-\section{CDR Back Ends}
+\section{Storage Backends}
-\subsection{MSSQL}
+\subsection{Microsoft SQL Server}
Asterisk can currently store CDRs into an MSSQL database in
two different ways: cdr\_odbc or cdr\_tds
@@ -195,11 +195,11 @@
call to the database when it's complete.
-\subsection{MYSQL}
+\subsection{MySQL}
Using MySQL for CDR records is supported by using ODBC and the cdr\_odbc module.
-\subsection{PGSQL}
+\subsection{PostgreSQL}
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,10 +246,14 @@ Using MySQL for CDR records is supported by using ODBC and the cdr\_odbc module.
\end{verbatim}
\end{astlisting}
-\subsection{SQLLITE}
+\subsection{SQLite 2}
SQLite version 2 is supported in cdr\_sqlite.
+\subsection{SQLite 3}
+
+SQLite version 3 is supported in cdr\_sqlite3\_custom.
+
\subsection{RADIUS}
\subsubsection{What is needed}