Hi Jon,<br><div class="gmail_quote">On Mon, Oct 29, 2012 at 6:29 AM, Jon Bonilla <span dir="ltr"><<a href="mailto:jbonilla@sipwise.com" target="_blank">jbonilla@sipwise.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
El Wed, 24 Oct 2012 16:26:47 -0700<br>
Skyler <<a href="mailto:skchopperguy@gmail.com">skchopperguy@gmail.com</a>> escribió:<br>
<div><div class="h5"><br>
> Hi,<br>
><br>
>   I submitted this a while back (2.5) and someone (forget who) requested<br>
> the OPTIONS & NOTIFY patch(es) be updated for 2.6. Here you go!<br>
><br>
> Copyright: I transfer all the copyright and ownership of these patches to<br>
> Sipwise as thanks for letting us all use CE.<br>
><br>
> --Skyler<br>
<br>
<br>
</div></div>Hi Skyler<br>
<br>
I'm checking your patches. Thanks for updating them!<br>
<br>
<br>
Just a couple of tips:<br>
<br>
- In kamailio configuration we check if the security features are enabled via<br>
  "ifdef ENABLE_PIKECHECK" and "ifdef ENABLE_AUTHCHECK". The config.yml<br>
  features add those "define" lines in kamailio.cfg<br></blockquote><div> </div><div> I thought it was a neat feature to use the [% IF kamailio.lb.security.dos_ban_enable == "yes" %] check instead, as then the final kamailio.cfg is nice and clean after ngcpcfg apply ;)</div>
<div> </div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
- The Pike module check is done for every request in ROUTE_NET_INFO, the very<br>
  first route we call in the proxy configuration. That wouldn't needed when<br>
  checking OPTIONS processing in PRX_REQUEST route.<br></blockquote><div> </div><div> You are right, if there is high-volume then Pike will catch this in ROUTE_NET_INFO. The purpose to check the OPTIONS in PRX_REQUEST is mainly to catch low-volume probing, even though the default 200 gives no further info anyway. Maybe I need to add my own "ifdef PARANOID" ;)</div>
<div> </div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
cheers,<br>
<br>
Jon<br>
<br>
<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div><br>