summaryrefslogtreecommitdiff
path: root/doc/tex/extensions.tex
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-10-12 15:50:29 +0000
committerRussell Bryant <russell@russellbryant.com>2007-10-12 15:50:29 +0000
commit8b8a42e61c6a4998a6c3c257670f3d867f0944b9 (patch)
tree69bb4bf2568fdb6055974390a5a9414b1927ab0d /doc/tex/extensions.tex
parentcd929dbd726b0f5386081e05b0c8d27069d20b07 (diff)
Many doc directory improvements, including:
- Added development section (backtrace.tex) - Correct filesystem path formating - Replace all "|" argument separator to "," - Endless count of spaces at the end of line - Using astlisting to make listings do not take so much place - Take back ASTRISKVERSION on first page - Make localchannel.tex readable by inserting extra end of lines (closes issue #10962) Reported by: IgorG Patches: texdoc-85177-1.patch uploaded by IgorG (license 20) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex/extensions.tex')
-rw-r--r--doc/tex/extensions.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tex/extensions.tex b/doc/tex/extensions.tex
index 35d84549a..cb79926ce 100644
--- a/doc/tex/extensions.tex
+++ b/doc/tex/extensions.tex
@@ -15,10 +15,10 @@ pattern, "N", "X", and "Z" are interpreted as classes of digits.
For each extension, several actions may be listed and must be given a unique
priority. When each action completes, the call continues at the next priority
-(except for some modules which use explicitly GOTO's).
+(except for some modules which use explicitly GOTO's).
When each action completes, it generally moves to the next priority (except for
-some modules which use explicitly GOTO's.
+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
@@ -30,7 +30,7 @@ functions in your Asterisk, use the "show functions" command.
\subsubsection{Example dialplan}
-The example dial plan, in the configs/extensions.conf.sample file
+The example dial plan, in the \path{configs/extensions.conf.sample} file
is installed as extensions.conf if you run "make samples" after
installation of Asterisk. This file includes many more instructions
and examples than this file, so it's worthwhile to read it.
@@ -44,7 +44,7 @@ There are some extensions with important meanings:
\begin{itemize}
\item What to do when an extension context is entered (unless
overridden by the low level channel interface)
- This is used in macros, and some special cases.
+ This is used in macros, and some special cases.
"s" is not a generic catch-all wildcard extension.
\end{itemize}
\item i
@@ -76,7 +76,7 @@ There are some extensions with important meanings:
\end{itemize}
\end{itemize}
-And finally, the extension context "default" is used when either a) an
+And finally, the extension context "default" is used when either a) an
extension context is deleted while an extension is in use, or b) a specific
starting extension handler has not been defined (unless overridden by the
low level channel interface).