Hello,<br><br>I have a problem with my openser.cfg file, and especially with the way I should deal with the fr_inv_timer. I can't get it to work in my openser.cfg file, and every time the timer ends I get the following error:
<br><br> 6(21521) ERROR:tm:t_forward_nonack: no branch for forwarding<br> 6(21521) ERROR:tm:w_t_relay: t_forward_nonack failed<br><br>The error occurs in a route bloc :<br><br>route[1] {<br> xlog("L_INFO", "INFO: route1 with r-URI $ru\n");
<br><br> xlog("L_INFO", "test 14 : if(isflagset(2)) (line 200)\n");<br> if(isflagset(2)){<br> xlog("L_INFO", "-----> TRUE ,if the flag is set to 2, it calls t_on_failure\n");
<br> t_on_failure("1");<br> t_relay();<br> exit;<br> }<br><br> xlog("L_INFO", "EXECUTION test 15 : if (!t_relay()) (ligne 206)\n");<br>
if (!t_relay()) {<br> xlog("L_INFO", "---------> TRUE\n");<br> sl_reply_error();<br> };<br><br> exit;<br>}<br><br>I have a log message at the beginning of failure_route[1] that shows that it is not entered before the error occurs.
<br><br>Could you tell me what's wrong ?<br><br>Thank you very much,<br><br>Antoine<br>