Re: [SR-Users] How to get mem_summary (SIGUSR1) on a worker process?

2011-07-26 Thread Andrade Ricardo (CI/AFU1)
Hi, I'd just like to say that I found the answer to my own question in the documentation: With 3.x versions, you have to load ctl and cfg_rpc modules and execute: sercmd cfg.set_now_int core mem_dump_pkg http://www.kamailio.org/dokuwiki/doku.php/troubleshooting:memory I did also write a patc

Re: [SR-Users] Avoiding to send 603 DECLINED to un-trusted IPs - Is that possible with Kamilio?

2011-07-25 Thread Andrade Ricardo (CI/AFU1)
Hello Bruce, Strangely, I've never gotten an Anonymous INVITE rejected by Asterisk with 603, but that was the version 1.4. Let me try to help with your request for a solution with Kamailio. These few lines could be added to your main route, after the place where your handle the registration. It

[SR-Users] How to get mem_summary (SIGUSR1) on a worker process?

2011-07-25 Thread Andrade Ricardo (CI/AFU1)
Hi list, I'm running out of private memory in Kamailio 3.1.0. However, before simply increasing it from the current 4 MB to some higher value, I'd like to know how much is really in use for every process and possibly monitor it. My expectation is that I should be able to send the SIGUSR1 to any

Re: [SR-Users] "select count(*)" with avp_db_query always returns null

2011-07-05 Thread Andrade Ricardo (CI/AFU1)
Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Andrade Ricardo (CI/AFU1) Betreff: Re: [SR-Users] "select count(*)" with avp_db_query always returns null Hello, On 7/5/11 12:07 PM, Andrade Ricardo (CI/AFU1) wrote: > Hi Daniel, > Hi Alex, &g

Re: [SR-Users] "select count(*)" with avp_db_query always returns null

2011-07-05 Thread Andrade Ricardo (CI/AFU1)
der, Peter Tyroller -Ursprüngliche Nachricht- Von: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Gesendet: Dienstag, 5. Juli 2011 11:51 An: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Alex Hermann; Andrade Ricardo (CI/AFU1) Betreff: Re: [SR-Users]

[SR-Users] "select count(*)" with avp_db_query always returns null

2011-06-29 Thread Andrade Ricardo (CI/AFU1)
Hi list, Perhaps this fits better into a bug report, but I'd like to know if somebody out there experienced a similar issue. I am executing a "select count" query using the avp_db_query function, but it is not storing the results in any avp. Other queries are working fine. I use db_mysql connect