How to reply 484 to uac, and send bye to uas

13715209697--- via sr-users <[email protected]>
Newsgroups gmane.comp.voip.ser
Message-ID <[email protected]>
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!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.