Re: [SR-Users] websocket devices keepalive not working

2015-06-30 Thread Camille Oudot
Le Tue, 30 Jun 2015 15:49:26 +0300, Yuriy Gorlichenko a écrit : > 4) I tried to do it with tcpops > > Only for ws and tcp (WS is use TCP as i know) > tcp_keepalive_enable("15", "5", "15"); > > same result... Hi Yuriy, the tcp_keepalive_enable() function will send keepalive packets at TCP leve

Re: [SR-Users] websocket devices keepalive not working

2015-06-30 Thread Yuriy Gorlichenko
Now did this. Still no Options if (!save("location")){ sl_reply_error(); } else { setbflag(7); ... 2015-06-30 17:05 GMT+03:00 Daniel Tryba : > On Tuesday 30 June 2015 15:49:26 Yuriy Gorlichenko wrote: > > 1) nathelper > > > > modparam("nathelper", "sipping_method", "OPTIONS") > > modparam("nathe

Re: [SR-Users] websocket devices keepalive not working

2015-06-30 Thread Daniel Tryba
On Tuesday 30 June 2015 15:49:26 Yuriy Gorlichenko wrote: > 1) nathelper > > modparam("nathelper", "sipping_method", "OPTIONS") > modparam("nathelper", "natping_interval", 15) > modparam("nathelper", "ping_nated_only", 0) > modparam("nathelper", "sipping_bflag", 7) > modparam("nathelper", "sipping

[SR-Users] websocket devices keepalive not working

2015-06-30 Thread Yuriy Gorlichenko
I try to send keepalive requests (options) to clients at usrloc I tried 4 mechanisms 1) nathelper modparam("nathelper", "sipping_method", "OPTIONS") modparam("nathelper", "natping_interval", 15) modparam("nathelper", "ping_nated_only", 0) modparam("nathelper", "sipping_bflag", 7) modparam("nathel