aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-22 15:04:52 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-22 15:04:52 +0000
commit861856ff284efce33b3695c18dc4f647c16d64f2 (patch)
tree349382a2c29425b9af92ef3ea509ba41ab1f4054 /UPGRADE.txt
parent372eb6965b0c457f6ae3b58978bae8e9bc59da6c (diff)
Document addition of encoding parameter.
(issue #16940) Reported by: jamicque git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@288266 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 4cbcdffa7..6338ecd3a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -493,6 +493,11 @@ CDR Records:
on the channel from the dialplan and have that change also show up in the
CDR, then you *must* set CALLERID(ANI) as well as CALLERID(num).
+* cdr_pgsql now assumes the encoding of strings it is handed are in LATIN9,
+ which should cover most uses of the extended ASCII set. If your strings
+ use a different encoding in Asterisk, the "encoding" parameter may be set
+ to specify the correct character set.
+
API:
* There are some API functions that were not previously prefixed with the 'ast_'