It might be necessary to return 1
using the same example:
if not ksr.siputils.has_totag(): ksr.info("has to tag") return
if ksr.is_method("ACK"): if ksr.tm.t_check_trans(): ksr.relay() return else: return ksr.sl.send_reply(404, "Not here") return 1