<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Can you try the variant with dlg_set_timeout() after applying the
    next patch?<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/kamailio/kamailio/commit/a41eab6bedf670f9f34f069b82a85c3a49c5e1bd">https://github.com/kamailio/kamailio/commit/a41eab6bedf670f9f34f069b82a85c3a49c5e1bd</a><br>
    <br>
    Report back if it works ok in order to decide to backport it.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 22/12/14 12:25, Daniel-Constantin
      Mierla wrote:<br>
    </div>
    <blockquote cite="mid:5497FFA7.2050104@gmail.com" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      Have you set the timeout avp in the onreply_route[abc]?<br>
      <br>
      Cheers,<br>
      Daniel<br>
      <br>
      <div class="moz-cite-prefix">On 20/12/14 09:36, Pars3c wrote:<br>
      </div>
      <blockquote
cite="mid:CAHSvfwjnYJSh7XjQ44N-f6NPOuPT_Wvik8dh8trZvKNYNvz3Gw@mail.gmail.com"
        type="cite">Any ideas for this error?
        <div><br>
        </div>
        <div>Thanks<br>
          <br>
          Il martedì 16 dicembre 2014, Pars3c <<a
            moz-do-not-send="true" href="mailto:pars3c@gmail.com">pars3c@gmail.com</a>>

          ha scritto:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi , i try
            it with <font><span
                style="background-color:rgba(255,255,255,0)">onreply_route[abc]

                 but i have the same results ".. Bogus dialog..."</span></font><br>
            <br>
            Il martedì 16 dicembre 2014, Daniel-Constantin Mierla <<a
              moz-do-not-send="true"
              href="javascript:_e(%7B%7D,'cvml','miconda@gmail.com');"
              target="_blank">miconda@gmail.com</a>> ha scritto:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000"> Try using
                onreply_route[abc] set with t_on_reply("abc") and
                eventually with avp -- the onreply_route without a name
                is executed from core and the avps for transaction (used
                by tm and dialog) are not available yet.<br>
                <br>
                Cheers,<br>
                Daniel<br>
                <br>
                <div>On 16/12/14 08:48, pars3c wrote:<br>
                </div>
                <blockquote type="cite">
                  <div>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a">Also


                        with dlg_manage() i’ve the same error :</span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a">“CRITICAL:


                        dialog [dlg_timer.c:205]: update_dlg_timer():
                        Trying to update a bogus dlg tl=0xb5d8c8fc
                        tl->next=(nil) tl->prev=(nil)</span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a">16(5114)


                        ERROR: dialog [dlg_hash.c:1101]:
                        update_dlg_timeout(): failed to update dialog
                        lifetime”</span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a"> </span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a"> </span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a">My


                        route is this:</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">onreply_route 

                        {</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">             

                      </span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">      

                        if (is_method("INVITE") && status ==
                        "200") {</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">                    


                        ################################   CONNECT</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">                    
$dlg_var(shift_c)=(str)((int)$dlg_var(c_time)-(int)$dlg_var(invite_time));</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">      

                      </span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">                    


                        dlg_set_timeout("1800");</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">                    


                        xlog("L_INFO","200OK UPDATE TIMEOUT -
                        timeout:$dlg(lifetime)-- \n");</span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas"> </span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas"> </span></p>
                    <p class="MsoNormal" style="text-autospace:none"><span
                        style="font-size:10.0pt;font-family:Consolas">             

                        }</span></p>
                    <p class="MsoNormal"><span
                        style="font-size:10.0pt;font-family:Consolas">}</span></p>
                    <p class="MsoNormal"><span
                        style="font-size:10.0pt;font-family:Consolas"> </span></p>
                    <p class="MsoNormal"><span
                        style="font-size:10.0pt;font-family:Consolas">Any

                        ideas ?</span></p>
                    <p class="MsoNormal"><span
                        style="font-size:10.0pt;font-family:Consolas">Thanks</span><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a"></span></p>
                    <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#44546a"> </span></p>
                    <div style="border:none;border-top:solid #b5c4df
                      1.0pt;padding:3.0pt 0cm 0cm 0cm">
                      <p class="MsoNormal"><b><span>Da:</span></b><span>
                          Pars3c [<a moz-do-not-send="true">mailto:pars3c@gmail.com</a>]
                          <br>
                          <b>Inviato:</b> lunedì 15 dicembre 2014 22:04<br>
                          <b>A:</b> Kamailio (SER) - Users Mailing List<br>
                          <b>Oggetto:</b> Re: Dialog update timeout</span></p>
                    </div>
                    <p class="MsoNormal"> </p>
                    <p class="MsoNormal">I should try it. I update you</p>
                    <div>
                      <p class="MsoNormal">Thanks<br>
                        <br>
                        Il lunedì 15 dicembre 2014, Alex Balashov <<a
                          moz-do-not-send="true">abalashov@evaristesys.com</a>>


                        ha scritto:</p>
                      <p class="MsoNormal" style="margin-bottom:12.0pt">On

                        12/15/2014 04:01 PM, Pars3c wrote:</p>
                      <p class="MsoNormal">Yes, i track the dialog
                        setting the flag on the initial invite</p>
                      <p class="MsoNormal"><br>
                        Do you get any different results if you call
                        dlg_manage() instead?<br>
                        <br>
                        -- <br>
                        Alex Balashov - Principal<br>
                        Evariste Systems LLC<br>
                        235 E Ponce de Leon Ave<br>
                        Suite 106<br>
                        Decatur, GA 30030<br>
                        United States<br>
                        <br>
                        Tel: +1-678-954-0670<br>
                        Web: <a moz-do-not-send="true"
                          href="http://www.evaristesys.com/"
                          target="_blank">http://www.evaristesys.com/</a>,
                        <a moz-do-not-send="true"
                          href="http://www.alexbalashov.com/"
                          target="_blank">http://www.alexbalashov.com/</a><br>
                        <br>
                        _______________________________________________<br>
                        SIP Express Router (SER) and Kamailio (OpenSER)
                        - sr-users mailing list<br>
                        <a moz-do-not-send="true">sr-users@lists.sip-router.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users"
                          target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></p>
                    </div>
                  </div>
                  <br>
                  <fieldset></fieldset>
                  <br>
                  <pre>_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a moz-do-not-send="true">sr-users@lists.sip-router.org</a>
<a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
                </blockquote>
                <br>
                <pre cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a></pre>
              </div>
            </blockquote>
          </blockquote>
        </div>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>