[SR-Users] Kamailio 5.1 Nathelper sipping on different transport protocols.

2018-08-20 Thread Володимир Іванець
Hello everyone! I have system with Kamailio v5.1 which needs to send OPTIONS packets to all active clients. Here is full Nathelper module configuration: *modparam("nathelper", "received_avp", "$avp(s:received)")* *modparam("nathelper", "natping_interval", 30)* *modparam("nathelper", "ping_nated_o

Re: [SR-Users] Kamailio 5.1 Nathelper sipping on different transport protocols.

2018-08-20 Thread Dmitri Savolainen
hi. It is ok; nathelper sends OPTIONS for UDP only, TCP is managed by core (by using params like "tcp_keepalive") On 20 August 2018 at 19:03, Володимир Іванець wrote: > Hello everyone! > > I have system with Kamailio v5.1 which needs to send OPTIONS packets to > all active clients. Here is full

Re: [SR-Users] Kamailio 5.1 Nathelper sipping on different transport protocols.

2018-08-20 Thread Daniel Tryba
On Mon, Aug 20, 2018 at 07:03:22PM +0300, ?? ?? wrote: > It works fine if client is connected over UDP. But as soon as I will switch > to TCP or register with client that uses WS, Kamailio stops generating > OPTIONS. > > Does anyone know if it is correct behavior or s

Re: [SR-Users] Kamailio 5.1 Nathelper sipping on different transport protocols.

2018-08-20 Thread Володимир Іванець
Dmitri and Daniel, thank you very much! 2018-08-20 20:22 GMT+03:00 Daniel Tryba : > On Mon, Aug 20, 2018 at 07:03:22PM +0300, ?? > ?? wrote: > > It works fine if client is connected over UDP. But as soon as I will > switch > > to TCP or register with client that uses W