Re: How to reply 484 to uac, and send bye to uas
Alex Balashov via sr-users <[email protected]>
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <[email protected]> |
Hi Han, I do not think Kamailio can do what you want it to do. Cheers, -- Alex > On Jun 17, 2025, at 9:32 AM, 13715209697--- via sr-users <[email protected]> wrote: > > 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 > __________________________________________________________ > Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] > To unsubscribe send an email to [email protected] > Important: keep the mailing list in the recipients, do not reply only to the sender! -- Alex Balashov Principal Consultant Evariste Systems LLC Web: https://evaristesys.com, https://www.csrpswitch.com Tel: +1-706-510-6800 __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!