<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Olle E. Johansson wrote:
<blockquote cite="mid:A4992082-618E-47F0-9DAF-E63ECEB02F7C@edvina.net"
 type="cite">
  <pre wrap="">18 jun 2009 kl. 19.14 skrev Eduardo Nunes Pereira:

  </pre>
  <blockquote type="cite">
    <pre wrap="">But, do the "qualify" equal "yes" have a influence over that rule ?  
forgive my knowledge about asterisk internals, but "qualify" option  
is used to send OPTIONS packages ? [ qualify=no ]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The RFC says estimated round trip time or 500 ms for T1. We use the  
result from the OPTIONs request as the estimated round trip time to be  
able to speed up failure situations instead of waiting up to 64*500 ms.

  </pre>
</blockquote>
If qualify is on and in sip.conf&nbsp; t1min is set to 500ms, it will not
use calculated round trip time. <br>
<br>
(dialog-&gt;timer_t1 = peer-&gt;lastms &lt; global_t1min ? global_t1min
: peer-&gt;lastms;)<br>
<br>
t1min is usefull for some devices which is not able to response as
quickly as calculated round trip time (grandstream gxp2000 had
problems) <br>
</body>
</html>