Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-07 Thread Daniel-Constantin Mierla
Hello, that's the way it was done for older versions of kamailio. In master and 4.4 the memory debugging is turned on and it is reflected by the presence of DBG_SR_MEMORY in the output of 'kamailio -v'. Anyhow, what you reported is not a leak inside kamailio memory manager, but a leak of using

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-07 Thread Jurijs Ivolga
Hi Daniel, I tried to compile with memory manager in debugging mode like this: MEMDBG=1 make cfg 'include_modules= textopsx db_mysql jansson json snmpstats tls utils uuid' make all /etc/init.d/kamailioa stop make install /etc/init.d/kamailioa start But still I'm getting nothing on: kamailio -I

Re: [SR-Users] Order of record-route

2016-10-07 Thread Dirk Teurlings - Signet B.V.
Got an update on this from the firewall's perspective. Apparently the Barracuda was in (SIP) Proxy mode. After turning that off and just using plain NAT everything worked like expected. Cheers, Dirk ___ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] Contacts replacing each other when registering

2016-10-07 Thread Daniel-Constantin Mierla
Hello, there is a mode when the matching is done only on call-id. Have you checked if they use different call-id? Anyhow, knowing the matching mode helps looking into the code in the right direction. Cheers, Daniel On 07/10/16 12:03, Sebastian Damm wrote: > Hi Daniel, > > thanks for the reply.

Re: [SR-Users] Contacts replacing each other when registering

2016-10-07 Thread Sebastian Damm
Hi Daniel, thanks for the reply. Since we didn't configure the matching mode, it is 0 I guess. I actually didn't look into the usrlc module settings. But from the registrations, the Contacts all have a different IP address in it, so they shouldn't replace each other, right? Best Regards,

Re: [SR-Users] Kamailio stop processing SIP

2016-10-07 Thread Igor Potjevlesch
Yes, over UDP only. Regards, Igor. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : vendredi 7 octobre 2016 09:25 À : Igor Potjevlesch ; 'Kamailio (SER) - Users Mailing List' Objet : Re: [SR-Users] Kamailio

[SR-Users] kamctl - Error opening FIFO

2016-10-07 Thread Hermann Norpois
Hello, I have problems with the behaviour of kamctl ubuntu@ip-172-31-32-10:/etc/kamailio$ kamctl ul show ERROR: Error opening Kamailio's FIFO /var/run/kamailio/kamailio_fifo ERROR: Make sure you have the line 'modparam("mi_fifo", "fifo_name", "/var/run/kamailio/kamailio_fifo")' in your config

Re: [SR-Users] transaction is not suspended ERROR

2016-10-07 Thread david
hello Daniel thanks for the response we are using 4.4.1. i will try to use async_route instead i found making some tests that the error seems to happen when there is some delay in the connection with the FSW and we have a timeout, so it seems there is some relation with that timeout (with lua

Re: [SR-Users] 420 Bad Extension error

2016-10-07 Thread Infinicalls Infinicalls
Hi Daniel, By pasting the following to the registrar config file, I stopped getting Bad Extension error. And I am able to stay online. But while dialing, it gives the "I am terribly sorry..." error. modparam("path", "use_received", 1) modparam("registrar", "use_path", 1) modparam("registrar",

Re: [SR-Users] 420 Bad Extension error

2016-10-07 Thread Infinicalls Infinicalls
Hi Daniel, I am pasting a fresh REGISTER request and the error message here. The Proxy and Registrar config files are taken from http://kamailio.org/docs/modules/4.2.x/modules/outbound.html - root@infinicalls:~# ngrep -d any -qt -W byline . port 5060 interface: any filter: (ip or

Re: [SR-Users] Order of record-route

2016-10-07 Thread Dirk Teurlings - Signet B.V.
This was also my understanding. But as you can understand I want to be certain. Currently this issue only rises with the Cisco hardware in combination with the Barracuda firewall. Other appliances seem to respect the order properly. On 07-10-16 09:30, Daniel-Constantin Mierla wrote: > I think the

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-07 Thread Daniel-Constantin Mierla
Hello, There are some results when searching for memory leak on openssl 1.0.1, but might not be valid for this case. Would you be able to run kamailio through valgrind? It may slow down a bit the processing, but may be the fastest way to catch the system memory leak. Maybe you have an instance

Re: [SR-Users] Order of record-route

2016-10-07 Thread Daniel-Constantin Mierla
I think the Route set as presented in the first email is correct. The Client is also having a proxy, so the caller device has to use the Route set from bottom up, sending first to its proxy, which should send to Kamailio's public IP. If the caller device is sending directly to kamailio, then there

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-07 Thread Jurijs Ivolga
Hi Daniel, openssl.x86_64 1.0.1e-48.el6_8.1 CentOS release 6.8 With kind regards, Jurijs On Fri, Oct 7, 2016 at 10:20 AM, Daniel-Constantin Mierla wrote: > Hello, > > the tls module in kamailio is using shm memory, but can be something > internal for libssl. What

Re: [SR-Users] Kamailio stop processing SIP

2016-10-07 Thread Daniel-Constantin Mierla
The load is not big. Is the SIP traffic over UDP? Cheers, Daniel On 06/10/16 18:16, Igor Potjevlesch wrote: > > I'm using snmpstats and dialog. > > IPTables is used but not with SIP tracking module. > > > > But if I work on a Wireshark trace during a representative peak period > (during

Re: [SR-Users] Migrating from OpenSER config file question.

2016-10-07 Thread Daniel-Constantin Mierla
Hello, On 06/10/16 19:30, Brian McCrary wrote: > Hello, > > No, I did not have the pv module loaded! I loaded that module and all > is well. I didn't know I needed it. I ran into a few other small > errors that I was able to easily fix so I now have a good config file > and am ready to

Re: [SR-Users] Out of memory in UB 210: OOM killed process 12261 (kamailio) score 0 vm:1614768kB, rss:280200kB, swap:131408kB

2016-10-07 Thread Daniel-Constantin Mierla
Hello, the tls module in kamailio is using shm memory, but can be something internal for libssl. What operating system do you use and what is the libssl version? Cheers, Daniel On 06/10/16 17:43, Jurijs Ivolga wrote: > Hi Daniel, > > I do not use puke.top rpc command. Maybe this issue related