aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 19:07:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 19:07:59 +0000
commitc33575e3c0f0569cd007e1d10bc15f9c3deb705d (patch)
tree98f37c002b2426905ded1d5c5bfcf36d63030b24 /UPGRADE.txt
parentba6627ebbcd39ec61108e75fce02781a56197d67 (diff)
add a note about behavior of the "clid" field in the CDR
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41434 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 52cc12ee3..daa8ac8b6 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -383,3 +383,13 @@ Music on Hold:
server puts a phone on a different server on hold, the remote server will be
responsible for playing the hold music to its local phone that was put on
hold instead of the far end server across the network playing the music.
+
+CDR Records:
+
+* The behavior of the "clid" field of the CDR has always been that it will
+ contain the callerid ANI if it is set, or the callerid number if ANI was not
+ set. When using the "callerid" option for various channel drivers, some
+ would set ANI and some would not. This has been cleared up so that all
+ channel drivers set ANI. If you would like to change the callerid number
+ on the channel from the dialplan and have that change also show up in the
+ CDR, then you *must* set CALLERID(ANI) as well as CALLERID(num).