cdr_pgsql.conf.sample 597 B

12345678910111213141516
  1. ; Sample Asterisk config file for CDR logging to PostgresSQL
  2. ;
  3. ; Note that you can use TLS connections to your database server.
  4. ; This is configured for your PostgreSQL client installation
  5. ; on this system (check for pgsessions.conf)
  6. [global]
  7. ;hostname=localhost
  8. ;port=5432
  9. ;dbname=asterisk
  10. ;password=password
  11. ;user=postgres
  12. ;appname=asterisk ; Postgres application_name support (optional). Whitespace not allowed.
  13. ;table=cdr ;SQL table where CDRs will be inserted
  14. ;encoding=LATIN9 ; Encoding of logged characters in Asterisk
  15. ;timezone=UTC ; Uncomment if you want datetime fields in UTC/GMT