[asterisk-bugs] [JIRA] (ASTERISK-26117) Agent gets auto-pauses if SIP client re-registers when call is placed

Richard Miller (JIRA) noreply at issues.asterisk.org
Thu Jun 16 13:36:56 CDT 2016


Richard Miller created ASTERISK-26117:
-----------------------------------------

             Summary: 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: 13.9.1, 11.22.0
            Reporter: Richard Miller
            Severity: Minor


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