aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorsnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 23:48:17 +0000
committersnuffy <snuffy@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-08 23:48:17 +0000
commitb9d2b2684d6dfde3759cbbc84dfb6aa11d0e3b60 (patch)
treeb9c0a6d9e565124104804ec2cb1e31a3c6b5ea41 /UPGRADE.txt
parent6db8e08fa31bc24296db13621a207e435834fdcd (diff)
Add High Resolution Times to CDRs for Asterisk
People expressed an interest in having access to the exact length of calls to a finer degree than seconds. See the CHANGES and UPGRADE.txt for usage also updated the sample configs to note the change. Patch by snuffy. (closes issue #16559) Reported by: cianmaher Tested by: cianmaher, snuffy Review: https://reviewboard.asterisk.org/r/461/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269153 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b02c1f493..c3139b9a5 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -88,6 +88,10 @@ From 1.6.2 to 1.8:
* When a call is redirected inside of a Dial, the app and appdata fields of the
CDR will now be set to "AppDial" and "(Outgoing Line)" instead of being blank.
+* The CDR handling of billsec and duration field has changed. If your table
+ definition specifies those fields as float,double or similar they will now
+ be logged with microsecond accuracy instead of a whole integer.
+
From 1.6.1 to 1.6.2:
* SIP no longer sends the 183 progress message for early media by