<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Verdana,sans-serif" color="#000000">Hi,</font><div><font face="Verdana,sans-serif" color="#000000"><br></font></div><div><font face="Verdana,sans-serif" color="#000000">The destination node is down. By adding the following code Kamailo re-routing INVITE to a new destination after getting 408 timeout (as below). <br id="FontBreak"></font><div><font face="Verdana,sans-serif" color="#000000"><br></font></div><div><font face="Verdana,sans-serif" color="#000000"><br></font></div><div><font color="#000000"><div style="font-family: 'Courier New', sans-serif;">failure_route[MANAGE_FAILURE]</div><div style="font-family: 'Courier New', sans-serif;">{</div><div style="font-family: 'Courier New', sans-serif;"><div>   if (t_branch_timeout())</div><div>   {</div><div>      # change to new destination IP</div><div><span style="font-size: 12pt;">      $rd = "10.10.10.10";</span></div><div><span style="font-size: 12pt;">      t_relay();</span></div><div>      exit;</div><div>   }</div></div><div style="font-family: 'Courier New', sans-serif;">...</div><div style="font-family: 'Courier New', sans-serif;">}</div><div style="font-family: 'Courier New', sans-serif;"><br></div><div><font face="Verdana, sans-serif">However, the ACK message coming from source is still being send to the old destination. How can I reroute other messages in the dialog to be sent to this new destination.. </font></div><div><font face="Verdana, sans-serif"><br></font></div><div><font face="Verdana, sans-serif">Thank,</font></div><div><font face="Verdana, sans-serif"><br></font></div><div><font face="Verdana, sans-serif">AS</font></div></font></div></div>                                        </div></body>
</html>