summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-04-10 20:28:40 +0000
committerJoshua Colp <jcolp@digium.com>2008-04-10 20:28:40 +0000
commita08c4b2064467ba942543dfb1ebed06498aca2d1 (patch)
tree66c2fcd2afb22bd9f95a32ad351b66f423a38af7 /CHANGES
parentd13b45564b2c4dc7efc1539fa53d8dd4e7929365 (diff)
A 'b' option has been added which causes chan_local to return the actual channel that is behind it when queried. This is useful for transfer scenarios as the actual channel will be transferred, not the Local channel. If you have been using Local channels as queue members and having issues when the agent did a blind transfer this option may solve the issue.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index efc9c82d5..338b98661 100644
--- a/CHANGES
+++ b/CHANGES
@@ -257,6 +257,9 @@ Local channel changes
SIP call to Voicemail by putting a Local channel in the middle. This
feature is enabled by using the 'j' option in the Dial string to the Local
channel in conjunction with the existing 'n' option for local channels.
+ * A 'b' option has been added which causes chan_local to return the actual channel
+ that is behind it when queried. This is useful for transfer scenarios as the
+ actual channel will be transferred, not the Local channel.
Zaptel channel driver (chan_zap) Changes
----------------------------------------