aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 23:23:16 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 23:23:16 +0000
commite7ab4552eed87b06636186a4b8e0a5614bf4c508 (patch)
tree3afb119dc5983cdd558e32ac3db48c91e2750b74 /UPGRADE.txt
parent8318acbef1eb5eb4af027133206651300c5c206e (diff)
Bug 6943 - transition away from using CallerID header, when we really mean CallerIDNum
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19436 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 600a1d42f..9c505b2b6 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -36,6 +36,15 @@ Applications:
* OSPAuth is added to authenticate OSP tokens in in_bound call setup messages.
+Manager:
+
+* After executing the 'status' manager action, the "Status" manager events
+ included the header "CallerID:" which was actually only the CallerID number,
+ and not the full CallerID string. This header has been renamed to
+ "CallerIDNum". For compatibility purposes, the CallerID parameter will remain
+ until after the release of 1.4, when it will be removed. Please use the time
+ during the 1.4 release to make this transition.
+
Variables:
* The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},