mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
Add sample PGSQl CDR config file (bug #447)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
configs/cdr_pgsql.conf.sample
Executable file
8
configs/cdr_pgsql.conf.sample
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
; Sample Asterisk config file for CDR logging to PostgresSQL
|
||||||
|
|
||||||
|
[global]
|
||||||
|
;hostname=localhost
|
||||||
|
;port=5432
|
||||||
|
;dbname=asterisk
|
||||||
|
;password=password
|
||||||
|
;user=postgres
|
||||||
Reference in New Issue
Block a user