[Home]

Summary:ASTERISK-15281: [patch] cdr_mysql driver does not have an option to log in GMT time
Reporter:Brendan Ragan (lordmortis)Labels:
Date Opened:2009-12-05 03:59:55.000-0600Date Closed:2010-01-11 15:09:11.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
is related toASTERISK-24494 Setting timezone option in cdr_mysql to UTC has no effect
Environment:Attachments:( 0) patch
( 1) patch2
Description:the usegmtime does not work in cdr_mysql, the module keeps logging in the machine's local time.
Comments:By: Brendan Ragan (lordmortis) 2009-12-05 04:02:53.000-0600

... and here is a patch that I made to fix the issue.

By: Paul Belanger (pabelanger) 2009-12-05 14:33:20.000-0600

Any new options should also be documented in the .conf file.

By: Brendan Ragan (lordmortis) 2009-12-09 00:15:00.000-0600

Ack, didn't upload it as a code/documentation submission (which it is)

New options added to conf file example and patch for that is "patch2"

By: Digium Subversion (svnbot) 2010-01-11 15:03:47.000-0600

Repository: asterisk
Revision: 239152

U   trunk/addons/cdr_mysql.c
U   trunk/configs/cdr_mysql.conf.sample

------------------------------------------------------------------------
r239152 | tilghman | 2010-01-11 15:03:46 -0600 (Mon, 11 Jan 2010) | 4 lines

Permit dates and times to be stored in timezones other than the default (typically, UTC)
(closes issue ASTERISK-15281)
Reported by: lordmortis

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=239152

By: Digium Subversion (svnbot) 2010-01-11 15:07:26.000-0600

Repository: asterisk-addons
Revision: 1089

U   branches/1.6.0/cdr/cdr_addon_mysql.c
U   branches/1.6.0/configs/cdr_mysql.conf.sample

------------------------------------------------------------------------
r1089 | tilghman | 2010-01-11 15:07:25 -0600 (Mon, 11 Jan 2010) | 7 lines

Restore usegmtime option.
(closes issue ASTERISK-15281)
Reported by: lordmortis
Patches:
      patch uploaded by lordmortis (license 944)
      patch2 uploaded by lordmortis (license 944)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=1089

By: Digium Subversion (svnbot) 2010-01-11 15:08:17.000-0600

Repository: asterisk-addons
Revision: 1090

U   branches/1.6.1/cdr/cdr_addon_mysql.c
U   branches/1.6.1/configs/cdr_mysql.conf.sample

------------------------------------------------------------------------
r1090 | tilghman | 2010-01-11 15:08:17 -0600 (Mon, 11 Jan 2010) | 7 lines

Restore usegmtime option.
(closes issue ASTERISK-15281)
Reported by: lordmortis
Patches:
      patch uploaded by lordmortis (license 944)
      patch2 uploaded by lordmortis (license 944)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=1090

By: Digium Subversion (svnbot) 2010-01-11 15:09:11.000-0600

Repository: asterisk-addons
Revision: 1091

U   branches/1.6.2/cdr/cdr_addon_mysql.c
U   branches/1.6.2/configs/cdr_mysql.conf.sample

------------------------------------------------------------------------
r1091 | tilghman | 2010-01-11 15:09:10 -0600 (Mon, 11 Jan 2010) | 7 lines

Restore usegmtime option.
(closes issue ASTERISK-15281)
Reported by: lordmortis
Patches:
      patch uploaded by lordmortis (license 944)
      patch2 uploaded by lordmortis (license 944)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk-addons?view=rev&revision=1091