[sr-dev] Re: [kamailio/kamailio] rtpengine: support receiving events from rtpengine and raise an event (PR #3473)

2023-06-20 Thread Joey Golan
Hi @miconda, Is there anything else I should do or join wait for someone to merge the PR? Thanks -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3473#issuecomment-1600089504 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] Silence “make: --libs: No such file or directory” warnings (PR #3475)

2023-06-20 Thread Дилян Палаузов
When the file `a` contains `BUILDER:=a`, the file `b` contains `BUILDER:=b`, and `Makefile` contains ```make include a include b all: @echo $(BUILDER) ``` (there is a TAB before @), then typing `make` prints `b`. I do not understand the question and I do not understand the build system

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread juha-h
With this kind of tls.cfg ``` [client:default] verify_certificate = yes require_certificate = yes tls_method = TLSv1.2+ private_key = /etc/sip-proxy/certs/siika-key.pem certificate = /etc/sip-proxy/certs/siika-cert.pem ca_list = /etc/sip-proxy/certs/ca_list.pem [server:default] verify_certificate

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread juha-h
Daniel-Constantin Mierla writes: > @juha-h: backporting to 5.7 may take a while, because support for > libssl 3.0 is not validated yet. Those are deprecating warnings, so > normally things should still work fine with them, but as reported on > other issues, there are crashes with libssl 3.0.

[sr-dev] Re: [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-20 Thread Daniel-Constantin Mierla
There is a note that tcp_set_src_addr() should be used only on init: - https://github.com/kamailio/kamailio/blob/master/src/core/tcp_main.c#L217 Are you sure it does not have side effects, when there is a mix of forcing and not-forcing send socket? Is it compatible with the old behaviour

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread Daniel-Constantin Mierla
@juha-h: backporting to 5.7 may take a while, because support for libssl 3.0 is not validated yet. Those are deprecating warnings, so normally things should still work fine with them, but as reported on other issues, there are crashes with libssl 3.0. Therefore it is expected there are other

[sr-dev] [kamailio/kamailio] core: fixed wrong network interface selection. (PR #3490)

2023-06-20 Thread Ivanuschak Nikolay
fixed incorrect source IP address selection for the SIP messages sending procedure when TCP transport is used or for UDP with the mhomed setting set as mhomed=1. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read:

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread juha-h
Reopened #3484. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#event-9580837229 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing List To

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread juha-h
Sorry, but the warnings have not been fixed in 5.7, which was the topic of this issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1598966691 You are receiving this because you commented. Message ID:

[sr-dev] Re: [kamailio/kamailio] wrong source address usage (Issue #3486)

2023-06-20 Thread sergey-safarov
As a hotfix we used options ``` tcp_source_ipv4 = IPv4 address tcp_source_ipv6 = IPv6 address ``` https://www.kamailio.org/wiki/cookbooks/5.4.x/core#tcp_source_ipv4_tcp_source_ipv6 This works if all Kamailio sockets are bound to one IP. To get it working for multiple IPs we try to make such a

[sr-dev] Re: [kamailio/kamailio] wrong source address usage (Issue #3486)

2023-06-20 Thread sergey-safarov
The network source address is important because the Kamailio address is whitelisted in the ACL. For me easier to manage this at the socket level, than manage it on the network OS routing rules. We now working pull request for this issue. So we will make a new attempt to discuss via PR. --

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread Victor Seva
Closed #3484 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#event-9578189490 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing List

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread Victor Seva
build warnings are fixed by #3482 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1598567410 You are receiving this because you commented. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:a0a9373c: tls: disable engine for openssl >= 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: a0a9373ccb3d3da3a1e9e1335d904fcf013d9ebd URL: https://github.com/kamailio/kamailio/commit/a0a9373ccb3d3da3a1e9e1335d904fcf013d9ebd Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: disable engine for openssl >= 3.0 >From

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
Merged #3482 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3482#event-9578079963 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:9d6bfb96: tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: 9d6bfb96528c49e6aaa39aa47be877ca528c3537 URL: https://github.com/kamailio/kamailio/commit/9d6bfb96528c49e6aaa39aa47be877ca528c3537 Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: OPENSSL_fork_[prepare|parent|child]

[sr-dev] git:master:c4b04696: tls: disable tls_rand for openssl >= 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: c4b04696a6bfe31fdd65fa56529b0d46f2774067 URL: https://github.com/kamailio/kamailio/commit/c4b04696a6bfe31fdd65fa56529b0d46f2774067 Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: disable tls_rand for openssl >= 3.0 >From

[sr-dev] Re: [kamailio/kamailio] wrong source address usage (Issue #3486)

2023-06-20 Thread Daniel-Constantin Mierla
Closed #3486 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3486#event-9578064332 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] wrong source address usage (Issue #3486)

2023-06-20 Thread Daniel-Constantin Mierla
I don't think this has to do anything with kamailio source code. It is about IP routing rules in the OS/kernel. If the sip headers have the expected addresses based on listen socket, then kamailio selected what it should. As noted on other issues here and mailing list discussions, for tcp is

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
@linuxmaniac pushed 2 commits. 4980e0584c08b1357e1165e9ec4f35f2476856fa tls: disable engine for openssl >= 3.0 bc6326ab747c35f689410b1f51aa956141ffe7e5 tls: disable tls_rand for openssl >= 3.0 -- View it on GitHub:

[sr-dev] git:master:af976a98: modules: readme files regenerated - matrix ... [skip ci]

2023-06-20 Thread Kamailio Dev
Module: kamailio Branch: master Commit: af976a989b2ed1bfd9090dd9ce09b0a7a8992965 URL: https://github.com/kamailio/kamailio/commit/af976a989b2ed1bfd9090dd9ce09b0a7a8992965 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-20T11:32:05+02:00 modules: readme files regenerated - matrix

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Daniel-Constantin Mierla
Probably this can be merged to master branch to facilitate easier testing. I think next step is to investigate about enabling locking for random number generation with `EVP_RAND_enable_locking()` - https://www.openssl.org/docs/man3.0/man3/EVP_RAND.html Replacing the default rand engine for

[sr-dev] [kamailio/kamailio] siptrace: fix pseudo var direction attribute length (PR #3489)

2023-06-20 Thread Mvondo Eric
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] Re: [kamailio/kamailio] Typos (PR #3487)

2023-06-20 Thread Daniel-Constantin Mierla
Merged from cli, github offered only squash merge. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3487#issuecomment-1598428064 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Typos (PR #3487)

2023-06-20 Thread Daniel-Constantin Mierla
Merged #3487 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3487#event-9577231567 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git: new commits in branch master

2023-06-20 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/9e4b47f75a572bb7732c90aac4a6b4346737ad37 Author: Date: 2023-06-18T20:14:57+02:00 core: typos - URL:

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
@linuxmaniac pushed 3 commits. ab4cd28371a47f32d65ba5fc643f8857ed8ef9aa tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0 808223dc0808d63544772d5aef7f19a24cbca215 tls: disable engine for openssl >= 3.0 cbbdbdc19611bb0b1969712726f7582b6c732149 tls: disable tls_rand for openssl

[sr-dev] git:master:d7ae9f14: modules: readme files regenerated - db_redis ... [skip ci]

2023-06-20 Thread Kamailio Dev
Module: kamailio Branch: master Commit: d7ae9f14502a90301455efbdf776eb785bcbbb50 URL: https://github.com/kamailio/kamailio/commit/d7ae9f14502a90301455efbdf776eb785bcbbb50 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-06-20T11:16:33+02:00 modules: readme files regenerated - db_redis

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-20 Thread Daniel-Constantin Mierla
@joelbax: I merged and then updated a bit the find command in the Makefile for n/db_redis modules to silent some warning about missing directories and use `-name` for finding file expression. Now compiles fine on ubuntu 22.04, before I got errors. Maybe you can test on your system to be sure it

[sr-dev] git:master:d29d435c: ndb_redis: Makefile - updated find command for libhiredis_ssl

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d29d435cad3ec52f4171035446870ad2fe991858 URL: https://github.com/kamailio/kamailio/commit/d29d435cad3ec52f4171035446870ad2fe991858 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-20T11:04:30+02:00 ndb_redis: Makefile -

[sr-dev] git:master:d88d60a0: db_redis: Makefile - updated find command for libhiredis_ssl

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d88d60a0f3d67f42e4201d6c871bbf993e6fa87b URL: https://github.com/kamailio/kamailio/commit/d88d60a0f3d67f42e4201d6c871bbf993e6fa87b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-20T11:03:04+02:00 db_redis: Makefile -

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-20 Thread Daniel-Constantin Mierla
Merged #3477 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3477#event-9576812869 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:cb96de74: db_redis: Format fixes

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cb96de742f1d729d01bf9c8c255a12aa089d6974 URL: https://github.com/kamailio/kamailio/commit/cb96de742f1d729d01bf9c8c255a12aa089d6974 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Format fixes Fixing

[sr-dev] git:master:d4192486: ndb_redis: Searching SSL support in gcc search library path

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d41924862a1729de186a5d1f4adddcfeb7fb7b7d URL: https://github.com/kamailio/kamailio/commit/d41924862a1729de186a5d1f4adddcfeb7fb7b7d Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Searching SSL

[sr-dev] git:master:043f31ea: ndb_redis: Fixing format

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 043f31ea0314c5d1d60a6ce8ce81e62693c4 URL: https://github.com/kamailio/kamailio/commit/043f31ea0314c5d1d60a6ce8ce81e62693c4 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Fixing format

[sr-dev] git:master:77e74b97: ndb_redis: Missing uprotected redisSSLContext

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 77e74b974249b3c4e2e67cc074cc8ff26d50fde8 URL: https://github.com/kamailio/kamailio/commit/77e74b974249b3c4e2e67cc074cc8ff26d50fde8 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Missing uprotected

[sr-dev] git:master:f7a712b3: db_redis: Searching SSL support in gcc search library path

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f7a712b36918bd9c01256fb2b283754ad9ed7422 URL: https://github.com/kamailio/kamailio/commit/f7a712b36918bd9c01256fb2b283754ad9ed7422 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Searching SSL support

[sr-dev] git:master:90f97720: ndb_redis: Fixing global variables names

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 90f977202af2d132fb63f20f76f9ad696a19656e URL: https://github.com/kamailio/kamailio/commit/90f977202af2d132fb63f20f76f9ad696a19656e Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Fixing global

[sr-dev] git:master:440e8cba: db_redis: Fixing Makefile

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 440e8cba9f9e8364e100a68283137da589e6f283 URL: https://github.com/kamailio/kamailio/commit/440e8cba9f9e8364e100a68283137da589e6f283 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Fixing Makefile

[sr-dev] git:master:30eec549: db_redis: Fixing global variables

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 30eec549396899eae32e651ef58d65c4684ab296 URL: https://github.com/kamailio/kamailio/commit/30eec549396899eae32e651ef58d65c4684ab296 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Fixing global

[sr-dev] git:master:4cca8c77: db_redis: Fixing build

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4cca8c777020e5fea49e37940e3c521d766588f9 URL: https://github.com/kamailio/kamailio/commit/4cca8c777020e5fea49e37940e3c521d766588f9 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Fixing build

[sr-dev] git:master:ba080b16: db_redis: Fixing format

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ba080b16353b53c29c147740f3541ceecbe31c1d URL: https://github.com/kamailio/kamailio/commit/ba080b16353b53c29c147740f3541ceecbe31c1d Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Fixing format Fixing

[sr-dev] git:master:dd6ee7a7: ndb_redis: Format fixes

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: dd6ee7a7499fce6ce33c59c0dd15af81a140ae4f URL: https://github.com/kamailio/kamailio/commit/dd6ee7a7499fce6ce33c59c0dd15af81a140ae4f Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Format fixes Fixing

[sr-dev] git:master:077980a0: db_redis: Missing format fixes

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 077980a000c37320bfade650c680da55af92154e URL: https://github.com/kamailio/kamailio/commit/077980a000c37320bfade650c680da55af92154e Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Missing format fixes

[sr-dev] git:master:67c77289: db_redis: Adding TLS support

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 67c77289afb994178afc1fd7558833097eb2f5b9 URL: https://github.com/kamailio/kamailio/commit/67c77289afb994178afc1fd7558833097eb2f5b9 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 db_redis: Adding TLS support

[sr-dev] git:master:79d5ab3b: ndb_redis: Adding TLS support

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 79d5ab3b86c0a1cc1b06efeee78ef5baa8d084f9 URL: https://github.com/kamailio/kamailio/commit/79d5ab3b86c0a1cc1b06efeee78ef5baa8d084f9 Author: Joel Centelles Committer: Daniel-Constantin Mierla Date: 2023-06-20T10:45:31+02:00 ndb_redis: Adding TLS support

[sr-dev] Re: [kamailio/kamailio] Adding TLS support to db_redis (also password support) and ndb_redis (PR #3477)

2023-06-20 Thread Daniel-Constantin Mierla
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3477#issuecomment-1598365764 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] Typos (PR #3487)

2023-06-20 Thread Daniel-Constantin Mierla
@miconda pushed 1 commit. 453a973849cc6eaab2e07d445675a9a3d6b1d8c5 Merge branch 'master' into typos -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3487/files/437b435c86c109bdda213998c6448ed255790018..453a973849cc6eaab2e07d445675a9a3d6b1d8c5 You are receiving this because you

[sr-dev] git:5.7:f1ebf365: Makefile.groups: added posops to extra group

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.7 Commit: f1ebf365e8054fbca260b8574bea502b32435382 URL: https://github.com/kamailio/kamailio/commit/f1ebf365e8054fbca260b8574bea502b32435382 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-20T09:15:59+02:00 Makefile.groups: added

[sr-dev] git:master:87959c23: Makefile.groups: added posops to extra group

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 87959c23aacf4cfa7ed8acd214f70775939c8a01 URL: https://github.com/kamailio/kamailio/commit/87959c23aacf4cfa7ed8acd214f70775939c8a01 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-06-20T09:15:31+02:00 Makefile.groups:

[sr-dev] git:master:73fdf7a8: src/Makefile.defs: complete removal of VQ_MALLOC memory manager

2023-06-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 73fdf7a8eb1ca3e00ff4844e6c797114f17f3525 URL: https://github.com/kamailio/kamailio/commit/73fdf7a8eb1ca3e00ff4844e6c797114f17f3525 Author: Committer: Daniel-Constantin Mierla Date:

[sr-dev] Re: [kamailio/kamailio] src/Makefile.defs: complete removal of VQ_MALLOC memory manager (PR #3488)

2023-06-20 Thread Daniel-Constantin Mierla
Merged #3488 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3488#event-9575874984 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:5.6:ada8f757: pkg/docker: submodule update [skip ci]

2023-06-20 Thread Sergey Safarov
Module: kamailio Branch: 5.6 Commit: ada8f757407712fe757398a38dab6d452545f018 URL: https://github.com/kamailio/kamailio/commit/ada8f757407712fe757398a38dab6d452545f018 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:05:53+03:00 pkg/docker: submodule update [skip ci] ---

[sr-dev] git:5.6:5f982c9f: pkg/kamailio/alpine: packaged lwsc

2023-06-20 Thread Sergey Safarov
Module: kamailio Branch: 5.6 Commit: 5f982c9f46f203d7976a57f12789213f78eaa261 URL: https://github.com/kamailio/kamailio/commit/5f982c9f46f203d7976a57f12789213f78eaa261 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:05:11+03:00 pkg/kamailio/alpine: packaged lwsc (cherry

[sr-dev] git:5.7:6005e8e4: pkg/kamailio/alpine: packaged lwsc

2023-06-20 Thread Sergey Safarov
Module: kamailio Branch: 5.7 Commit: 6005e8e4e3e0d9488693eca1484122dfed303ac6 URL: https://github.com/kamailio/kamailio/commit/6005e8e4e3e0d9488693eca1484122dfed303ac6 Author: Sergey Safarov Committer: Sergey Safarov Date: 2023-06-20T09:02:10+03:00 pkg/kamailio/alpine: packaged lwsc (cherry

[sr-dev] git:5.7:85e3a2bc: pkg/docker: submodule update [skip ci]

2023-06-20 Thread Sergey Safarov
Module: kamailio Branch: 5.7 Commit: 85e3a2bce7ba4d8c6e9c167c732dad11706f99d3 URL: https://github.com/kamailio/kamailio/commit/85e3a2bce7ba4d8c6e9c167c732dad11706f99d3 Author: Kaufman Committer: Sergey Safarov Date: 2023-06-20T09:02:10+03:00 pkg/docker: submodule update [skip ci] ---