Files
asterisk/configs/cdr_pgsql.conf.sample
Tilghman Lesher cbbc615e41 Allow the encoding to be set, in case local charset does not agree with database.
(closes issue #16940)
 Reported by: jamicque
 Patches: 
       20100827__issue16940.diff.txt uploaded by tilghman (license 14)
       20100921__issue16940__1.6.2.diff.txt uploaded by tilghman (license 14)
 Tested by: jamicque


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@288265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-09-22 14:48:04 +00:00

11 lines
265 B
Plaintext

; Sample Asterisk config file for CDR logging to PostgresSQL
[global]
;hostname=localhost
;port=5432
;dbname=asterisk
;password=password
;user=postgres
;table=cdr ;SQL table where CDRs will be inserted
;encoding=LATIN9 ; Encoding of logged characters in Asterisk