summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-02 20:58:48 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-02 20:58:48 +0000
commit8ff3dd273a3c75cce15d7f1a6541a53c69c13a0f (patch)
tree640ff0d9179e6ce366da57f43e8cadb7bab4d705 /CHANGES
parent3e4a081e1cdae046b37c16177f6ea5d57ae8c7fb (diff)
Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44218 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 c32fdefb9..36b65ef4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,3 +23,5 @@ Changes since Asterisk 1.4-beta was branched:
the time to name the logger files instead of sequence number.
* The output of CallerID in Manager events is now more consistent.
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.