[sr-dev] libressl support

2017-04-30 Thread Timo Teras
Hi, I'm trying to fix tls.so to work with libressl. And there was already one commit handling some of the api differences. The next problem is that libressl ships the memory allocator changing function, but it's a stub that just returns "not supported". It seems that kamailio module does not loa

[sr-dev] on reducing the number of email messages

2017-04-30 Thread Juha Heinanen
Why is all K related github messages also sent to sr-dev list? There is lots of duplicate traffic because of it if sr-dev member is also watching github notifications. Or is it so that sr-dev members are not supposed to subscribe to kamailio github notifications? -- Juha ___

[sr-dev] [kamailio/kamailio] allow more than one tcp/tls connection to same destination (#1107)

2017-04-30 Thread juha-h
When K connects to another SIP proxy over TCP or TLS, the connection is shared for all requests to that destination. If the receiving SIP proxy is K, it means that only one worker process is handling all those requests. This may become a bottleneck if processing of requests is time consuming,