[asterisk-bugs] [JIRA] (ASTERISK-27954) Queue Log "CONNECT" event incorrect "ringtime" value
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Fri Mar 22 10:51:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-27954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246620#comment-246620 ]
Richard Mudgett edited comment on ASTERISK-27954 at 3/22/19 10:51 AM:
----------------------------------------------------------------------
There was reported similar issue with wrong RINGNOANSWER and wrong ring time to second agent after first get unavailable
ASTERISK-22056
was (Author: mdalius):
There was reported similar issue with wrong RINGNOANSWER and wrong ring time to second agent after first get unavailable
https://issues.asterisk.org/jira/browse/ASTERISK-22056
> Queue Log "CONNECT" event incorrect "ringtime" value
> ----------------------------------------------------
>
> Key: ASTERISK-27954
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27954
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 13.22.0, 15.4.1
> Environment: Ubuntu 16.04 in docker container
> Reporter: Dmitry Ramenev
> Attachments: photo_2018-07-10_11-56-15.jpg, photo_2018-07-10_12-02-28.jpg
>
>
> Queue has *30 s* config timeout and *300 s* app timeout. It's using "ringall" strategy. There are 2 agents assigned to queue, for example chris (penalty=1) and dmitry (penalty=2).
> So, when queue having inbound call and when chris have been rejected this call after *17 s*, then the call will be received and answered by dmitry. For example he answering after *7 s*. We'll have in queue log: ENTERQUEUE => RINGNOANSWER(*17000*) => CONNECT(24, XXXX, *24*).
> It seems CONNECT event includes chris's ringtime / RINGNOANSWER time.
> But what if chris will be not available (paused)? Then dmitry first time rejects the call after *23 s* and after next call receiving - answering call. We'll have in queue log: ENTERQUEUE => RINGNOANSWER(*23000*) => CONNECT(34, XXXX, *4*).
> Why this time CONNECT event is not including dmitry's ringtime before reject? Should this event include all previous RINGNOANSWER time or it should include only last ring time?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list