[SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Hello, I have a problem running kamailio with tls support. I can successfully register only for the first time, all further registration fails with the following message in the log: Sep 28 11:53:55 siptest /usr/sbin/kamailio[16963]: ERROR: tls [tls_server.c:392]: SSL

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Daniel-Constantin Mierla
Hello, On 9/28/10 10:15 AM, Rouskol Andrey wrote: Hello, I have a problem running kamailio with tls support. I can successfully register only for the first time, all further registration fails with the following message in the log: Sep 28 11:53:55 siptest /usr/sbin/kamailio[16963]: ERROR:

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Daniel, Here is what I get. /etc/default/kamailio: MEMORY=64 # I've tried to set it to 192 - result was the same # grep loadmodule kamailio.cfg loadmodule db_mysql.so loadmodule mi_fifo.so loadmodule kex.so loadmodule tm.so loadmodule tmx.so loadmodule sl.so

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Daniel-Constantin Mierla
Hello, connect with sercmd and send the output of core.shmem to see if there is enough free memory. I remember I got in similar issue at some point on a virtual machine with ubuntu, but then I haven't gotten back in that system. Cheers, Daniel On 9/28/10 10:55 AM, Rouskol Andrey wrote:

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Klaus Darilion
Am 28.09.2010 10:15, schrieb Rouskol Andrey: Hello, I have a problem running kamailio with tls support. I can successfully register only for the first time, all further registration fails with the following message in the log: Sep 28 11:53:55 siptest /usr/sbin/kamailio[16963]: ERROR: tls

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Daniel, Here it is: after startup: sercmd core.shmmem { total: 67108864 free: 65509960 used: 1532120 real_used: 1598904 max_used: 1600184 fragments: 8 } after 1st registration: sercmd core.shmmem { total: 67108864 free: 65395520

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Klaus, I've installed binary distribution from kamailio.org site (3.0.3+lenny1), so, I'm not sure is it fixed in _my_ binary. But looking into kamailio-3.0.3 source - it was not fixed. And it also crashes the same way - before switching to binary package I've installed kamailio from sources.

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Klaus, I've applied this patch, it doesn't help in my case. Regards, Andrey. 28.09.10, 13:29, Klaus Darilion klaus.mailingli...@pernau.at: Am 28.09.2010 10:15, schrieb Rouskol Andrey: Hello, I have a problem running kamailio with tls support. I can successfully register only for

Re: [SR-Users] sip-router 3.0.99 newbe question

2010-09-28 Thread Andrei Pelinescu-Onciul
On Sep 27, 2010 at 16:37, Rouskol Andrey anry-...@yandex.ru wrote: Hello, Could somebody check if default ser.cfg file is correct in the following section: route[AUTHENTICATION] It looks ok to me, although a little ambiguous (some avps are fully specified in some cases and in others they

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Andrei Pelinescu-Onciul
On Sep 28, 2010 at 14:32, Rouskol Andrey anry-...@yandex.ru wrote: Klaus, I've installed binary distribution from kamailio.org site (3.0.3+lenny1), so, I'm not sure is it fixed in _my_ binary. But looking into kamailio-3.0.3 source - it was not fixed. And it also crashes the same way -

Re: [SR-Users] Problem with debug memory: kill -SIGUSR1 doesn't work fine

2010-09-28 Thread Henning Westerholt
On Friday 24 September 2010, César Pinto Magán wrote: We had been experiencing memory leaks issues with our Kamailio deployment. Some of the process started to use all their assigned memory and arises allocation memory errors. Using the “kill –SIGUSR1” as explained in the Kamailio wiki and

[SR-Users] mtree memory comsumption question

2010-09-28 Thread anthony thomas
Hello list, I have been testing the new mtree module but I am a little bit confused about the results.  On my tests, I randomly generated 500K, 1M and 2M entries in a table in several trees. The size of the db (on disk) ranges from 120 megs to 270 megs and when Kamailio loads it in memory, it

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Rouskol Andrey
Andrei, When I recompile kamailio with debug options you specified, it works just fine! (no memdbg and memlog options in cfg file). If I compile it as usual, it fails. Here is the difference: # make cfg mode=debug MEMDBG=1 \ - works fine make cfg \

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Andrei Pelinescu-Onciul
On Sep 28, 2010 at 18:04, Rouskol Andrey anry-...@yandex.ru wrote: Andrei, When I recompile kamailio with debug options you specified, it works just fine! (no memdbg and memlog options in cfg file). If I compile it as usual, it fails. Here is the difference: # make cfg mode=debug

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Ovidiu Sas
On Tue, Sep 28, 2010 at 11:10 AM, Andrei Pelinescu-Onciul and...@iptel.org wrote: On Sep 28, 2010 at 18:04, Rouskol Andrey anry-...@yandex.ru wrote: Andrei, When I recompile kamailio with debug options you specified, it works just fine! (no memdbg and memlog options in cfg file). If I

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Andrei Pelinescu-Onciul
On Sep 28, 2010 at 11:29, Ovidiu Sas o...@voipembedded.com wrote: On Tue, Sep 28, 2010 at 11:10 AM, Andrei Pelinescu-Onciul and...@iptel.org wrote: On Sep 28, 2010 at 18:04, Rouskol Andrey anry-...@yandex.ru wrote: Andrei, When I recompile kamailio with debug options you specified, it

Re: [SR-Users] kamailio 3.0.3 tls problems

2010-09-28 Thread Ovidiu Sas
Daniel, What do you think about moving the (k) presence modules to standard for the next 3.1 kamailio release? Regards, Ovidiu Sas On Tue, Sep 28, 2010 at 11:38 AM, Andrei Pelinescu-Onciul and...@iptel.org wrote: On Sep 28, 2010 at 11:29, Ovidiu Sas o...@voipembedded.com wrote: On Tue, Sep

Re: [SR-Users] LCR weight column question

2010-09-28 Thread Juha Heinanen
Ovidiu Sas writes: If the script can be provided in bash, then it would be nice to be integrated in kamctl: - kamctl lcr weight_eval weight_1 weight_2 ... weight_n ovidiu, possibly it could be done, but i'm not that good in bash. -- juha ___ SIP