]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Document addition of encoding parameter.
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 22 Sep 2010 15:04:52 +0000 (15:04 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 22 Sep 2010 15:04:52 +0000 (15:04 +0000)
(issue #16940)
Reported by: jamicque

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@288266 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 4cbcdffa75474b6ac60aa16b16721c89cd769548..6338ecd3a1caea0eb1d573f0b569433467fd1bc9 100644 (file)
@@ -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_'