mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
res_pjsip: improve realtime performance
This patch modified pjsip_options to retrieve only permament contacts for aor if the qualify_frequency is > 0 and persisted contacts if the qualify_frequency is > 0. This patch also fixed a bug in res_sorcery_astdb. res_sorcery_astdb doesn't save object data retrived from astdb. ASTERISK-25826 Change-Id: I1831fa46c4578eae5a3e574ee3362fddf08a1f05
This commit is contained in:
committed by
Joshua Colp
parent
380ac201ac
commit
cc4c5f5693
@@ -1095,6 +1095,13 @@
|
||||
If <literal>0</literal> no timeout. Time in fractional seconds.
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="authenticate_qualify" default="no">
|
||||
<synopsis>Authenticates a qualify request if needed</synopsis>
|
||||
<description><para>
|
||||
If true and a qualify request receives a challenge or authenticate response
|
||||
authentication is attempted before declaring the contact available.
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="outbound_proxy">
|
||||
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
|
||||
<description><para>
|
||||
|
Reference in New Issue
Block a user