MANAGE_REPLY is called from there:
route[RELAY] {
if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) { if(!t_is_set("branch_route")) t_on_branch("MANAGE_BRANCH"); } *if (is_method("INVITE|SUBSCRIBE|UPDATE")) { if(!t_is_set("onreply_route")) t_on_reply("MANAGE_REPLY"); }* if (is_method("INVITE")) { if(!t_is_set("failure_route")) t_on_failure("MANAGE_FAILURE"); }
if (!t_relay()) { sl_reply_error(); } exit; }
so...
--- I'm SoCIaL, MayBe
El 5/06/2025 a las 10:55 a. m., Guilherme via sr-users escribió:
Hello, I tried commenting it out, but if I do that, then the "MANAGE_REPLY" is never reached, so I think that the call doesn't even reach the terminating side.
Regards, Gui __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions --sr-users@lists.kamailio.org To unsubscribe send an email tosr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!