<div dir="ltr">Hi all,<div><br></div><div>I'm having issues using flags in a t_branch_timeout()  of failure_route{}</div><div><br></div><div>A brief summary of the code -</div><div><br></div><div>onreply_route{</div><div>    setflag(14);</div><div>}<br></div><div><br></div><div>failure_route {<br></div><div>    if (t_branch_timeout()) {</div><div>       xlog("L_ALERT","t_branch_timeout()\n$mb");</div><div><div><span class="" style="white-space:pre">    </span>if (isflagset(14)) {</div><div><span class="" style="white-space:pre">           </span>xlog("L_ALERT","isflagset(14) - YES\n$mb");</div><div><span class="" style="white-space:pre">        </span>}</div></div><div>    }<br></div><div>}<br></div><div><br></div><div>The call flow is below, t_branch_timeout() is being triggered when the 200 OK is not ACK'd</div><div><br></div><div>-- INVITE -></div><div><- 100 Trying -- </div><div><- 180 Ringing --</div><div><- 200 OK --</div><div><- 200 OK --<br></div><div><- 200 OK --<br></div><div><- 200 OK --<br></div><div><br></div><div>I can attempt to create a minimal .cfg if anyone wishes to replicate it, assuming I'm not missing something stupid.</div><div><br></div><div>Thanks,</div><div><br></div><div>Matthew</div></div>