summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-06-02 16:14:12 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-06-02 16:14:12 +0000
commit48dd4d124912068d87360f205683e564fded8fd3 (patch)
tree35a07219840cd89e9f223a408a5bd77e900e18d0 /CHANGES
parent7bdc11519b72df92f1fa96c51d72ae5f1d424af9 (diff)
Add ETSI Explicit Call Transfer (ECT) support.
Added ability to send and receive ETSI Explicit Call Transfer (ECT) messages to eliminate tromboned calls. Note: Asterisk already supported initiating the transfer of calls to eliminate tromboned calls to libpri so there was nothing to do for the asterisk portion. Review: https://reviewboard.asterisk.org/r/520/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29a3a3887..5b9e3cd34 100644
--- a/CHANGES
+++ b/CHANGES
@@ -332,6 +332,10 @@ libpri channel driver (chan_dahdi) DAHDI changes
dialing option. Dial(DAHDI/g1/[extension]/K(<keypad_digits>))
Access any received keypad digits in SETUP message by: ${CHANNEL(keypad_digits)}
(requires latest LibPRI)
+ * Added ability to send and receive ETSI Explicit Call Transfer (ECT) messages
+ to eliminate tromboned calls. A tromboned call goes out an interface and comes
+ back into the same interface. Tromboned calls happen because of call routing,
+ call deflection, call forwarding, and call transfer.
Asterisk Manager Interface
--------------------------