From: Mark Spencer Date: Tue, 25 Nov 2003 01:17:50 +0000 (+0000) Subject: Add sample PGSQl CDR config file (bug #447) X-Git-Tag: 0.7.0~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b7dd0193ed3f2396bf466eadcc64ba0ff8104eb;p=thirdparty%2Fasterisk.git Add sample PGSQl CDR config file (bug #447) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1792 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/cdr_pgsql.conf.sample b/configs/cdr_pgsql.conf.sample new file mode 100755 index 0000000000..1534a744a3 --- /dev/null +++ b/configs/cdr_pgsql.conf.sample @@ -0,0 +1,8 @@ +; Sample Asterisk config file for CDR logging to PostgresSQL + +[global] +;hostname=localhost +;port=5432 +;dbname=asterisk +;password=password +;user=postgres