aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tex
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 15:27:08 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 15:27:08 +0000
commitf4cad0cfbeed08048cc78a19b27afb20a0f7e87f (patch)
tree9d6716dcfbe4663bc4e51070d8b1fa4edf2cd93d /doc/tex
parent520bf42a50e70a1b4cbf329b8cf52c9cf5cda663 (diff)
Merged revisions 89416 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89416 | file | 2007-11-19 11:24:12 -0400 (Mon, 19 Nov 2007) | 4 lines Clarify documentation a bit, include that a frame has to pass through the core in order for the Local channel optimization to happen. (closes issue #11246) Reported by: jon ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89417 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/tex')
-rw-r--r--doc/tex/localchannel.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tex/localchannel.tex b/doc/tex/localchannel.tex
index 6ada46da3..ab42606f7 100644
--- a/doc/tex/localchannel.tex
+++ b/doc/tex/localchannel.tex
@@ -13,11 +13,11 @@ native transfer (the "n" stands for "n"o release) upon the remote end answering
the line. This is an esoteric, but important feature if you expect the Local
channel to handle calls exactly like a normal channel. If you do not have the
"no release" feature set, then as soon as the destination (inside of the Local
-channel) answers the line, the variables and dial plan will revert back to that
-of the original call, and the Local channel will become a zombie and be removed
-from the active channels list. This is desirable in some circumstances, but can
-result in unexpected dialplan behavior if you are doing fancy things with
-variables in your call handling.
+channel) answers the line and one audio frame passes, the variables and dial plan
+will revert back to that of the original call, and the Local channel will become a
+zombie and be removed from the active channels list. This is desirable in some
+circumstances, but can result in unexpected dialplan behavior if you are doing
+fancy things with variables in your call handling.
There is another option that can be used with local channels, which is the "j"
option. The "j" option must be used with the "n" option to make sure that the