summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-06-11 17:44:39 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-06-11 17:44:39 +0000
commit99c2f1c9f7cca681d6a70a37fccf85a8d660f414 (patch)
treea3188c2d0b4fd9785868ffec3b73c1b77799ff4f /UPGRADE.txt
parentd373bd44302e2e13ac71f9652f6ddd0de6b225ff (diff)
Expand CDR uniqueid field to 150 chars, to account for maximum systemname.
(Closes issue #12831) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index e3f304bb0..8cbed3fb7 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -150,6 +150,11 @@ CDR:
username and password parameters in cdr_odbc.conf, therefore, are no
longer used. The dsn parameter now points to an entry in res_odbc.conf.
+* The uniqueid field in the core Asterisk structure has been changed from a
+ maximum 31 character field to a 149 character field, to account for all
+ possible values the systemname prefix could be. In the past, if the
+ systemname was too long, the uniqueid would have been truncated.
+
Formats:
* format_wav: The GAIN preprocessor definition and source code that used it