[Home]

Summary:ASTERISK-24342: PJSIP: Qualifying endpoints attempts to do them all at the same time.
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2014-09-19 17:20:43Date Closed:2014-12-09 08:03:49.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:SVN 12.5.1 13.0.0-beta2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description: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.
Comments: