mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
cel_pgsl: Add support for GMT timestamps
This patch adds a new option to cel_pgsl, "usegmtime", which causes timestamps to be logged in GMT. Review: https://reviewboard.asterisk.org/r/4571/ ASTERISK-23186 #close Reported by: Rodrigo Ramirez Norambuena patches: cel_pgsql.c_add_usegmtime2.patch submitted by Rodrigo Ramirez Norambuena (License 6577) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -59,10 +59,13 @@
|
||||
;
|
||||
;show_user_defined=yes
|
||||
|
||||
; Log date/time in GMT. The default of this option is 'no'.
|
||||
;usegmtime=yes
|
||||
|
||||
;hostname=localhost
|
||||
;port=5432
|
||||
;dbname=asterisk
|
||||
;password=password
|
||||
;user=postgres
|
||||
;table=cel ;SQL table where CEL's will be inserted
|
||||
;appname=asterisk ; Postgres application_name support (optional). Whitespace not allowed.
|
||||
;appname=asterisk ; Postgres application_name support (optional). Whitespace not allowed.
|
||||
|
||||
Reference in New Issue
Block a user