<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The only way with our current sip module to accomplish either of these would be to put a sip proxy out front to handle that behavior, or to somehow use iptables to block the traffic<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 1, 2016, at 3:40 PM, Oleg Stolyar &lt;<a href="mailto:olegstolyar@gmail.com" class="">olegstolyar@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi,</div><div class=""><br class=""></div>In order to protect against scanning attacks I'd like for FS to not respond to INVITES unless they match certain conditions. &nbsp;<div class=""><br class=""></div><div class="">I understand that currently FS always responds with 100 Trying right away before processing the call and then, if the call does not match anything in the dialplan, responds with a 302 Moved Temporarily.</div><div class=""><br class=""></div><div class="">The 302 can be replaced with another response code (for example 403 Forbidden which is what I am doing now) using the <b class="">respond</b>&nbsp;dialplan app. &nbsp; However, that might encourage the scanner to keep trying.</div><div class=""><br class=""></div><div class="">So I guess there are two questions:</div><div class=""><br class=""></div><div class="">1. Is there a way not to send back 100 Trying at all?</div><div class=""><br class=""></div><div class="">2. Is there a way to not send any final response?</div></div></div></blockquote></div><br class=""></div></body></html>