[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2024-03-12 Thread Andreas Granig via sr-dev
> ERROR: topos [tps_storage.c:1407]: tps_db_load_dialog(): invalid dlg uuid > provided ,This error was noticed before the last commit > [[9769806](https://github.com/kamailio/kamailio/commit/9769806b96148a2ede4612605c6d4af047c137f7)]. > After this update it was fine. I have tested with more

[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2024-03-12 Thread Andreas Granig via sr-dev
> I tested it for REGISTER, and it seems to break if the registrar sends e.g. a > 4xx with no contact back, causing the log line > > ``` > ERROR: topos [tps_storage.c:1407]: tps_db_load_dialog(): invalid dlg uuid > provided > ``` > > Is this something you've experienced, @toharish ? Thinking

[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2024-03-12 Thread Andreas Granig via sr-dev
I tested it for REGISTER, and it seems to break if the registrar sends e.g. a 4xx with no contact back, causing the log line ``` ERROR: topos [tps_storage.c:1407]: tps_db_load_dialog(): invalid dlg uuid provided ``` Is this something you've experienced, @toharish ? -- Reply to this email

[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2024-03-12 Thread Andreas Granig via sr-dev
Interested in that one, as I by chance have an immediate need for it. Will test it today. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3766#issuecomment-1991461000 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:2bb8b568: mqtt: Add tls_alpn module option

2022-10-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: 2bb8b5689c3064bd0ad1da80bdcfa36f29d2b8e3 URL: https://github.com/kamailio/kamailio/commit/2bb8b5689c3064bd0ad1da80bdcfa36f29d2b8e3 Author: Andreas Granig Committer: Andreas Granig Date: 2022-10-13T17:42:47+02:00 mqtt: Add tls_alpn module option

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
Merged #3261 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3261#event-7582729588 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig commented on this pull request. > @@ -324,6 +324,27 @@ modparam("mqtt", "ca_path", "/etc/ssl/certs") ... modparam("mqtt", "tls_method", "tlsv1.3") +... + + + + + tls_alpn (str) + +Used

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig commented on this pull request. > @@ -324,6 +324,27 @@ modparam("mqtt", "ca_path", "/etc/ssl/certs") ... modparam("mqtt", "tls_method", "tlsv1.3") +... + + + + + tls_alpn (str) + +Used

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig commented on this pull request. > @@ -324,6 +324,27 @@ modparam("mqtt", "ca_path", "/etc/ssl/certs") ... modparam("mqtt", "tls_method", "tlsv1.3") +... + + + + + tls_alpn (str) + +Used

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig commented on this pull request. > @@ -324,6 +324,27 @@ modparam("mqtt", "ca_path", "/etc/ssl/certs") ... modparam("mqtt", "tls_method", "tlsv1.3") +... + + + + + tls_alpn (str) + +Used

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig pushed 1 commit. bf5cf64f1daf8f0c8062e32d116c5da357fe516d mqtt: Add tls_alpn module option -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3261/files/43981e28e4fa48f6f6f69af1594f671742d1e4cf..bf5cf64f1daf8f0c8062e32d116c5da357fe516d You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
@agranig commented on this pull request. > @@ -324,6 +324,27 @@ modparam("mqtt", "ca_path", "/etc/ssl/certs") ... modparam("mqtt", "tls_method", "tlsv1.3") +... + + + + + tls_alpn (str) + +Used

[sr-dev] [kamailio/kamailio] mqtt: Add tls_alpn module option (PR #3261)

2022-10-13 Thread Andreas Granig
This is used when a service (like AWS IoT Core) uses one TLS port for multiple services (like https and mqtt), so you have to set the ALPN to mqtt to be able to connect kamailio. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read:

Re: [sr-dev] [kamailio/kamailio] db_redis: fix broken pipe issue, if redis server with timeout setting. (#2791)

2021-06-28 Thread Andreas Granig
Thanks for the patch, looks good! I'll take care merging 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] db_redis: add support for native redis cluster (#1997)

2019-07-01 Thread Andreas Granig
Hey, unfortunately it doesn’t support it yet, and it’s not clear yet when I can address this, as I don’t have immediate needs 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] db_redis: fix schema (#1919)

2019-04-02 Thread Andreas Granig
agranig approved this pull request. +2, looks good to me -- 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] dialplan: implement Iterative dialplan matching (#764)

2018-09-17 Thread Andreas Granig
Hey, yes, absolutely interested, just didn’t get around following up on this further! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:cc6865cd: db_redis: Fix scanning large tables

2018-04-11 Thread Andreas Granig
Module: kamailio Branch: master Commit: cc6865cd7d0fc48709acd7685d315eb5575e45bd URL: https://github.com/kamailio/kamailio/commit/cc6865cd7d0fc48709acd7685d315eb5575e45bd Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-04-11T17

Re: [sr-dev] [kamailio/kamailio] db_redis: fix compilation warning (#1495)

2018-04-09 Thread Andreas Granig
agranig approved this pull request. -- 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/1495#pullrequestreview-110413756___ Kamailio (SER)

[sr-dev] git:master:0729d9fc: db_redis: Force table scan if no query keys given

2018-04-05 Thread Andreas Granig
Module: kamailio Branch: master Commit: 0729d9fc2cde7caf3e21b3e609cd26b24e38c19b URL: https://github.com/kamailio/kamailio/commit/0729d9fc2cde7caf3e21b3e609cd26b24e38c19b Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-04-05T11

[sr-dev] git:master:22bd6ca0: db_redis: Fix various pointer and memory issues

2018-03-19 Thread Andreas Granig
Module: kamailio Branch: master Commit: 22bd6ca04dd20951a20aca77ec9a8cb46cdf73f9 URL: https://github.com/kamailio/kamailio/commit/22bd6ca04dd20951a20aca77ec9a8cb46cdf73f9 Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-03-19T17

[sr-dev] git:master:c9f2aa71: db_redis: Align schema with usrloc expires_type default

2018-03-08 Thread Andreas Granig
Module: kamailio Branch: master Commit: c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea URL: https://github.com/kamailio/kamailio/commit/c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-03-08T15

[sr-dev] git:master:b62d6235: db_redis: Update schema definition

2018-03-01 Thread Andreas Granig
Module: kamailio Branch: master Commit: b62d623578737a85dd18cacc66f4e71232b463aa URL: https://github.com/kamailio/kamailio/commit/b62d623578737a85dd18cacc66f4e71232b463aa Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-03-01T09

[sr-dev] git:master:62d7c838: db_redis: Fix removal of correct queued command

2018-02-27 Thread Andreas Granig
Module: kamailio Branch: master Commit: 62d7c838b5bcef04c3445b9eb9c6d73402f2b02f URL: https://github.com/kamailio/kamailio/commit/62d7c838b5bcef04c3445b9eb9c6d73402f2b02f Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-02-27T17

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-21 Thread Andreas Granig
Try redis://password@host:port/db and let me know if it works for you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:fd9fe3a6: db_redis: re-do appended commands after reconnect

2018-02-20 Thread Andreas Granig
Module: kamailio Branch: master Commit: fd9fe3a677cde97dbf00ef965c45e5b6a495edf7 URL: https://github.com/kamailio/kamailio/commit/fd9fe3a677cde97dbf00ef965c45e5b6a495edf7 Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-02-20T11

[sr-dev] git:master:e727ddce: db_redis: Install redis schema along with module

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: e727ddcef5113c5235d8d2dde9da86a8c2d2b4bb URL: https://github.com/kamailio/kamailio/commit/e727ddcef5113c5235d8d2dde9da86a8c2d2b4bb Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-02-14T15

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-14 Thread Andreas Granig
Merged #1432. -- 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/1432#event-1473375435___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:56ad1423: db_redis: Use schema files and improve keys def

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: 56ad14236c02af1c82e3bdbcf1f85bb6f0efd728 URL: https://github.com/kamailio/kamailio/commit/56ad14236c02af1c82e3bdbcf1f85bb6f0efd728 Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-02-13T16

[sr-dev] git:master:53e746b5: db_redis: Implement db_redis generic db driver

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: 53e746b5c527fa542e4b2b7353af5a3b4042d7d2 URL: https://github.com/kamailio/kamailio/commit/53e746b5c527fa542e4b2b7353af5a3b4042d7d2 Author: Andreas Granig <agra...@sipwise.com> Committer: Andreas Granig <agra...@sipwise.com> Date: 2018-02-08T15

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-13 Thread Andreas Granig
Hi @miconda, I've improved the module with the suggestions you made: * utilize xml schema definitions and load them from files to avoid having to define them as mod params * allow multiple keys mod params definitions to make config more readable * reconnect improvements * documentation fixes and

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-13 Thread Andreas Granig
@agranig pushed 1 commit. 609c350 db_redis: Use schema files and improve keys def -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-08 Thread Andreas Granig
@agranig pushed 1 commit. 2378fb9 db_redis: Fix missed freeing redis reply objects -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-08 Thread Andreas Granig
@agranig pushed 1 commit. dcb8611 db_redis: Cleanups and fixes -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1432/files/aab86a5595b4b6294d9a1073321d623520f3fc0c..dcb86110b481a32071d1b87a7c6066dbc8ce810c

Re: [sr-dev] [kamailio/kamailio] redis support into usrloc (#1137)

2018-02-07 Thread Andreas Granig
JFYI, there is another generic implementation available as of today at https://github.com/agranig/kamailio/tree/agranig/db_redis/src/modules/db_redis. It's currently undergoing internal reviews, I'll send a pull request in a couple of days. Compared to Surendra's implementation, it's supposed