[asterisk-bugs] [JIRA] (ASTERISK-28333) StasisEnd event makes wrong timestamp value
sungtae kim (JIRA)
noreply at issues.asterisk.org
Sun Mar 10 17:49:47 CDT 2019
sungtae kim created ASTERISK-28333:
--------------------------------------
Summary: StasisEnd event makes wrong timestamp value
Key: ASTERISK-28333
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28333
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_stasis
Affects Versions: 16.2.1
Reporter: sungtae kim
Severity: Minor
The timestamp for the StasisEnd event uses ast_json_timeval(ast_tvnow(), NULL). But this makes wrong timestamp.
Because other ari event(ChannelDestroyed) uses channel's timestamp, sometimes the StasisEnd's timestamp is later than ChannelDestroyed event which is not correct.
It is very tiny timestamp different(0.002 sec), but it makes hard to use(depends on) the event's timestamp.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list