]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: update qualify_timeout documentation with DNS note
authorMike Bradeen <mbradeen@sangoma.com>
Tue, 26 Sep 2023 19:19:27 +0000 (13:19 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:12 +0000 (18:32 +0000)
commit893483f915741d5ec0bf00c5f0a7f8b95843599a
tree113730b72d11250ae0890fd27645abb5e2ecb260
parentc58d5e9190e5360082dc0dab70ecd9023cb23351
res_pjsip: update qualify_timeout documentation with DNS note

The documentation on qualify_timeout does not explicitly state that the timeout
includes any time required to perform any needed DNS queries on the endpoint.

If the OPTIONS response is delayed due to the DNS query, it can still render an
endpoint as Unreachable if the net time is enough for qualify_timeout to expire.

Resolves: #352
(cherry picked from commit 323a51fd6c0ff18c16702138e5e8aff3529ebf57)
res/res_pjsip/pjsip_config.xml