[OpenSIPS-Users] OPTIONS without Contact header messing with dialog module on OpenSIPS 1.5.3 - Avaya IP Office 6.0 SIP stack
Gavin Henry
gavin.henry at gmail.com
Wed Aug 18 17:22:11 CEST 2010
> That is not a sane subject (as length) :P
Sorry :-)
> Anyhow, I guess your OPTIONS hit the lb module which tries to create a
> dialog for it, but lb stuff work only for calls ;)..
Yep. So this would be OK in the main route with an exit?
if (is_method("OPTIONS|INFO"))
{
sl_send_reply("501", "Method not allowed");
exit;
};
More information about the Users
mailing list