mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
res_pjsip: improve realtime performance #2
The patch removes updating all Endpoints' status on startup. Instead, only non-qualified aors with static contact and non-qualified non-expired contacts are retrieved from the realtime to update the endpoint status to ONLINE. The endpoint name was added to the contact object to simply find the endpoint that created this contact. The status of endpoints with qualified aors will be updated by 'qualify' functions. ASTERISK-26061 #close Change-Id: Id324c1776fa55d3741e0c5457ecac0304cb1a0df
This commit is contained in:
@@ -1169,6 +1169,12 @@
|
||||
REGISTER requests and is not intended to be configured manually.
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="endpoint">
|
||||
<synopsis>Endpoint name</synopsis>
|
||||
<description><para>
|
||||
The name of the endpoint this contact belongs to
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="reg_server">
|
||||
<synopsis>Asterisk Server name</synopsis>
|
||||
<description><para>
|
||||
|
Reference in New Issue
Block a user