summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-06-03 18:53:24 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-06-03 18:53:24 +0000
commitdfa82e0852fc98982b252ea8078b9ea82ff1abb4 (patch)
tree31ceddbeb79c5fba93f758ddfdf425517f2d93d2 /UPGRADE.txt
parent6ab2173c978231ba154e8f414e51529d7bb0c3c6 (diff)
Update UPGRADE.txt and CHANGE for CDR functionality changes.
Updated the UPGRADE.txt and CHANGES file stating that CDR records will not be explicity written unless cdr.conf exists and is configured. (closes issue #17373) Reported by: wdoekes Tested by: pabelanger git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 7a002daba..b02c1f493 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -1,6 +1,6 @@
===========================================================
===
-=== Information for upgrading between Asterisk 1.6 versions
+=== Information for upgrading between Asterisk versions
===
=== These files document all the changes that MUST be taken
=== into account when upgrading between the Asterisk
@@ -180,6 +180,9 @@ From 1.6.1 to 1.6.2:
that would end up being interpreted as a bug once Asterisk started removing
the contacts from a user list.
+* The cdr.conf file must exist and be configured correctly in order for CDR
+ records to be written.
+
From 1.6.0.1 to 1.6.1:
* The ast_agi_register_multiple() and ast_agi_unregister_multiple()