mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Another major doc directory update from IgorG. This patch includes
- Many uses of the astlisting environment around verbatim text to ensure that it gets properly formatted and doesn't run off the page. - Update some things that have been deprecated. - Add escaping as needed - and more ... (closes issue #10978) Reported by: IgorG Patches: texdoc-85542-1.patch uploaded by IgorG (license 20) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,11 +22,11 @@ some modules which use explicitly GOTO's.
|
||||
|
||||
Extensions frequently have data they pass to the executing application
|
||||
(most frequently a string). You can see the available dialplan applications
|
||||
by entering the "show applications" command in the CLI.
|
||||
by entering the "core show applications" command in the CLI.
|
||||
|
||||
In this version of Asterisk, dialplan functions are added. These can
|
||||
be used as arguments to any application. For a list of the installed
|
||||
functions in your Asterisk, use the "show functions" command.
|
||||
functions in your Asterisk, use the "core show functions" command.
|
||||
|
||||
\subsubsection{Example dialplan}
|
||||
|
||||
@@ -63,7 +63,7 @@ There are some extensions with important meanings:
|
||||
\item T
|
||||
\begin{itemize}
|
||||
\item This is the extension that is executed when the 'absolute'
|
||||
timeout is reached. See "show function TIMEOUT" for more
|
||||
timeout is reached. See "core show function TIMEOUT" for more
|
||||
information on setting timeouts.
|
||||
\end{itemize}
|
||||
\item e
|
||||
|
Reference in New Issue
Block a user