aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-25 00:05:41 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-25 00:05:41 +0000
commit2ca1ca67860ad335abeafecd61432b81062f749f (patch)
tree737d18be5600de14aeb0db641c7d235acdcfe691 /UPGRADE.txt
parent56aff74a07df2336737f0664f13bc9679cc70571 (diff)
Make the Join event from app_queue use CallerIDNum insead of CallerID for
indicating the callerid number just like the rest of asterisk. (closes issue #13883) Reported by: davidw git-svn-id: http://svn.digium.com/svn/asterisk/trunk@158924 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 8801608a2..199da5ed5 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -65,6 +65,9 @@ From 1.6.0.x to 1.6.1:
to differentiate your variable from the append operator. This potential
conflict is unlikely, but is documented here to be thorough.
+* The "Join" event from app_queue now uses the CallerIDNum header instead of
+ the CallerID header to indicate the CallerID number.
+
From 1.6.1 to 1.6.2:
* The default console now will use colors according to the default background