[asterisk-bugs] [JIRA] (ASTERISK-26117) [patch] app_queue: Agent gets auto-pauses if SIP client re-registers when call is placed
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Jun 16 17:39:57 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231054#comment-231054 ]
Rusty Newton edited comment on ASTERISK-26117 at 6/16/16 5:39 PM:
------------------------------------------------------------------
I see you marked the issue as regression, though I don't see an indication that previous versions worked the way you want it to work (which is probably a good way for it to work). Are you sure this was working differently in previous versions of 11 or 13? Was the regression mark a mistake?
Once you've followed the Code Review process [1] and submitted your code to Gerrit [2] be sure to edit this JIRA issue and add the Gerrit review URL in the appropriate field.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review
[2] https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage
was (Author: rnewton):
I see you marked the issue as regression, though I don't see an indication that previous versions worked the way you want it to work (which is probably a good way for it to work). Are you sure this was working differently in previous versions of 11 or 13?
Once you've followed the Code Review process [1] and submitted your code to Gerrit [2] be sure to edit this JIRA issue and add the Gerrit review URL in the appropriate field.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review
[2] https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage
> [patch] app_queue: Agent gets auto-pauses if SIP client re-registers when call is placed
> ----------------------------------------------------------------------------------------
>
> Key: ASTERISK-26117
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26117
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 11.22.0, 13.9.1
> Reporter: Richard Miller
> Assignee: Rusty Newton
> Severity: Minor
> Attachments: app_queue-11.22.0.diff, app_queue-13.9.1.diff
>
>
> If a SIP client happens to be re-registering at the very instant a call is being dispatched, an agent can get put on auto-pause. Rather than trying to address this in the SIP channel driver, a simple workaround is to not enable the auto-pause option unless the elapsed time is greater than one second.
> [06-03 07:19:51.004] VERBOSE[4040] chan_sip.c: [06-03 07:19:51.004] -- Registered SIP '6341' at 4.26.209.2:14238
> [06-03 07:19:51.062] VERBOSE[28491][C-00000bc4] netsock2.c: [06-03 07:19:51.062] == Using SIP RTP TOS bits 184
> [06-03 07:19:51.062] VERBOSE[28491][C-00000bc4] netsock2.c: [06-03 07:19:51.062] == Using SIP RTP CoS mark 5
> [06-03 07:19:51.063] VERBOSE[28491][C-00000bc4] app_queue.c: [06-03 07:19:51.063] -- Called SIP/6341
> [06-03 07:19:51.103] VERBOSE[28491][C-00000bc4] app_queue.c: [06-03 07:19:51.103] -- Nobody picked up in 0 ms
> [06-03 07:19:51.108] VERBOSE[4040] chan_sip.c: [06-03 07:19:51.108] -- Unregistered SIP '6341'
> [06-03 07:19:51.225] VERBOSE[4040] chan_sip.c: [06-03 07:19:51.225] -- Registered SIP '6341' at 4.26.209.2:14238
> [06-03 07:19:51.276] VERBOSE[28491][C-00000bc4] app_queue.c: [06-03 07:19:51.276] -- Auto-Pausing Queue Member SIP/6341 in all queues since they failed to answer on queue XXXXX
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list