aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-11 17:45:37 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-11 17:45:37 +0000
commit90d1abc00bece97d353a0f7b735ec67c8895ef4a (patch)
treec32137d603a543ed5d143928ad7f18c49a8e5ee0 /UPGRADE.txt
parent27fd4d18e8f7af2a74af27a109c8ba9b7d13ea80 (diff)
Merged revisions 121855 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r121855 | tilghman | 2008-06-11 12:44:39 -0500 (Wed, 11 Jun 2008) | 3 lines Expand CDR uniqueid field to 150 chars, to account for maximum systemname. (Closes issue #12831) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@121856 f38db490-d61c-443f-a65b-d21fe96a405b
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 ead8b5af0..3021defc1 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -137,6 +137,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