Hi team:
uac kamailio uas --> invite --> invite <-- 200 ok <-- 484 bye --->
Here is my reply_route:
onreply_route[MANAGE_REPLY] { xdbg("incoming reply\n"); if(status=~"[12][0-9][0-9]") { route(NATMANAGE); } if ($rs == 200) { t_reply("484", "Address Incomplete"); if (!t_cancel_callid("$ci", "$cs", "0", "200")) { xerr("t_cancel_callid failed\n"); } return; } return; }
but not woking.
Thanks!
Han 2025-06-17