Use actual tables instead of ASCII art ones.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@163951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Sean Bright 17 years ago
parent d6b70deee5
commit 3f12b282b6

@ -32,7 +32,7 @@
\author{Asterisk Development Team \\ Asterisk.org} \author{Asterisk Development Team \\ Asterisk.org}
\title{Asterisk Reference Information \\ Version ASTERISKVERSION} \title{Asterisk Reference Information \\ Version SVN-trunk-r163912M}
\begin{document} \begin{document}
\maketitle \maketitle

@ -19,31 +19,35 @@ The table below shows all VoIP channel drivers and other Asterisk modules that
support QoS settings for network traffic. It also shows the type(s) of support QoS settings for network traffic. It also shows the type(s) of
traffic for which each module can support setting QoS settings. traffic for which each module can support setting QoS settings.
\begin{verbatim} \begin{table}[h!]
Channel Drivers \begin{center}
+==============+===========+=====+=====+=====+ \begin{tabular}{ | l || c | c | c | c | }
| | Signaling |Audio|Video| Text| \hline
+==============+===========+=====+=====+=====+ & Signaling & Audio & Video & Text \\ \hline \hline
|chan_sip | + | + | + | + | chan\_sip & + & + & + & + \\ \hline
|--------------+-----------+-----+-----+-----+ chan\_skinny & + & + & + & \\ \hline
|chan_skinny | + | + | + | | chan\_mgcp & + & + & & \\ \hline
|--------------+-----------+-----+-----+-----+ chan\_unistm & + & + & & \\ \hline
|chan_mgcp | + | + | | | chan\_h323 & & + & & \\ \hline
|--------------+-----------+-----+-----+-----+ chan\_iax2 & \multicolumn{4}{|c|}{+} \\
|chan_unistim | + | + | | | \hline
|--------------+-----------+-----+-----+-----+ \end{tabular}
|chan_h323 | | + | | | \end{center}
|--------------+-----------+-----+-----+-----+ \caption{Channel Driver QoS Settings}
|chan_iax2 | + | \end{table}
+==============+=============================+
Other \begin{table}[h!]
+==============+=============================+ \begin{center}
| dundi.conf | + (tos setting) | \begin{tabular}{ | l || c | c | c | c | }
|--------------+-----------------------------+ \hline
| iaxprov.conf | + (tos setting) | & Signaling & Audio & Video & Text \\ \hline \hline
+==============+=============================+ dundi.conf & \multicolumn{4}{ | c | }{+ (tos setting)} \\ \hline
\end{verbatim} iaxprov.conf & \multicolumn{4}{ | c | }{+ (tos setting)} \\ \hline
\hline
\end{tabular}
\end{center}
\caption{Other ToS Settings}
\end{table}
\subsubsection{IP TOS values} \subsubsection{IP TOS values}
The allowable values for any of the tos* parameters are: The allowable values for any of the tos* parameters are:
@ -65,17 +69,22 @@ values from 0 to 7.
\subsubsection{Recommended values} \subsubsection{Recommended values}
The recommended values shown below are also included in sample configuration files: The recommended values shown below are also included in sample configuration files:
\begin{verbatim}
+============+=========+======+ \begin{table}[h!]
| | tos | cos | \begin{center}
+============+=========+======+ \begin{tabular}{ | l || l | l | }
|Signaling | cs3 | 3 | \hline
|Audio | ef | 5 | & tos & cos \\ \hline \hline
|Video | af41 | 4 | Signaling & cs3 & 3 \\ \hline
|Text | af41 | 3 | Audio & ef & 5 \\ \hline
|Other | ef | | Video & af41 & 4 \\ \hline
+============+=========+======+ Text & af41 & 3 \\ \hline
\end{verbatim} Other & ef & \\
\hline
\end{tabular}
\end{center}
\caption{Recommended QoS Settings}
\end{table}
\subsubsection{IAX2} \subsubsection{IAX2}

Loading…
Cancel
Save