Hi. I read in "t_relay" doc:
-------- 0x02 - do not internally send a negative reply in case of failure. It applies only when the transaction is created. By default one is sent. Useful if you want to implement a serial forking in case of failure. --------
Could you please explain it a little more? I use failure_route with append_branch and before it OpenSer doesn't send back a negative reply to caller (in fct it would end the transaction). What the purpose of this bit option?
Thanks a lot.