mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Use the underscore package so that underscores do not need to be escaped.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -831,8 +831,8 @@ correspond to the following two CDR records (at the moment!):
|
||||
While CDRs and the Manager are basically both event tracking mechanisms, CEL
|
||||
tries to track only those events that might pertain to billing issues.
|
||||
|
||||
See table~\ref{event_table} for a list of events raised by CEL and
|
||||
table~\ref{field_table} for the list of fields passed for each CEL event.
|
||||
See table~\ref{event-table} for a list of events raised by CEL and
|
||||
table~\ref{field-table} for the list of fields passed for each CEL event.
|
||||
|
||||
\begin{table}[h]
|
||||
\begin{tabular}{ | l | p{10cm} | }
|
||||
@@ -862,7 +862,7 @@ table~\ref{field_table} for the list of fields passed for each CEL event.
|
||||
\hline
|
||||
\end{tabular}
|
||||
\caption{List of CEL Events}
|
||||
\label{event_table}
|
||||
\label{event-table}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[h]
|
||||
@@ -890,7 +890,7 @@ table~\ref{field_table} for the list of fields passed for each CEL event.
|
||||
\hline
|
||||
\end{tabular}
|
||||
\caption{List of CEL Event Fields}
|
||||
\label{field_table}
|
||||
\label{field-table}
|
||||
\end{table}
|
||||
|
||||
\section{Applications \& Functions}
|
||||
|
||||
Reference in New Issue
Block a user