[sr-dev] git:master:166e6d80: http_client Terminate exported commands list

2016-09-26 Thread Martin Larsson
Module: kamailio Branch: master Commit: 166e6d80308adb822c9342cf75ac1ca8158e2f78 URL: https://github.com/kamailio/kamailio/commit/166e6d80308adb822c9342cf75ac1ca8158e2f78 Author: Martin Larsson Committer: Martin Larsson Date: 2016-09-26T15:09:21+02:00 http_client Terminate exported commands li

[sr-dev] [kamailio/kamailio] Unexpected log_systemd behavior when daemon is forked (#799)

2016-09-26 Thread Anthony Messina
Starting Kamailio (4.4 with branch updates through e43d82d applied) with the following systemd unit file, native systemd/journald logging doesn't work as expected. I *do* get core logging when I use ``` log_engine_type="systemd" loadmodule "log_systemd.so" ``` but `xlog` and `sd_journal_print` *

Re: [sr-dev] [kamailio/kamailio] http_client Terminate exported commands list (#798)

2016-09-26 Thread Martin Larsson
I found the issue when moving from CentOS 6 -> 7. I don't know why we didn't see the issue on CentOS6 but it is probably due to placement of the global data in memory. In the CentOS6 build of the http_client (latest from master branch) we were lucky/unlucky to get a 0 in the memory just after th

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc has "location" table name hardcoded (#796)

2016-09-26 Thread Charles Chance
Please try with b747d469e6c9d12be5e4541c41346b73f9bc1199, which introduces a new parameter "usrloc_domain". I will try to enhance further at a later date to allow for multiple domains. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it o

[sr-dev] git:master:b747d469: Add modparam to specify the usrloc domain to synchronize.

2016-09-26 Thread Charles Chance
Module: kamailio Branch: master Commit: b747d469e6c9d12be5e4541c41346b73f9bc1199 URL: https://github.com/kamailio/kamailio/commit/b747d469e6c9d12be5e4541c41346b73f9bc1199 Author: Charles Chance Committer: Charles Chance Date: 2016-09-26T16:00:42+01:00 Add modparam to specify the usrloc domain

[sr-dev] git:master:af2f5007: Update documentation to include new usrloc_domain parameter.

2016-09-26 Thread Charles Chance
Module: kamailio Branch: master Commit: af2f50071db80d22ebd790608ea409ed4cc36c04 URL: https://github.com/kamailio/kamailio/commit/af2f50071db80d22ebd790608ea409ed4cc36c04 Author: Charles Chance Committer: Charles Chance Date: 2016-09-26T16:00:42+01:00 Update documentation to include new usrloc

[sr-dev] git:master:3a6a8b63: Merge pull request #798 from osthyvel/terminate_list

2016-09-26 Thread GitHub
Module: kamailio Branch: master Commit: 3a6a8b632191ea1940ed8271151ef8564b486708 URL: https://github.com/kamailio/kamailio/commit/3a6a8b632191ea1940ed8271151ef8564b486708 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-09-26T16:47:05+02:00 Merge pull request #798 from osthyvel/te

Re: [sr-dev] [kamailio/kamailio] http_client Terminate exported commands list (#798)

2016-09-26 Thread Olle E. Johansson
Thanks for finding that out. My test module did not crash - can you elaborate how you read outside of the list? Wan't to learn so we can prevent it from happening again. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https

Re: [sr-dev] [kamailio/kamailio] http_client Terminate exported commands list (#798)

2016-09-26 Thread Daniel-Constantin Mierla
Thanks! -- 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/798#issuecomment-249591708___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] http_client Terminate exported commands list (#798)

2016-09-26 Thread Daniel-Constantin Mierla
Merged #798. -- 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/798#event-802393921___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] [kamailio/kamailio] http_client Terminate exported commands list (#798)

2016-09-26 Thread Martin Larsson
The list of exported functions was not terminated, which caused a segfault in find_mod_export_record() when reading outside the list. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/798 -- Commit Summary -- * http_client Terminate exp

[sr-dev] git:master:18a3a5aa: ims_usrloc_scscf: fixed derefenrecing of already freed subscription

2016-09-26 Thread jaybeepee
Module: kamailio Branch: master Commit: 18a3a5aa66434b995d51c85d016da0092b0c6c41 URL: https://github.com/kamailio/kamailio/commit/18a3a5aa66434b995d51c85d016da0092b0c6c41 Author: jaybeepee Committer: jaybeepee Date: 2016-09-26T13:21:10+02:00 ims_usrloc_scscf: fixed derefenrecing of already fre

[sr-dev] git:master:587ec84c: modules/ims_qos: add media subcomponent option for RTP/AVPF as well as prevent crash on unknown subcomponent

2016-09-26 Thread jaybeepee
Module: kamailio Branch: master Commit: 587ec84cea23e891d31151e13eb1d86a0638f8bd URL: https://github.com/kamailio/kamailio/commit/587ec84cea23e891d31151e13eb1d86a0638f8bd Author: jaybeepee Committer: jaybeepee Date: 2016-09-26T13:20:40+02:00 modules/ims_qos: add media subcomponent option for R

[sr-dev] [kamailio/kamailio] uac_auth() function broken in 4.4.3 (#797)

2016-09-26 Thread Sebastian Damm
We upgraded a system from 4.4.2 to 4.4.3 last week. After that, the uac_auth() function didn't do what it was supposed to do anymore. This is the failure route in the config file: ``` failure_route[TRUNKAUTH] { if (t_is_canceled()) { exit; } if ($T_reply_code == 401 or $T_re

Re: [sr-dev] [kamailio/kamailio] inserting contact into database failed (#791)

2016-09-26 Thread Daniel-Constantin Mierla
I guess 'partition' is a reserved word for mariadb, but db_unixodbc is not quoting the column names. Is there any reason not to use db_mysql, afaik, it should work fine for mariadb and it does proper quotation of column names. As for db_unixodbc, it may need a mod param to set the quotation cha

Re: [sr-dev] [kamailio/kamailio] strange result from avp_db_query (#792)

2016-09-26 Thread Daniel-Constantin Mierla
Closed #792. -- 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/792#event-801955905___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] strange result from avp_db_query (#792)

2016-09-26 Thread Daniel-Constantin Mierla
The avps are not single value variables, but a linked list. Practically it adds to the list whenever there is an assignment (in config or inside a function). It requires to empty the list yourself in the config if you expect some operations to add there and you don't want old values to remain.