[SR-Users] Installing Versign Intermediate CA Certificate In Kamailio 3.1.5

2011-10-04 Thread arif tuhin
I've got trial certificate from verisign. They signed the server certificate with an intermediate ca and gave instructions for installing it into apache/IIS etc. Both issued certificate and the intermediate CA should be installed in the server. if only server certificate is installed , it will

Re: [SR-Users] db_text

2011-10-04 Thread Daniel-Constantin Mierla
Hello, On 10/3/11 9:32 PM, Bruno Bresciani wrote: Hello, sorry but I can't understand when you wrote: "ok, you didn't say and it didn't match the sources." I meant that you referred to dtp->prev at line 140 in dbt_tb.c without mentioning you changed the sources, so when I looked, there was no

Re: [SR-Users] Siremis CDR problems

2011-10-04 Thread Daniel-Constantin Mierla
Hello, On 10/4/11 12:57 PM, Klaus Darilion wrote: Very weird - if I call kamailio_cdrs() manually I often get errors which are gone when I call kamailio_cdrs() again. Strange.. sql stored procedures are known to have AI and self-healing capabilities :-) ... Well, I guess that the flag for

Re: [SR-Users] Siremis CDR problems

2011-10-04 Thread Daniel-Constantin Mierla
Hi Klaus, On 10/4/11 12:33 PM, Klaus Darilion wrote: Hi! When populating cdrs table from timer route I get some errors: ERROR: db_mysql [km_dbase.c:120]: driver error on query: Duplicate entry '088827BCD0738B6F@111.11.111.11-00E0F51004231939587214D3-6ADB' for key 2 ERROR: [db_query.c:1

Re: [SR-Users] Compiling on a 2.4 kernel

2011-10-04 Thread Daniel-Constantin Mierla
Hello, it should compile on 2.4. But from what you wrote, I understand that you try to do cross compile in a host with 2.6 kernel for a 2.4 kernel? Can you send the output of: make Q=0 all Can you try compiling on a system with kernel 2.4 directly? Cheers, Daniel On 10/4/11 4:31 PM, Pedro

Re: [SR-Users] [sr-dev] new wiki system

2011-10-04 Thread Daniel-Constantin Mierla
Hello, On 10/4/11 6:44 PM, Henning Westerholt wrote: On Monday 03 October 2011, Daniel-Constantin Mierla wrote: As suggestion, not related to the content, I'd change the theme. That red looks very agressive to me. I chose it for the fonts which are easier (imo) to read comparing with other the

Re: [SR-Users] [sr-dev] new wiki system

2011-10-04 Thread Henning Westerholt
On Monday 03 October 2011, Daniel-Constantin Mierla wrote: > > As suggestion, not related to the content, I'd change the theme. That red > > looks very agressive to me. > > I chose it for the fonts which are easier (imo) to read comparing with > other themes. It is on to-do to make it greenish - r

Re: [SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-04 Thread Skyler
Thanks Morten, that will work nicely from cron :) On Tue, 2011-10-04 at 08:20 +0200, Morten Isaksen wrote: > You can reload from command line with > > kamctl fifo mt_reload > > /Morten > > On Tue, Oct 4, 2011 at 2:07 AM, Skyler wrote: > > Hi Daniel, > > > > Does mt_reload need to be run upo

[SR-Users] Compiling on a 2.4 kernel

2011-10-04 Thread Pedro Antonio Vico Solano
Hello everyone, We are trying to compile sip-router 3.1.2 for a ppc target architecture. Its kernel is a 2.4.25 one. Some kernel libraries are missing when compiling (for example futex.h), but they are on the host 2.6 kernel. Is this kernel version supported? Which is the latest version of SIP-R

Re: [SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Daniel-Constantin Mierla
Hello, On 10/4/11 12:27 PM, Klaus Darilion wrote: Meanwhile the server was restarted and the DB problems were fixed. As it is a production server I can not reproduce anymore. So, once it started it didn't recovered, continued always with that error? How much of shm did you configure? You ca

Re: [SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Daniel-Constantin Mierla
Hello, On 10/4/11 12:37 PM, Klaus Darilion wrote: Daniel, is it necessary to call "sql_result_free()" ad the end of the timer route? May it be related to this? it is not really necessary to call sql_result_free(), just if you want to free the existing result quickly, otherwise it will be freed

Re: [SR-Users] Siremis CDR problems

2011-10-04 Thread Klaus Darilion
Very weird - if I call kamailio_cdrs() manually I often get errors which are gone when I call kamailio_cdrs() again. Strange.. regards klaus On 04.10.2011 12:33, Klaus Darilion wrote: Hi! When populating cdrs table from timer route I get some errors: ERROR: db_mysql [km_dbase.c:120]: driv

Re: [SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Klaus Darilion
Daniel, is it necessary to call "sql_result_free()" ad the end of the timer route? May it be related to this? regards Klaus On 04.10.2011 12:24, Daniel-Constantin Mierla wrote: Hello, sqlops is using pkg and tm shm, so they should not be directly related, but maybe in the way config file work

[SR-Users] Siremis CDR problems

2011-10-04 Thread Klaus Darilion
Hi! When populating cdrs table from timer route I get some errors: ERROR: db_mysql [km_dbase.c:120]: driver error on query: Duplicate entry '088827BCD0738B6F@111.11.111.11-00E0F51004231939587214D3-6ADB' for key 2 ERROR: [db_query.c:130]: error while submitting query ERROR: sqlops [sql_api.

Re: [SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Klaus Darilion
Meanwhile the server was restarted and the DB problems were fixed. As it is a production server I can not reproduce anymore. Sorry Klaus On 04.10.2011 12:24, Daniel-Constantin Mierla wrote: Hello, sqlops is using pkg and tm shm, so they should not be directly related, but maybe in the way con

Re: [SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Daniel-Constantin Mierla
Hello, sqlops is using pkg and tm shm, so they should not be directly related, but maybe in the way config file works. Can you run it again with memlog lower than debug and see where the allocated (not-freed) chunks were done? It should appear soon, not waiting for out of mem message. If y

[SR-Users] Memory Leak on DB Errors?

2011-10-04 Thread Klaus Darilion
Hi! I recently had a problem with Kamailio 3.1.4 (provided Debian packages): I had some DB problems (missing tables). Thus, the timer module failed to insert the statistics (for siremis): ERROR: db_mysql [km_dbase.c:120]: driver error on query: Table 'kamailio.statistics_tmx' doesn't exist

Re: [SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-04 Thread Henning Westerholt
On Monday 03 October 2011, Skyler wrote: > [..] > From what I've read on each of the 4 modules, any could do what I need > though each have their own complexities. I'm still new to kamailio and > hoping to utilize the group here for some advice. I'd like to keep this > as simple as possible then a

Re: [SR-Users] Trouble Setting up Kamailio

2011-10-04 Thread Timo Reimann
Hey Peter, On 01.10.2011 23:23, Peter Schrock wrote: > I am using the site: > http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git > to load up Kamailio on my ppc using Leopard X. I managed to figure out > the mysql issue and got it to install, but now there are some varianc