Re: [SR-Users] missing memory after tls cleanup

2017-01-27 Thread Andy
Hi Daniel, Here is the output of kamctl stats, BEFORE: = core:bad_URIs_rcvd = 0 core:bad_msg_hdr = 0 core:drop_replies = 0 core:drop_requests = 0 core:err_replies = 0 core:err_requests = 0 core:fwd_replies = 0 core:fwd_requests = 0 core:rcv_replies = 3 core:rcv_requests = 5 core:unsupported_me

Re: [SR-Users] Ansible Kamailio role

2017-01-27 Thread Alberto Llamas
Hi Ludovic, Thanks for the ACK. The idea behind is to share an Ansible-Kamailio-role as a source of inspiration that replicate the steps at: https://www.kamailio.org/wiki/install/4.4.x/git Also sharing the role with the steps to compile Kamailio helps to learn more about Ansible than using the D

Re: [SR-Users] Ansible Kamailio role

2017-01-27 Thread Ludovic Gasc
Hi, Thanks a lot to share these Ansible playbooks, it was instructive. Alberto, I've a small question: I'm interested in to know what is the reasons you decide to compile Kamailio ? Because, for now, we deploy Kamailio with http://deb.kamailio.org/ repository and we are very happy about the qualit

Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-01-27 Thread Switch168
HI Daniel, modparam("dialog", "dlg_flag", 4) modparam("dialog", "send_bye", 1) modparam("dialog", "timeout_noreset", 1) So regular bye's by useragent i can succesfully relay to this style of uri by using this snippet below # Handle requests within SIP dialogs route[WITHINDLG] { if(is_method("

Re: [SR-Users] RFC: Kamailio tutorials/cookbooks/docs - wiki or markdown

2017-01-27 Thread Annus Fictus
Hello, I'd like write a HowTo dedicated to LCR module implementation. Regards El 26/01/2017 a las 11:15, Daniel-Constantin Mierla escribió: Hello, follow the usual contribution process recommended by github, respectively the pull requests. That means: - clone the kamailio/kamailio-docs r

Re: [SR-Users] missing memory after tls cleanup

2017-01-27 Thread Daniel-Constantin Mierla
Hello, fragments are less, then it might be other structures populated by other modules. Can you share the full output of 'kamctl stats' before and after the tests? Cheers, Daniel On 26/01/2017 19:41, Andy wrote: > Thanks Daniel for the quick response, > here is before/after I see real_used_siz

Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-01-27 Thread Daniel-Constantin Mierla
Hello, isn't the dialog module setting the right value there? What function are you using to update the contact? Cheers, Daniel On 27/01/2017 06:01, Andrew Tan wrote: > Hello, > > Just wondering if it's possible to intercept the bye message that > dlg_set_timeout sends out to do some nat_helpe

Re: [SR-Users] mhomed opened sockets

2017-01-27 Thread Daniel-Constantin Mierla
Hello, I am not sure what ESTABLISHED is meant by netstat for UDP sockets, because there is no connection defined for UDP (datagram socket is kind of shoot and forget) -- maybe it track that there was some traffic and remembers that for a while. Perhaps reading the manual of netstat will help to u