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