mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-29 02:03:18 +00:00
(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
11 lines
265 B
Plaintext
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
|