[sr-dev] git:master:22a72f3a: core: ip addr - use POSIX INET6_ADDRSTRLEN and INET_ADDRSTRLEN to define sizes

2021-08-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 22a72f3a7725d56f00e22bdc52d44bd53da7c091 URL: https://github.com/kamailio/kamailio/commit/22a72f3a7725d56f00e22bdc52d44bd53da7c091 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-08-13T08:57:10+02:00 core: ip addr - use PO

Re: [sr-dev] Bullseye builds

2021-08-13 Thread George Diamantopoulos
Excellent. Thanks! On Thu, 12 Aug 2021 at 09:56, Henning Westerholt wrote: > Hello George, > > > > they will be for sure available. I will take probably at least a few days, > depending on the availability of the developers doing packaging work. > > > > Cheers, > > > > Henning > > > > *From:* sr

[sr-dev] [kamailio/kamailio] 39chr long ipv6 issue ? (#2823)

2021-08-13 Thread Tristan Mahé
### Description When receiving packets from an ipv6 full length, $si is empty When trying to listen to an ipv6 full length, kamailio refuses to start, trying to resolve the ipv6 instead of parsing it as an IPv6 There's no problem if the ipv6 in question is not maximum length. ### Troubleshooti

Re: [sr-dev] [kamailio/kamailio] 39chr long ipv6 issue ? (#2823)

2021-08-13 Thread Daniel-Constantin Mierla
Can you try with the patch reference above? The issue seems to be the use of inet_ntop() for default IPv6 representation. Another solution in existing release may be setting `ipv6_hex_style` global parameter to `a` or `A`. -- You are receiving this because you are subscribed to this thread. Re

[sr-dev] [kamailio/kamailio] integer overflow in 'core.shmmem' output (#2824)

2021-08-13 Thread Julius Flohr
Hi, we are using kamailio with more than 4GB of shared memory. When using 'core.shmem' we are expierencing an integer overflow in the output. The issue can be found here: https://github.com/kamailio/kamailio/blob/1ddc27f199061025a6a43da3e8a1388fcaddfe19/src/modules/corex/corex_rpc_shm.c#L72 I

Re: [sr-dev] [kamailio/kamailio] TLSA Undefined Symbol __dlclose (#2815)

2021-08-13 Thread Tim Chubb
Additional notes with ubuntu 18.04 Thought i would try compiling against openssl 1.0.2u to see what effect that had. Although open ssl would compile correctly, tlsa would complain when trying to link against 1.02u. Solution was to re-rerun the openssl ./config script with the suggested compil

[sr-dev] [kamailio/kamailio] mqueue: add two new module parameters (#2825)

2021-08-13 Thread Stefan Mititelu
Add mqueue_name and mqueue_size to define queues. Updated doc.