[sr-dev] Re: [kamailio/kamailio] no corresponding socket found error (Issue #3583)

2024-11-16 Thread Later via sr-dev
This happens when UA sends `REGISTER` from a port that doesn't match the one advertised in a `CONTACT` header (for example there is a port translation (like PAT) on your firewall, or maybe a bug in UA 🤷) Kamailio will store `AoR` with a port from `CONTACT`, and this may be not reachable. As an

[sr-dev] Re: [kamailio/kamailio] fedora 40: make[2]: --libs8: No such file or directory (Issue #4025)

2024-11-16 Thread sergey-safarov via sr-dev
yes present ```sh [root@nout /]# pcre2-config --libs8 -lpcre2-8 [root@nout /]# which pcre2-config /usr/bin/pcre2-config [root@nout /]# rpm -qf /usr/bin/pcre2-config pcre2-devel-10.44-1.fc40.x86_64 ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issue

[sr-dev] Re: [kamailio/kamailio] wolfssl: implicit declaration of function ‘wolfSSL_get_servername’ (Issue #4024)

2024-11-16 Thread sergey-safarov via sr-dev
This issue is related to dist. The reason is that Kamailio with wolfssl 5.7.4 compiled properly on RHEL/CentOS 8/9. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4024#issuecomment-2480522342 You are receiving this because you are subscribed to