summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-03 17:10:16 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-03 17:10:16 +0000
commitb5f2589e3346f54d5b73bdf5b59c7f74100557e4 (patch)
treed2169c2baf31b0e33290375082072556a19bb041 /CHANGES
parent19dc73ad40a969400b9df8f6bf2ce199a2d6021c (diff)
Add Masquerade manager event which trips when a masquerade happens (issue #7840 reported by moy)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 36b65ef4b..b6ea58a8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,3 +25,5 @@ Changes since Asterisk 1.4-beta was branched:
CallerIDNum is used for number and CallerIDName for name.
* setinterfacevar option in queues.conf also now sets a variable
called MEMBERNAME which contains the member's name.
+ * Added Masquerade manager event for when a masquerade happens between
+ two channels.