[asterisk-bugs] [JIRA] (ASTERISK-26998) res_pjsip_session: INVITE retransmissions could still setup the same call again.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon May 15 14:43:59 CDT 2017


Richard Mudgett created ASTERISK-26998:
------------------------------------------

             Summary: res_pjsip_session: INVITE retransmissions could still setup the same call again.
                 Key: ASTERISK-26998
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26998
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip_session
    Affects Versions: 14.4.0, 13.15.0
            Reporter: Richard Mudgett


There is some leftover code that tries to defer processing an initial incoming INVITE to a session's serializer.  A change done for ASTERISK-26088 made it so the session's serializer is the same calculated distributor serializer the INVITE is supposed to be initially processed in.  Since we are already running in that serializer it is not necessary to defer the processing and doing so would cause the same call resetup problem the earlier change attempted to fix.

This problem will only express itself under load when the initial INVITE processing is delayed enough that retransmissions get queued in the backlog.  A symptom of the problem is a message containing "(key exists)" for an INVITE message is logged.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list