<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10px"><div dir="ltr" id="yui_3_16_0_1_1423878234088_4652">Hello,</div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653"><br></div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653">I am getting occasional timeouts from a LNP server and I would like to be able to gracefully handle that event. Currently I dip the server using t_on_reply:</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" id="yui_3_16_0_1_1423878234088_4779"><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style="">rewritehostport("192.168.1.1");</div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style=""><span class="" style="white-space:pre">                </span>t_on_reply("dip_reply");</div></blockquote><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style=""><br class="" style=""></div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style="">I have an on_reply_route[dip_reply] block which parses the Contact header, etc. I have been reading up on t_on_failure but it appears that it might override the t_on_reply since the response from the LNP server is a 302. Can I keep my t_on_reply and prepare a route if the INVITE I send times out? I have set "fr_timer" to 3 using modparam.</div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style=""><br></div><div dir="ltr" id="yui_3_16_0_1_1423878234088_4653" class="" style="">thanks!</div></div></body></html>