mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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 4d5b479244)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							f83156f826
						
					
				
				
					commit
					2856a8e305
				
			| @@ -1902,7 +1902,8 @@ | ||||
| 					<synopsis>Timeout for qualify</synopsis> | ||||
| 					<description><para> | ||||
| 						If the contact doesn't respond to the OPTIONS request before the timeout, | ||||
| 						the contact is marked unavailable. | ||||
| 						the contact is marked unavailable. This includes time spent performing | ||||
| 						any required DNS lookup(s) prior to sending the OPTIONS. | ||||
| 						If <literal>0</literal> no timeout. Time in fractional seconds. | ||||
| 					</para></description> | ||||
| 				</configOption> | ||||
| @@ -2127,7 +2128,8 @@ | ||||
| 					<synopsis>Timeout for qualify</synopsis> | ||||
| 					<description><para> | ||||
| 						If the contact doesn't respond to the OPTIONS request before the timeout, | ||||
| 						the contact is marked unavailable. | ||||
| 						the contact is marked unavailable. This includes time spent performing | ||||
| 						any required DNS lookup(s) prior to sending the OPTIONS. | ||||
| 						If <literal>0</literal> no timeout. Time in fractional seconds. | ||||
| 					</para></description> | ||||
| 				</configOption> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user