<div dir="ltr">Hi,,<br><div><br></div><div>I have a requirement to stop 183 without SDP packets from being passed, as well as having to reply back with a PRACK.</div><div><br></div><div>I can stop the 183 without SDP from being passed on with the following in onreply_route[]</div><div><br></div><div> if ($rs == "183" && !has_body_part("application/sdp")) {<br>                drop();<br>                exit;<br>        }<br></div><div><br></div><div>However, how do I reply back with a PRACK?</div><div><br></div><div>Thank you.</div></div>