Files
asterisk/configs/cdr_pgsql.conf.sample
T

14 lines
377 B
Plaintext
Raw Normal View History

2003-11-25 01:17:50 +00:00
; Sample Asterisk config file for CDR logging to PostgresSQL
2009-10-10 08:30:24 +00:00
;
; Note that you can use TLS connections to your database server.
; This is configured for your PostgreSQL client installation
; on this system (check for pgsessions.conf)
2003-11-25 01:17:50 +00:00
[global]
;hostname=localhost
;port=5432
;dbname=asterisk
;password=password
;user=postgres
;table=cdr ;SQL table where CDRs will be inserted