[asterisk-bugs] [JIRA] (ASTERISK-28333) StasisEnd event makes wrong timestamp value
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Tue Mar 19 09:28:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246599#comment-246599 ]
Friendly Automation commented on ASTERISK-28333:
------------------------------------------------
Change 11133 merged by George Joseph:
res/res_stasis: Fixed wrong StasisEnd timestamp
[https://gerrit.asterisk.org/c/asterisk/+/11133|https://gerrit.asterisk.org/c/asterisk/+/11133]
> 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
> Assignee: 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