|
|
@ -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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
"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
|
|
|
|
channel) answers the line and one audio frame passes, the variables and dial plan
|
|
|
|
of the original call, and the Local channel will become a zombie and be removed
|
|
|
|
will revert back to that of the original call, and the Local channel will become a
|
|
|
|
from the active channels list. This is desirable in some circumstances, but can
|
|
|
|
zombie and be removed from the active channels list. This is desirable in some
|
|
|
|
result in unexpected dialplan behavior if you are doing fancy things with
|
|
|
|
circumstances, but can result in unexpected dialplan behavior if you are doing
|
|
|
|
variables in your call handling.
|
|
|
|
fancy things with variables in your call handling.
|
|
|
|
|
|
|
|
|
|
|
|
There is another option that can be used with local channels, which is the "j"
|
|
|
|
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
|
|
|
|
option. The "j" option must be used with the "n" option to make sure that the
|
|
|
|