aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:58:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:58:48 +0000
commit4e267250cc3e3998ce2256cd8eb631a0f7128020 (patch)
tree640ff0d9179e6ce366da57f43e8cadb7bab4d705 /CHANGES
parenta781f1ba8780aeac3d80bc3328ba0e54e2bc09fc (diff)
Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44218 f38db490-d61c-443f-a65b-d21fe96a405b
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.