[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-07-25 Thread Oded Arbel via sr-dev
@sergey-safarov OK, I agree this is confusing - it took me a minute to re-read all I wrote. `--with geoip2` means "disable GeoIP 1" (unlike `--without geoip` which means "disable *all* GeoIP"). This is probably not a great API... 😑 So for RHEL up to and including 8, the defaults are changed to:

[sr-dev] Re: [kamailio/kamailio] Suspected mem leak in the pua and request for ideas (Issue #3928)

2024-07-25 Thread Henning Westerholt via sr-dev
Which version of Kamailio are you testing? I didn't looked into the details, but in the last year there were some changes and fixes done for usrloc in the area of the different storage modes. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3928#

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-07-25 Thread sergey-safarov via sr-dev
@guss77 when used ``` ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3886#issuecomment-2250146723 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - De

[sr-dev] Re: [kamailio/kamailio] Suspected mem leak in the pua and request for ideas (Issue #3928)

2024-07-25 Thread Andrew Pogrebennyk via sr-dev
I think the pua is cleaning the memory in normal scenario, there has been some other passing issue such as innodb locks that caused some transactions to get stuck. Sorry for confusion. I understood the point about the tm callbacks. I am still investigating some mem leak in usrloc for XAVP when w

[sr-dev] git:master:a8cb2390: pkg: Add systemd template for starting multiple kamailio services

2024-07-25 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: a8cb23903b271a1b78456fed5da8e10474aee405 URL: https://github.com/kamailio/kamailio/commit/a8cb23903b271a1b78456fed5da8e10474aee405 Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Xenofon Karamanos <22965395+xkara...@users.n

[sr-dev] git:master:79433959: ims_qos_npn: fixed missing breaks in switch and checks for null pointers

2024-07-25 Thread Dragos Vingarzan via sr-dev
Module: kamailio Branch: master Commit: 7943395957c070a16553b16536e5be59b4719d9b URL: https://github.com/kamailio/kamailio/commit/7943395957c070a16553b16536e5be59b4719d9b Author: Dragos Vingarzan Committer: Dragos Vingarzan Date: 2024-07-25T11:47:24+02:00 ims_qos_npn: fixed missing breaks in s

[sr-dev] Re: [kamailio/kamailio] Build for el9 without legacy geoip (PR #3886)

2024-07-25 Thread Daniel-Constantin Mierla via sr-dev
@sergey-safarov: this one is about RPM specs, can you do a review and merge if it is ok? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3886#issuecomment-2249997743 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] git:master:a71bd9d9: cdp: fix use after free in transaction call backs

2024-07-25 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: a71bd9d9424456ef1167468c5bbbfd38b1099e89 URL: https://github.com/kamailio/kamailio/commit/a71bd9d9424456ef1167468c5bbbfd38b1099e89 Author: Rick Barenthin Committer: Daniel-Constantin Mierla Date: 2024-07-25T12:20:59+02:00 cdp: fix use after free in trans

[sr-dev] Re: [kamailio/kamailio] cdp: fix use after free in transaction call backs (PR #3931)

2024-07-25 Thread Daniel-Constantin Mierla via sr-dev
Merged #3931 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3931#event-13643517285 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] Re: [kamailio/kamailio] cdp: fix use after free in transaction call backs (PR #3931)

2024-07-25 Thread Dragos Vingarzan via sr-dev
@vingarzan approved this pull request. Indeed, good catch. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3931#pullrequestreview-2198848197 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] ims_qos_npn: fixed missing breaks and checks for null pointers (PR #3926)

2024-07-25 Thread Dragos Vingarzan via sr-dev
Merged #3926 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3926#event-13643095646 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] git:master:b4efe772: janssonrpcc: free new servers list on error

2024-07-25 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b4efe7725728392d0c8921c006d6fbc6455e9b8f URL: https://github.com/kamailio/kamailio/commit/b4efe7725728392d0c8921c006d6fbc6455e9b8f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-25T10:59:15+02:00 janssonrpcc: free new

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-25 Thread Xenofon Karamanos via sr-dev
Merged #3904 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3904#event-13641806338 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-25 Thread Xenofon Karamanos via sr-dev
@xkaraman pushed 1 commit. 49cd5fddbbb1d431334c5e6af4a43e9201745e77 pkg: Add systemd template for starting multiple kamailio services -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3904/files/48a522f3315430a7093abb703c0c827ed755539a..49cd5fddbbb1d431334c5e6af4a43e9201745e77 Yo

[sr-dev] git:master:a6c41571: core: cfg select - check res before initializing

2024-07-25 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: a6c415713bb209b03ff110d4ae891173d04ac471 URL: https://github.com/kamailio/kamailio/commit/a6c415713bb209b03ff110d4ae891173d04ac471 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-25T08:44:15+02:00 core: cfg select - che