[asterisk-bugs] [JIRA] (ASTERISK-19820) wrapuptime is intermittently disregarded for queue calls

Taylor Solazzo (JIRA) noreply at issues.asterisk.org
Thu Dec 27 14:18:45 CST 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-19820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=200981#comment-200981 ] 

Taylor Solazzo commented on ASTERISK-19820:
-------------------------------------------

Another occurrence today. Since last entry, all queues have been lowered to a wrap-up time of five minutes. 
{code}
1356629069|1356628995.17178|3012|NONE|DID|8775784000      - 4142890890 Calls 877# @ 17:24:29
1356629069|1356628995.17178|3012|NONE|ENTERQUEUE||4142890890|1     -  4142890890 Enters queue at 17:24:29
1356629071|1356628995.17178|3012|SIP/2339|RINGNOANSWER|2000      - 4142890890 Rings device SIP/2339 with no answer @ 17:24:31
1356629089|1356628995.17178|3012|SIP/2340|CONNECT|20|1356629082.17182|6   -4142890890 connects with SIP/2340 @ 17:24:49

1356629446|1356628995.17178|3012|SIP/2340|COMPLETECALLER|20|357|1  - 4142890890 ends with SIP/2340 @ 17:30:46

1356629445|1356629417.17188|3016|NONE|DID|8775784000  - 3035018834 Calls 877 # @ 17:30:45
1356629445|1356629417.17188|3016|NONE|ENTERQUEUE||3035018834|1  -3035018834 Enters queue @ 17:30:45
1356629448|1356629417.17188|3016|SIP/2162|RINGNOANSWER|3000 - 3035018834 Rings device SIP/2162 @ 17:30:48

1356629467|1356629417.17188|3016|SIP/2340|CONNECT|22|1356629448.17191|17 3035018834 connects with SIP/2340 @ 17:31:07  

1356630048|1356629417.17188|3016|SIP/2340|COMPLETECALLER|22|581|1  -3035018834 ends with SIP/2340 @ 17:40:48
{code}
                
> wrapuptime is intermittently disregarded for queue calls
> --------------------------------------------------------
>
>                 Key: ASTERISK-19820
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19820
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: 1.8.11.1
>         Environment: Linux 2.6.18-194.el5 x86_64
>            Reporter: WRP
>         Attachments: ignored_wrap_up.tar.gz
>
>
> app_queue occasionally sends a call to an agent before their wrap up time has expired from their previous call. Here is our queue configuration:
> {code:title=queues.conf (partial)}
> [3008]
> announce-frequency=300
> announce-holdtime=no
> announce-position=yes
> autofill=no
> eventmemberstatus=yes
> eventwhencalled=yes
> joinempty=yes
> leavewhenempty=no
> maxlen=150
> monitor-type=mixmonitor
> monitor-format=wav49
> music=main03282011
> periodic-announce-frequency=0
> queue-callswaiting=queue-callswaiting
> queue-thankyou=queue-thankyou
> queue-thereare=queue-thereare
> queue-youarenext=queue-youarenext
> reportholdtime=no
> retry=5
> ringinuse=no
> servicelevel=60
> strategy=rrmemory
> timeout=30
> timeoutrestart=yes
> weight=0
> wrapuptime=240
> {code}
> Here is an example of a call that rang an agent 9 seconds after their previous call (wrapuptime=240):
> {code:title=queue_log}
> 1334934705|1334934313.167719|3008|SIP/2201|CONNECT|341|1334934701.167743|3
> 1334934850|1334934821.167753|3000|NONE|ENTERQUEUE||2092201908|1
> 1334935785|1334934313.167719|3008|SIP/2201|COMPLETECALLER|341|1080|7
> 1334935794|1334934845.167754|3008|SIP/2201|RINGNOANSWER|4000
> {code}
> {code:title=full log}
> [2012-04-20 08:29:40] VERBOSE[24896] app_queue.c:     -- Called SIP/2261
> [2012-04-20 08:29:40] VERBOSE[24896] app_queue.c:     -- SIP/2261-00022a6c is ringing
> [2012-04-20 08:29:50] VERBOSE[24896] app_queue.c:     -- SIP/2261-00022a6c is busy
> [2012-04-20 08:29:50] VERBOSE[24896] app_queue.c:     -- Nobody picked up in 10000 ms
> [2012-04-20 08:29:50] VERBOSE[24896] netsock2.c:   == Using SIP RTP TOS bits 184
> [2012-04-20 08:29:50] VERBOSE[24896] netsock2.c:   == Using SIP RTP CoS mark 5
> [2012-04-20 08:29:50] VERBOSE[24896] app_queue.c:     -- Called SIP/2201
> [2012-04-20 08:29:50] VERBOSE[24896] app_queue.c:     -- SIP/2201-00022a6d is ringing
> [2012-04-20 08:29:54] VERBOSE[24896] app_queue.c:     -- SIP/2201-00022a6d is busy
> [2012-04-20 08:29:54] VERBOSE[24896] app_queue.c:     -- Nobody picked up in 4000 ms
> [2012-04-20 08:29:59] VERBOSE[24896] netsock2.c:   == Using SIP RTP TOS bits 184
> [2012-04-20 08:29:59] VERBOSE[24896] netsock2.c:   == Using SIP RTP CoS mark 5
> [2012-04-20 08:29:59] VERBOSE[24896] app_queue.c:     -- Called SIP/2281
> [2012-04-20 08:30:00] VERBOSE[24896] app_queue.c:     -- SIP/2281-00022a6e is ringing
> [2012-04-20 08:30:03] VERBOSE[24896] app_queue.c:     -- SIP/2281-00022a6e answered SIP/coloCUBE-00022a4e
> {code}
> This is happening a few times a week.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list