aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 22:23:35 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 22:23:35 +0000
commit63c9ee110058ea8482fdaccb55dcb325a701b72a (patch)
tree7750a19d88bca72f878b0cf7dba9ff04d5b5b5d1 /doc
parent3f02e4dba6c7a882be2dbaba1f2304f80a9077fb (diff)
Merged revisions 169793 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r169793 | mvanbaak | 2009-01-21 23:04:16 +0100 (Wed, 21 Jan 2009) | 2 lines remove duplicated sentence. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@169830 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/extensions.tex3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/tex/extensions.tex b/doc/tex/extensions.tex
index 7521616a1..a1010616a 100644
--- a/doc/tex/extensions.tex
+++ b/doc/tex/extensions.tex
@@ -17,9 +17,6 @@ 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).
-When each action completes, it generally moves to the next priority (except for
-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 "core show applications" command in the CLI.