From e936f71ff2b6d3df1e1d9fd670d2804ffa3146d3 Mon Sep 17 00:00:00 2001 From: Joshua Colp <jcolp@digium.com> Date: Tue, 3 Oct 2006 16:15:28 +0000 Subject: [PATCH] First entry! Tell people about the callerid changes with manager. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44262 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADE.txt b/UPGRADE.txt index bc78ffdf24..36d4fb5b9f 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -1,3 +1,8 @@ Information for Upgrading From Previous Asterisk Releases ========================================================= +Manager: + +* The CallerID fields across manager events have now been made more + consistent. CallerID Number will be sent as CallerIDNum and CallerID + Name will be sent as CallerIDName wherever used. -- GitLab