Re: [sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-12 Thread Ovidiu Sas
My bad: I was calling sht_iterator_end() and passing the htable name as an argument instead of the actual iterator. This didn't raise any error logs in previous versions of kamailio and the error popped up during an upgrade. Closing as invalid ... -- Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-12 Thread Ovidiu Sas
Closed #3260 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3260#event-7573147922 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:279de091: topoh: modparam to control header masking

2022-10-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 279de09111c0884f01fa002fabc8a200fcc26846 URL: https://github.com/kamailio/kamailio/commit/279de09111c0884f01fa002fabc8a200fcc26846 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-10-12T13:20:19+02:00 topoh: modparam to

[sr-dev] git:master:dc46d8eb: topoh: docs for mask_mode parameter

2022-10-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: dc46d8eb102d4390a5cb257ee1ac9a0cc7528551 URL: https://github.com/kamailio/kamailio/commit/dc46d8eb102d4390a5cb257ee1ac9a0cc7528551 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-10-12T13:36:53+02:00 topoh: docs for

Re: [sr-dev] [kamailio/kamailio] Retaining Contact Header for 301, 302 requests when using Topoh module (Issue #3256)

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

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.4.7 crash related to tls (Issue #3052)

2022-10-12 Thread Ihor Olkhovskyi
Just to add, it's more often case now (due to increase number of TLS clients) ``` 2022-10-12T12:46:52.905533+02:00 mycompanyphone-0058-fe-1.mycompany.domain /usr/local/sbin/kamailio[53316]: CRITICAL: [core/mem/q_malloc.c:521]: qm_free(): BUG: freeing already freed pointer (0x7f51947f3470),

Re: [sr-dev] [kamailio/kamailio] Retaining Contact Header for 301, 302 requests when using Topoh module (Issue #3256)

2022-10-12 Thread Daniel-Constantin Mierla
topoh was designed for interconnect, where redirects are usually not allowed. Propagation of contact header can disclose the topology on redirect, usually being a telephone number @ the domain/IP of the server hosting the target user. Anyhow, I see potential usefulness in specific cases if that

[sr-dev] git:master:6081ae45: modules: readme files regenerated - topoh ... [skip ci]

2022-10-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 6081ae45c21a50036d9b773d11b5c692767d6d1f URL: https://github.com/kamailio/kamailio/commit/6081ae45c21a50036d9b773d11b5c692767d6d1f Author: Kamailio Dev Committer: Kamailio Dev Date: 2022-10-12T16:16:30+02:00 modules: readme files regenerated - topoh ...

[sr-dev] git:master:17ef6f22: src/Makefile: deb-stable is bullseye nowadays

2022-10-12 Thread Victor Seva
Module: kamailio Branch: master Commit: 17ef6f22f24a77fba64d8076c8be771fac2ab00a URL: https://github.com/kamailio/kamailio/commit/17ef6f22f24a77fba64d8076c8be771fac2ab00a Author: Victor Seva Committer: Victor Seva Date: 2022-10-12T09:48:38+02:00 src/Makefile: deb-stable is bullseye nowadays

Re: [sr-dev] [kamailio/kamailio] htable: bogus error while trying to iterate over an empty htable (Issue #3260)

2022-10-12 Thread Daniel-Constantin Mierla
Actually that log message should be printed if the iterator is not found (like in: not defined) or there is no space for a new iterator (there is a limited number of iterators that can be created). Also, I think it can happen if the htable is not defined at all. And the log message should