[asterisk-bugs] [Asterisk 0015000]: [patch] CoreStatus Data
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 26 15:20:09 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15000
======================================================================
Reported By: sum
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15000
Category: Core/ManagerInterface
Reproducibility: always
Severity: text
Priority: normal
Status: new
Asterisk Version: 1.6.2.0-beta1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-29 19:14 CDT
Last Modified: 2009-05-26 15:20 CDT
======================================================================
Summary: [patch] CoreStatus Data
Description:
The time in CoreStatus Response is the absolute time, not the relative
time
Example:
Action: CoreStatus
Response: Success
CoreStartupTime: 15:09:18
CoreReloadTime: 02:04:14
CoreCurrentCalls: 0
15:09 was yesterday
2:04 is today
======================================================================
----------------------------------------------------------------------
(0105457) svnbot (reporter) - 2009-05-26 15:20
https://issues.asterisk.org/view.php?id=15000#c105457
----------------------------------------------------------------------
Repository: asterisk
Revision: 196907
U trunk/main/manager.c
------------------------------------------------------------------------
r196907 | seanbright | 2009-05-26 15:20:09 -0500 (Tue, 26 May 2009) | 10
lines
Include startup and reload date in the CoreStatus manager message.
The CoreStartupTime and CoreReloadTime name/value pairs in the CoreStatus
response message only included the time and not the date. This patch,
inspired by the reporter's patch, adds 2 new fields - CoreStartupDate and
CoreReloadDate - which contain the date portion of these values.
(closes issue https://issues.asterisk.org/view.php?id=15000)
Reported by: sum
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=196907
Issue History
Date Modified Username Field Change
======================================================================
2009-05-26 15:20 svnbot Checkin
2009-05-26 15:20 svnbot Note Added: 0105457
======================================================================
More information about the asterisk-bugs
mailing list