Re: [sr-dev] new compiler warnings in master

2018-08-14 Thread Juha Heinanen
Henning Westerholt writes: > at least in my installation with mariadb it's now fixed in current > master. Let me know if you still see it. The warnings are now gone, thanks, -- Juha ___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] permissions: check for db_url being set on reload (#1621)

2018-08-14 Thread Armen Babikyan
This fixes a null pointer exception in a config that loads permission.so but does not set its db_url. To repro, create a config with loadmodule "permissions.so" but NOT modparam("permissions", "db_url", "foo"), and then run "kamctl trusted reload". Kamailio will crash without this patch.

[sr-dev] [kamailio/kamailio] permissions: check for db_url being set on reload (#1621)

2018-08-14 Thread Armen Babikyan
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Henning Westerholt
Just for reference: the fix referenced above caused a similar issue for MariaDB, it is now fixed in commit 9f459dccf84b in master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] new compiler warnings in master

2018-08-14 Thread Henning Westerholt
Am Montag, 13. August 2018, 23:12:31 CEST schrieb Henning Westerholt: > > CC (gcc) [M db_mysql.so]my_cmd.o > > my_cmd.c: In function 'set_field': > > my_cmd.c:774:16: warning: assignment from incompatible pointer type > > [-Wincompatible-pointer-types] bind->is_null = >is_null; > > >

[sr-dev] git:master:9f459dcc: db_mysql: improved fix in commit 1736723cc2a15 - it did not worked for mariadb

2018-08-14 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 9f459dccf84be7d7d0fbce89ca9165f7d1c4d66b URL: https://github.com/kamailio/kamailio/commit/9f459dccf84be7d7d0fbce89ca9165f7d1c4d66b Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-08-14T19:35:20+02:00 db_mysql: improved fix in commit

[sr-dev] Releasing Kamailio v5.1.5

2018-08-14 Thread Daniel-Constantin Mierla
Hello, with the summer holidays in the northern hemisphere approaching the end, I am considering to release v5.1.5 out of Kamailio git branch 5.1 -- there were several fixes done since 5.1.4 and it is time to package another minor release. The propose date is next week on Wednesday, August 22,

