[svn-commits] russell: trunk r41434 - /trunk/UPGRADE.txt
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Aug 30 12:07:59 MST 2006
Author: russell
Date: Wed Aug 30 14:07:59 2006
New Revision: 41434
URL: http://svn.digium.com/view/asterisk?rev=41434&view=rev
Log:
add a note about behavior of the "clid" field in the CDR
Modified:
trunk/UPGRADE.txt
Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?rev=41434&r1=41433&r2=41434&view=diff
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Wed Aug 30 14:07:59 2006
@@ -383,3 +383,13 @@
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).
More information about the svn-commits
mailing list