summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-04-25 22:24:32 +0000
committerMark Michelson <mmichelson@digium.com>2008-04-25 22:24:32 +0000
commitd0f35e63558aa4f72c6b16ab34f6e6defe1dc242 (patch)
treeacbf301b3f35a40d4f4573288506241620f85463 /CHANGES
parent9eb8e7d665f7ddbfa067ad00bd3900820ba3686a (diff)
Adding a new option, 'B' to app_chanspy. This option allows the spy to
barge on the call. It is like the existing whisper option, except that it allows the spy to talk to both sides of the conversation on which he is spying. This feature has existed in Switchvox, and this merges the functionality into Asterisk. (AST-32) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114678 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 2922c51be..1391f049f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,9 @@ Application Changes
* ChanSpy and ExtenSpy have a new option, 's' which suppresses speaking the
technology name (e.g. SIP, IAX, etc) of the channel being spied on.
* The Jack application now has a c() option to supply a custom client name.
+ * Chanspy has a new option, 'B', which can be used to "barge" on a call. This is
+ like the pre-existing whisper mode, except that the spy can also talk to the
+ participant on the bridged channel as well.
SIP Changes
-----------