<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><tt>Hi,<br>
        <br>
        I will look into that, thanks for the report.<br>
        <br>
        Regards,<br>
      </tt>
      <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
      On 28.07.2014 22:11, Jamuel Starkey wrote:<br>
    </div>
    <blockquote
      cite="mid:2C66C4AE-82CB-41DE-832B-7CB989DB3D83@hcvoip.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Thanks, Bogdan--great feature in 1.11.x &nbsp;I was originally looking
      in the 1.8.x man pages. &nbsp;
      <div><br>
      </div>
      <div>I just got 1.11.2 working here in dev and the feature works
        great. &nbsp;One question--any reason that if I &nbsp;xlog the
        $T_fr_timeout or $T_fr_inv_timeout variables they return 0
        whenever they were not explicitly set in the script instead of
        returning the default values that were set in the mod_param
        section for tm module?
        <div><br>
        </div>
        <div>In any case keep up the good work!
          <div><br>
            <div>
              <div>On Jul 28, 2014, at 10:49 AM, Bogdan-Andrei Iancu
                &lt;<a moz-do-not-send="true"
                  href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt;
                wrote:</div>
              <br class="Apple-interchange-newline">
              <blockquote type="cite">
                <meta http-equiv="Content-Type" content="text/html;
                  charset=ISO-8859-1">
                <div bgcolor="#FFFFFF" text="#000000">
                  <div class="moz-cite-prefix"><tt>Hi,<br>
                      <br>
                      fr_timeout is the interval between the request and
                      the first provisional reply - shortly, how long to
                      to wait for the first provisional reply.<br>
                      <br>
                      fr_inv_timeout is the interval between the request
                      and the final reply (2xx or negative) - shortly,
                      how long to wait for completing the transaction.<br>
                      <br>
                      So you can use different values for these 2 timers
                      for a transaction to get the desired behavior. <br>
                      <br>
                      Regards,<br>
                    </tt>
                    <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.opensips-solutions.com/">http://www.opensips-solutions.com</a></pre>
                    On 19.07.2014 07:53, Jamuel Starkey wrote:<br>
                  </div>
                  <blockquote
                    cite="mid:A6E32D32-1348-4B31-A9A7-5A135A00A324@hcvoip.com"
                    type="cite">
                    <pre wrap="">Hi,