<div dir="ltr">I am using t_on_failure("external_failure");<span class="gmail-Apple-tab-span" style="white-space:pre">     </span>t_on_reply("external_reply"); before calling do_routing function. I expected failure replies to go to failure_route[external_failure]  only but failure replies also going to onreply_route[external_reply] along with failure_route[external_failure]<div><br></div><div>Is there something wrong I am doing? </div></div>