]> 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)
committerMike Bradeen <mbradeen@sangoma.com>
Thu, 5 Oct 2023 16:59:03 +0000 (16:59 +0000)
commit7369de127abb3481c1139c374b651a97584f7ff9
tree8c5a75d22e3a0b7eb59f5e5409572fea28022123
parent04183eb246897b8a7b4521efaf5ad8d920647cad
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
res/res_pjsip/pjsip_config.xml