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
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 )
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
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
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