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
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` *
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
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
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
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
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
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
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:
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://
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
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
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
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
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
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:
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.
17 matches
Mail list logo