Re: [sr-dev] [kamailio/kamailio] Unexpected kamailio 5.4 segfault related to dialog variables (#2828)

2022-10-11 Thread descartin
Hello Daniel, we tested it but seems there is an issue still with latest 5.6 to handle stirng to long conversion. So we will wait until it's addressed. By the way, those changes you made on the dialog module, could they be backported to other versions like 5.5 or 5.4? thanks a lot and regards

[sr-dev] git:master:611cfede: core: dns cache - check pointer and small formatting

2022-10-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 611cfede181f4cd61f576068708975efe5f66ffc URL: https://github.com/kamailio/kamailio/commit/611cfede181f4cd61f576068708975efe5f66ffc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-10-11T09:40:56+02:00 core: dns cache -

Re: [sr-dev] [kamailio/kamailio] APKBUILD: remove python2 references (PR #3258)

2022-10-11 Thread Ben Kaufman
> The Alpine automatic build does not work now. Required refactoring after > Docker Hub closed the CI-builds on the free accounts. A thing required to > write an automatic Alpine build using GitHub actions. > > Let's write alpine automatic builds during the next mouth. If this does not >

[sr-dev] git:master:cbe6cef5: keepalive: removed redundant checks

2022-10-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cbe6cef58da8de7efa18c4e34458a81176d23e42 URL: https://github.com/kamailio/kamailio/commit/cbe6cef58da8de7efa18c4e34458a81176d23e42 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-10-11T10:17:34+02:00 keepalive: removed

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

2022-10-11 Thread Ovidiu Sas
### Description While trying to iterate over an empty htable, this erro is printed: ``` ERROR: htable [ht_api.c:1847]: ht_iterator_end(): iterator not found [HTABLE_NAME] ``` There error log should be removed, it is normal to not find an iterator on an empty table. This error is printed only on

Re: [sr-dev] [kamailio/kamailio] APKBUILD: remove python2 references (PR #3258)

2022-10-11 Thread sergey-safarov
> Just so I understand correctly: You're referencing the apk binaries that get > push to the official Alpine Linux repos, correct? Are you handling this / is > any assistance, etc. needed? No, we push apk to the docker hub image. and then this maybe utilized using docker or k8s. > This issue