Re: [sr-dev] [kamailio/kamailio] Segfaults in 5.1.4 (maybe after one rtpengine disappeared) (#1613)

2018-08-14 Thread Sebastian Damm
First core file: ``` GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Re: [sr-dev] [kamailio/kamailio] Memory utilization getting increase with lua routing (#1577)

2018-08-14 Thread Daniel-Constantin Mierla
Back from traveling, I will get back to this one these days, need to setup the testbed for it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] tls connection terminated frequently when mongodb cluster member becomes unavailable (#1599)

2018-08-14 Thread Daniel-Constantin Mierla
At a quick look, the logs show that the tls context is reset by mongo reconnect. I need to dig more into it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Daniel-Constantin Mierla
I am closing it, if something new appears and still a problem, reopen. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Daniel-Constantin Mierla
Closed #1602. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1602#event-1787420262___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Broken Kamailio repository for CentOS 7 (#1604)

2018-08-14 Thread Daniel-Constantin Mierla
It seems that opensuse build service (OBS) had some issues. Is still the case to have the issues using the repo? A solution would be to make a mirror repo, as soon as the OBS completes building the rpms. Can someone provide a script that can do the mirror? I think OBS has some rsync/ftp

Re: [sr-dev] [kamailio/kamailio] Kamailio crashes on reading Custom Global Parameters in python. (#1618)

2018-08-14 Thread Daniel-Constantin Mierla
It looks like the framework for custom global variables was not initialized at the moment you use it, respectively in the child_init callback. I pushed a patch (referenced above), can you try it and report the results? -- You are receiving this because you are subscribed to this thread. Reply

[sr-dev] git:master:3afb9659: app_python: ensure cfg framework is initialized for child init callback

2018-08-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3afb9659ab8b25ff8cfbe4fc706396b83db51021 URL: https://github.com/kamailio/kamailio/commit/3afb9659ab8b25ff8cfbe4fc706396b83db51021 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-14T11:05:17+02:00 app_python: ensure

Re: [sr-dev] [kamailio/kamailio] no config routing engine registered (#1619)

2018-08-14 Thread Daniel-Constantin Mierla
If you didn't want to go for KEMI interpreters, then likely your config is not having the `request_route { ... }` block and you received a SIP request. See default `kamailio.cfg` for its structure and what should be done in `request_route`. I enhanced the error log message to be more explicit

Re: [sr-dev] [kamailio/kamailio] no config routing engine registered (#1619)

2018-08-14 Thread Daniel-Constantin Mierla
Closed #1619. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1619#event-1787237900___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] git:master:4d9f342f: core: more detailed error message when no config option to route requests

2018-08-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4d9f342f8a7050d9c5f7754622ddb918edb16a99 URL: https://github.com/kamailio/kamailio/commit/4d9f342f8a7050d9c5f7754622ddb918edb16a99 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-14T10:47:27+02:00 core: more detailed

[sr-dev] git:master:a295bff3: modules: readme files regenerated - app_lua ... [skip ci]

2018-08-14 Thread Kamailio Dev
Module: kamailio Branch: master Commit: a295bff374def68acbd2cf5a4b81003820c49778 URL: https://github.com/kamailio/kamailio/commit/a295bff374def68acbd2cf5a4b81003820c49778 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-08-14T10:46:33+02:00 modules: readme files regenerated - app_lua

[sr-dev] git:master:788d84e8: topos: declare variable at the beginning of the block

2018-08-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 788d84e8e7112555fc373a15e63f63d7ac157807 URL: https://github.com/kamailio/kamailio/commit/788d84e8e7112555fc373a15e63f63d7ac157807 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-14T10:42:44+02:00 topos: declare

[sr-dev] git:master:7788aa4b: app_lua: docs - more examples for lua_run()

2018-08-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7788aa4b396b27fe86bd535a0ded024531c5e75a URL: https://github.com/kamailio/kamailio/commit/7788aa4b396b27fe86bd535a0ded024531c5e75a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-14T10:42:44+02:00 app_lua: docs - more

[sr-dev] git:master:901d2c8c: modules: readme files regenerated - topos ... [skip ci]

2018-08-14 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 901d2c8c34c1585531808d3ebcbd6788fa40ae8c URL: https://github.com/kamailio/kamailio/commit/901d2c8c34c1585531808d3ebcbd6788fa40ae8c Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-08-14T10:02:13+02:00 modules: readme files regenerated - topos ...

Re: [sr-dev] [kamailio/kamailio] topos: adding param contact_hostname (#1596)

2018-08-14 Thread Daniel-Constantin Mierla
Merged #1596 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1596#event-1787136565___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:8454dac6: topos: adding param contact_host

2018-08-14 Thread Julien Chavanton
Module: kamailio Branch: master Commit: 8454dac69187516921a20686c9d9085a5db6728b URL: https://github.com/kamailio/kamailio/commit/8454dac69187516921a20686c9d9085a5db6728b Author: Julien Chavanton Committer: Julien Chavanton Date: 2018-07-18T11:16:29-07:00 topos: adding param contact_host ---

Re: [sr-dev] [kamailio/kamailio] core: print log_prefix after loglevel for more intuitive parsing (#1610)

2018-08-14 Thread Daniel-Constantin Mierla
Merged #1610 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1610#event-1787132695___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:b3b9b37a: Merge pull request #1610 from armenb/armenb/loglevel_then_log_prefix

2018-08-14 Thread GitHub
Module: kamailio Branch: master Commit: b3b9b37a8feae5361f527478670d6ca403efac96 URL: https://github.com/kamailio/kamailio/commit/b3b9b37a8feae5361f527478670d6ca403efac96 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-08-14T09:56:30+02:00 Merge pull request #1610 from

[sr-dev] git:master:f6f68cb9: core: print log_prefix after loglevel for more intuitive parsing

2018-08-14 Thread Armen Babikyan
Module: kamailio Branch: master Commit: f6f68cb91a1a1143d5cd64f7a847002cd897eb8b URL: https://github.com/kamailio/kamailio/commit/f6f68cb91a1a1143d5cd64f7a847002cd897eb8b Author: Armen Babikyan Committer: Armen Babikyan Date: 2018-08-01T14:01:53-07:00 core: print log_prefix after loglevel for

Re: [sr-dev] [kamailio/kamailio] Added msg_get_pv and msg_set_pv to app_python module (#1612)

2018-08-14 Thread Daniel-Constantin Mierla
Closed #1612. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1612#event-1787126927___ Kamailio (SER) - Development Mailing List