Hi, since few days ago I have many problems with the redirections in kamailio (3.1.1).<br><br>The blind forwarding works fine, but the redirection don&#39;t.<br><br>Here&#39;s my code:<br><br>failure_route[FAIL_ONE] {<br>xlog(&quot;L_INFO&quot;, &quot;entering failure_route for reply code $T_reply_code\n&quot;);<br>
<br>        if (is_method(&quot;INVITE&quot;) &amp;&amp; (isbflagset(FLB_NATB) || isflagset(FLT_NATS))) {<br>                unforce_rtp_proxy();<br>        }<br><br>        if (t_is_canceled()) {<br>                exit;<br>
        }<br><br>      if (t_check_status(&quot;486|408|302&quot;))<br>        {<br>                xlog(&quot;L_NOTICE&quot;, &quot;r[FAIL] / &amp;ru TimeOut or Busy\n&quot;);<br><br>                if(avp_db_load(&quot;$ru/username&quot;,&quot;$avp(s:callbusy)&quot;))<br>
                {<br>                        xlog(&quot;L_NOTICE&quot;, &quot;Callbusy activado!\n&quot;);<br>                        avp_pushto (&quot;$ru&quot;,&quot;$avp(s:callbusy)&quot;);<br>                        xlog(&quot;Redireccionando a $ru&quot;);<br>
                        km_append_branch();<br>                        route(CONSISTENCIA);<br>                }<br>               t_relay();<br>        }<br>}<br><br>route[CONSISTENCIA]<br>{<br>      xlog(&quot;L_NOTICE&quot;, &quot;KAM-INFO: r[CONSISTENCIA] / - CONSISTENCY FOR FORWARDINGS \n&quot;);<br>
        route(NAT);<br>        route(ALIAS);<br> }<br><br>When I make a call to a contact that is using the phone in this moment, i receive a 302 status code, instead of 486.<br><br>The big problem is this, I make the call, the forwarding works well and call rings in the right destination but i can&#39;t hear anything until the primary destination terminates the call.<br>
<br>Any help will be apreciated.<br><br>Best regards.<br>