Caution: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe
Daniel, first check and fix sys.exit) -> sys.exit() and sys,exit() -> sys.exit()
Replace sys.exit() with `return` to avoid abruptly stopping the Kamailio process.
try it:
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
regards!
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-leave@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender!
Edit mailing list options or unsubscribe: