aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configs/cdr_pgsql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configs/cdr_pgsql.conf.sample')
-rw-r--r--trunk/configs/cdr_pgsql.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/configs/cdr_pgsql.conf.sample b/trunk/configs/cdr_pgsql.conf.sample
new file mode 100644
index 000000000..0784c7b08
--- /dev/null
+++ b/trunk/configs/cdr_pgsql.conf.sample
@@ -0,0 +1,9 @@
+; 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