[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 15:04:00 CEST 2010
On 18 August 2010 13:47, Gavin Henry <gavin.henry at gmail.com> wrote:
> On 18 August 2010 10:23, Gavin Henry <gavin.henry at gmail.com> wrote:
>> I was thinking:
>>
>> if (is_method("OPTIONS|INFO"))
>> {
>> sl_send_reply("501", "Method $rm not implemented");
>> exit;
>> };
>>
>
> I think I'll add in above. Also, I think I've figured it out. The logs
> show these broken dialog inserts. I've just got a SIP trace of when it
> starts failing and Service Full is being returned. I think as these
> dialogs don't get closed they are sitting as open calls and when we
> hit our LB limit it gets full and a restart clears the tables.
>
> Need to check where the ongoing calls are saved so I can see what
> we're at now. All frpm a broken OPTIONS message!
Found it! Every 30 seconds we get this broken SIP OPTIONS message and
sure enough, as our calls get open and closed it's sneeking up the
load. I can see it via:
opensipsctl fifo lb_list
Can I block OPTIONS like above?
--
http://www.suretecsystems.com/services/openldap/
http://www.suretectelecom.com
More information about the Users
mailing list