<html><head><title>reject 3xx code</title>
</head>
<body>
<span style=" font-family:'Times New Roman'; font-size: 12pt;">Hello<br>
<br>
I am using Opensips 2.1.2.<br>
I want to block sending 3xx codes to caller.<br>
<br>
In reply route i wrote such code <br>
 if (status=~"30[1,2]") {<br>
 &nbsp;drop();<br>
 }<br>
<br>
but i see that 302, for example, still process successfully.<br>
<br>
Thank you for any help.<br>
<br>
<span style=" font-family:'arial'; font-size: 10pt;"><i>-- <br>
</i></span></span><a style=" font-family:'arial'; font-size: 10pt;" href="mailto:denis7979@mail.ru">mailto:denis7979@mail.ru</a></body></html>