summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-05-02 23:50:07 +0000
committerRussell Bryant <russell@russellbryant.com>2007-05-02 23:50:07 +0000
commita6ec2bd182205a8daced9572d9df1e60b161be75 (patch)
tree6cc491ddffe7990421eeea169d5003ad0ea589fe /CHANGES
parent37602ccf52b5862d5e8a412cf19217d69edb4652 (diff)
When a conference is created, the UNIQUEID of the channel that caused it to be
created will now be stored. Then, every channel that joins the conference will have the MEETMEUNIQUEID channel variable set with this ID. This can be used to relate callers that come and go from long standing conferences. (issue #7295, patch by softins) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62794 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 94c228f8d..2bace9b4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -120,6 +120,10 @@ MeetMe Changes
--------------
* The 'o' option to provide an optimization has been removed and its functionality
has been enabled by default.
+ * When a conference is created, the UNIQUEID of the channel that caused it to be
+ created is stored. Then, every channel that joins the conference will have the
+ MEETMEUNIQUEID channel variable set with this ID. This can be used to associating
+ callers that come and go from long standing conferences.
Miscellaneous
-------------