summaryrefslogtreecommitdiff
path: root/configs/cdr_pgsql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/cdr_pgsql.conf.sample')
-rw-r--r--configs/cdr_pgsql.conf.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/cdr_pgsql.conf.sample b/configs/cdr_pgsql.conf.sample
index 7a909105f..286baab42 100644
--- a/configs/cdr_pgsql.conf.sample
+++ b/configs/cdr_pgsql.conf.sample
@@ -10,6 +10,7 @@
;dbname=asterisk
;password=password
;user=postgres
-;table=cdr ;SQL table where CDRs will be inserted
-;encoding=LATIN9 ; Encoding of logged characters in Asterisk
-;timezone=UTC ; Uncomment if you want datetime fields in UTC/GMT
+;appname=asterisk ; Postgres application_name support (optional). Whitespace not allowed.
+;table=cdr ; SQL table where CDRs will be inserted
+;encoding=LATIN9 ; Encoding of logged characters in Asterisk
+;timezone=UTC ; Uncomment if you want datetime fields in UTC/GMT