[asterisk-bugs] [JIRA] (ASTERISK-24342) PJSIP: Qualifying endpoints attempts to do them all at the same time.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Fri Sep 19 17:22:28 CDT 2014


Richard Mudgett created ASTERISK-24342:
------------------------------------------

             Summary: PJSIP: Qualifying endpoints attempts to do them all at the same time.
                 Key: ASTERISK-24342
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24342
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip
    Affects Versions: 12.5.1
            Reporter: Richard Mudgett


OPTIONS messages are sent out periodically to qualify an endpoint.  If you have a lot of endpoints to qualify, the OPTIONS messages are sent out all at once and can flood the link or overload the server.  The qualify start timers need to be staggered to spread the messages out.

The simplest way to stagger the different endpoint qualify polls with respect to each other would be to pick a random initial poll time.



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



More information about the asterisk-bugs mailing list