Re: [SR-Users] dialog ka_timer and ka_interval problem

2013-03-20 Thread dolphin
Hello, Thank you for your reply I follow your suggestions to modify SHM_MEMORY ,PKG_MEMORY value and the system only two uac register. See the program after I start kamailio. shm memory 1G pkg memory 10M sh-3.00# ps -ef | grep kamailio root 23627 1 0 12:57 ?00:00:00 /home

Re: [SR-Users] dialog ka_timer and ka_interval problem

2013-03-19 Thread Rinor Hoxha
Hi, I had this "issue" some times ago. It turned out that I needed to increase the value of SHM_MEMORY, since by mistake I forgot a 0 on the value (1024 vs. 10240). However this happened only when high loads on system. I needed also to tune PKG_MEMORY to my needs. ( both on /etc/default/kamailio )

Re: [SR-Users] dialog ka_timer and ka_interval problem

2013-01-06 Thread Daniel-Constantin Mierla
Hello, patch was applied, thanks! Cheers, Daniel On 1/3/13 2:46 PM, Rinor Hoxha wrote: Hi, I had an issue with dialog module of kamailio v3.3.3. Is the same described on http://lists.sip-router.org/pipermail/sr-users/2012-November/075735.html . I think the issue is related to dgl_hash.c on

Re: [SR-Users] dialog ka_timer and ka_interval problem

2012-11-21 Thread Kristofer Signer
Hi, I've tried a couple of values with the same result. some examples: modparam("dialog", "ka_timer", 10 ) modparam("dialog", "ka_interval", 30 ) alt. modparam("dialog", "ka_timer", 10 ) modparam("dialog", "ka_interval", 300 ) First OPTION message is sent after 30 seconds or 5 minutes and t

Re: [SR-Users] dialog ka_timer and ka_interval problem

2012-11-19 Thread Daniel-Constantin Mierla
Hello, On 11/16/12 12:39 PM, Kristofer Signer wrote: Hello all, first of all I would like to thank you all your help. I've tried to implement dialog keep-alive messages but cant make kamailio send more then just one SIP OPTION request to each end. The OPTION request is sent after ka_interval