aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 20:28:40 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 20:28:40 +0000
commit450035f0f416c645bb8b467eaaf20cd359483280 (patch)
tree66c2fcd2afb22bd9f95a32ad351b66f423a38af7 /CHANGES
parentf14e1eb6c907199bdd253c77a916e30952f67a54 (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: http://svn.digium.com/svn/asterisk/trunk@114049 f38db490-d61c-443f-a65b-d21fe96a405b
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
----------------------------------------