Re: [sr-dev] [kamailio/kamailio] avpops: avp_copy add xavp (#7)

2019-09-17 Thread Daniel-Constantin Mierla
@jchavanton - open a dedicated issue for the implode/explode with empty value, or a pull request if you want to fix it. -- 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/7#issuecomme

Re: [sr-dev] [kamailio/kamailio] avpops: avp_copy add xavp (#7)

2019-09-17 Thread Julien Chavanton
Just looked at the option to use `xavp_params_implode` followed by `xavp_params_explode` no luck with that because `xavp_params_explode` will fail to parse emtpy params. Example: `$xavp(x[0]=>y) = "";` Will fail to parse because `y=;` is not supported. I am looking at existing solution befor

Re: [sr-dev] missing db structure changes

2019-09-17 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I generated the sql statements for upgrading from 5.2 to 5.3, most of them > being increase of size for columns. The wiki page is: > > * https://www.kamailio.org/wiki/install/upgrade/5.2.x-to-5.3.0 Thanks. As I mentioned, it would be good if people who make

[sr-dev] git:5.2:e8c6a8fb: dialog: run DLGCB_LOADED callbacks when loading dialog from db

2019-09-17 Thread Federico Cabiddu
Module: kamailio Branch: 5.2 Commit: e8c6a8fbd1b16ddd1b8c9180aaf27dcd5cc9e05c URL: https://github.com/kamailio/kamailio/commit/e8c6a8fbd1b16ddd1b8c9180aaf27dcd5cc9e05c Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2019-09-17T14:35:53+02:00 dialog: run DLGCB_LOADED callbacks when l

Re: [sr-dev] [kamailio/kamailio] dialog: run DLGCB_LOADED callbacks when loading dialog from db (#2066)

2019-09-17 Thread Federico Cabiddu
Merged #2066 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/2066#event-2639721028___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:392a9abb: Merge pull request #2066 from kamailio/grumvalski/run_cb_on_dlg_load

2019-09-17 Thread GitHub
Module: kamailio Branch: master Commit: 392a9abb79c1ff85e087540cc50f7f2a54d201df URL: https://github.com/kamailio/kamailio/commit/392a9abb79c1ff85e087540cc50f7f2a54d201df Author: Federico Cabiddu Committer: GitHub Date: 2019-09-17T14:35:10+02:00 Merge pull request #2066 from kamailio/grumvalsk

[sr-dev] git:master:10037f65: dialog: run DLGCB_LOADED callbacks when loading dialog from db

2019-09-17 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 10037f658cd1657275f383314b6960715c17ea39 URL: https://github.com/kamailio/kamailio/commit/10037f658cd1657275f383314b6960715c17ea39 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2019-09-17T07:52:29+02:00 dialog: run DLGCB_LOADED callbacks whe

Re: [sr-dev] [kamailio/kamailio] dialog: run DLGCB_LOADED callbacks when loading dialog from db (#2066)

2019-09-17 Thread Federico Cabiddu
Thanks. I'm going to merge and backport to 5.2 (where the new functions have been introduced). -- 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/2066#issuecomment-532200676

[sr-dev] git:master:801a9e38: core: print a version flag when pthread shared mutex is enabled for tls

2019-09-17 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 801a9e38bcd863950a53ed0ca63a2976376daddc URL: https://github.com/kamailio/kamailio/commit/801a9e38bcd863950a53ed0ca63a2976376daddc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-09-17T13:18:08+02:00 core: print a version

Re: [sr-dev] [kamailio/kamailio] dialog: run DLGCB_LOADED callbacks when loading dialog from db (#2066)

2019-09-17 Thread Daniel-Constantin Mierla
>From my point of view it is ok to merge and backport if needed. -- 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/2066#issuecomment-532120674___