aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-03 18:54:21 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-03 18:54:21 +0000
commit2bd6396a186f3cb90da09a181c2111fffcd01df6 (patch)
tree8cb5b161c2a3ca1f88f374b7eaf2f164f0fe5a1b /UPGRADE.txt
parent63c8acaa2fbdae98b22d544dc81dfa55f8f53720 (diff)
Merged revisions 267624 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r267624 | lmadsen | 2010-06-03 13:53:24 -0500 (Thu, 03 Jun 2010) | 7 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@267625 f38db490-d61c-443f-a65b-d21fe96a405b
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 bd02694f7..53182753e 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
@@ -123,6 +123,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()