Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Alex Balashov
Hello Charles, On Mon, Dec 18, 2017 at 11:50:55AM +, Charles Chance wrote: > Can you provide your usrloc and dmq_usrloc module parameters please? Well, naturally! modparam("usrloc", "nat_bflag", 1) modparam("usrloc", "use_domain", 1) modparam("usrloc", "db_url",

Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Charles Chance
Hi Alex, Can you provide your usrloc and dmq_usrloc module parameters please? Cheers, Charles On Fri, 15 Dec 2017 at 20:54, Alex Balashov wrote: > By way of follow-up: > > db_mode 1 likewise fails, in the same fashion. > > db_mode 2 does work and successfully sync

Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Julien Chavanton
kamailio510=# SELECT version(); version - PostgreSQL 9.5.6 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2, 64-bit (1 row) # U 127.0.0.1:5061 -> 127.0.1.101:5060 REGISTER

Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Julien Chavanton
Hi Alex, I have done some tests in a lab with dmq usrloc, -- version: kamailio 5.1.0 (x86_64/linux) commit 28011aa9fdca7012103506d9a437c8e44dc8963c Author: Daniel-Constantin Mierla Date: Mon Dec 11 16:31:31 2017 +0100

Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Alex Balashov
Hello Julien, On Mon, Dec 18, 2017 at 08:17:54PM -0800, Julien Chavanton wrote: > Hi Alex, I have done some tests in a lab with dmq usrloc, Thank you for that! > With almost the same settings, only 2 servers using DMQ, the contacts are > written into postgres when replicated, I wonder what is

[SR-Users] Dispatcher module OPTIONS and event routes: how are they handled by core?

2017-12-18 Thread George Diamantopoulos
Hello all, I use the dispatcher module extensively for load balancing and fail-over. My kamailio instance is multihomed, and I use the "socket" attribute to determine which socket SIP messages should use for each dispatcher destination, as such:

Re: [SR-Users] kamailio 4.4.5 Crash

2017-12-18 Thread Daniel-Constantin Mierla
Hello, are you monitoring memory usage? kamctl stats shmem Is it increasing over the time? Cheers, Daniel On 15.12.17 16:16, Andrew Paul wrote: > Hi Daniel, > > We were running the kamailio without any issue after changing the > shared memory to 1024. We dont have any issue on last two

Re: [SR-Users] 5.0 to 5.1 - No module matching found

2017-12-18 Thread Daniel-Constantin Mierla
I did a test here with geoip2 module and the $gip2(...) variable works fine. Cheers, Daniel On 17.12.17 03:33, Daniel W. Graham wrote: > > Issue on new image was a linker config issue, (missing > /usr/local/lib/). I verified this existed on the previous image so my > best guess is the original

Re: [SR-Users] Do configuration script file comes under GPL License?

2017-12-18 Thread Daniel-Constantin Mierla
Hello, On 18.12.17 07:58, Seshu Kumar G wrote: > > Hello Everyone, > > > We are using only modifying Kamailio configuration files (In IMS > application), to tune to our application,  without modifying any > underlying software. > > Does configuration script files comes under GPL License? as

[SR-Users] PIPELIMIT - limit change after time interval change. bug?

2017-12-18 Thread Juan Priotti
Hi, I'm making some tests with pipelimit module and when changing the time interval the limit gets changed in a way that it's multiplied by the time interval. For example if I use a time interval of 1 second and a limit of 20 (if (!pl_check("$si", "TAILDROP", "20"))) the module start limiting

[SR-Users] Kamailio World 2018 - Call for Presentations

2017-12-18 Thread Daniel-Constantin Mierla
Hello, I would like to announce that Call for Presentations at Kamailio World 2018 is now open. You can submit your proposal or see more details at:   - https://www.kamailioworld.com/k06/call-for-speakers/ The 6th edition of the event takes place again in Berlin, Germany, during May 14-16,

Re: [SR-Users] Planning Kamailio v5.0.5

2017-12-18 Thread Daniel-Constantin Mierla
Hello, short note to remind that later today I plan to release v5.0.5 out of branch 5.0. Until the announcement of the release, any backports should be announced on sr-dev mailing list not to conflict with building the release. Cheers, Daniel On 14.12.17 09:25, Daniel-Constantin Mierla wrote:

Re: [SR-Users] dmq_usrloc, usrloc:db_mode 3, and PostgreSQL

2017-12-18 Thread Alex Balashov
Julien, I am running PG 10. That is the only difference I can discern thus far, but let me compare your notes to mine and see if I can spot anything. Thank you very much for your testing and assistance! On Mon, Dec 18, 2017 at 08:33:26PM -0800, Julien Chavanton wrote: > kamailio510=# SELECT