[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.2 - tls_wolfssl - failed: Free fragment not found (Issue #3634)

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Kamailio uses its own memory manager, so even you have a lot of memory in that system, you have to instruct Kamailio how much to use via `-m` and `-M` parameters. In this case `-m` is important, be sure you have at least 256 (if you have a lot of tls connections, then make it even higher). If

[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.2 - tls_wolfssl - failed: Free fragment not found (Issue #3634)

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Closed #3634 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3634#event-10922023701 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
I pushed a patch to print error log messages when not finding the callback function for tm events (branch, failure, onreply). Not for event route callbacks because many of them are optional, to be executed if they exist. I will try to think if any option could be added to be able to control it

[sr-dev] Re: [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Closed #3572 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3572#event-10921521159 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:a5bc1c03: core: mem - qm memory manager updated to align to 16

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: a5bc1c03968b797ac03d5b648ad3b417dfee265d URL: https://github.com/kamailio/kamailio/commit/a5bc1c03968b797ac03d5b648ad3b417dfee265d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-09T20:33:31+01:00 core: mem - qm memory

[sr-dev] git:master:eabd1e2c: core: mem - qm malloc optimization factor increased to 15

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: eabd1e2c49b3e67455d5d8b13809332832036fa8 URL: https://github.com/kamailio/kamailio/commit/eabd1e2c49b3e67455d5d8b13809332832036fa8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-10T07:29:51+01:00 core: mem - qm malloc

[sr-dev] git:master:695dc54d: app_python3: enable error log mode for some of missing callback functions

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 695dc54dc1547fdee18b00cfa8e4d15f047834a5 URL: https://github.com/kamailio/kamailio/commit/695dc54dc1547fdee18b00cfa8e4d15f047834a5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-10T07:31:38+01:00 app_python3: enable

[sr-dev] Re: [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-11-09 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3572#issuecomment-1804986519 You are receiving this because

[sr-dev] [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-09 Thread Sebastian Damm via sr-dev
### Description We have updated one system from a Ubuntu Focal 5.6.x container to a Ubuntu Jammy 5.7.2 container. In the last 24 hours, we saw three crashes. The logs of the last crash say: ``` Nov 09 20:39:34 sipproxy /usr/sbin/kamailio[4332]: CRITICAL: [core/mem/q_malloc.c:519]: qm_free():

[sr-dev] [kamailio/kamailio] kamailio 5.7.2 - tls_wolfssl - failed: Free fragment not found (Issue #3634)

2023-11-09 Thread badien via sr-dev
tls_wolfssl falied: Nov 9 18:56:32 server99 /usr/local/sbin/kamailio[199263]: ERROR: [core/mem/q_malloc.c:297]: qm_find_free(): qm_find_free(0x7f1a9117a000, 3216); Free fragment not found! Nov 9 18:56:32 server99 /usr/local/sbin/kamailio[199263]: ERROR: [core/mem/q_malloc.c:430]:

[sr-dev] git:master:7bdd7fb4: dialog: use memcpy to fill profile uid

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7bdd7fb4aa666b5f56ae3e554770126ad5b68c2e URL: https://github.com/kamailio/kamailio/commit/7bdd7fb4aa666b5f56ae3e554770126ad5b68c2e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-09T15:32:39+01:00 dialog: use memcpy to

[sr-dev] git:master:36806bea: imc: coverted some static global str variables to macros

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 36806bea261f7a29dc1d2a8aedac837a06043968 URL: https://github.com/kamailio/kamailio/commit/36806bea261f7a29dc1d2a8aedac837a06043968 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-09T14:54:13+01:00 imc: coverted some

[sr-dev] [kamailio/kamailio] cdp: Support for diameter routing agent (DRA) / relaying (PR #3633)

2023-11-09 Thread Morten Tryfoss via sr-dev
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] git:master:9b01012b: core: use string building functions with explicit lenght

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9b01012b5fab43ca3b1ddc7d7493b0edc69cdceb URL: https://github.com/kamailio/kamailio/commit/9b01012b5fab43ca3b1ddc7d7493b0edc69cdceb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-09T10:44:00+01:00 core: use string

[sr-dev] git:master:af86d0e2: modules: readme files regenerated - ims_charging ... [skip ci]

2023-11-09 Thread The Root via sr-dev
Module: kamailio Branch: master Commit: af86d0e27b9a66cff392fd5e462901864bc3dc18 URL: https://github.com/kamailio/kamailio/commit/af86d0e27b9a66cff392fd5e462901864bc3dc18 Author: Kamailio Dev Committer: The Root Date: 2023-11-09T09:31:21+01:00 modules: readme files regenerated - ims_charging

[sr-dev] git:master:8269b719: modules: readme files regenerated - rtpengine ... [skip ci]

2023-11-09 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 8269b719775ce704eade4a832ae8abb56af08841 URL: https://github.com/kamailio/kamailio/commit/8269b719775ce704eade4a832ae8abb56af08841 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-11-09T09:32:21+01:00 modules: readme files regenerated - rtpengine

[sr-dev] git:master:aab0e4a3: rtpengine: remove mistaken statement for set_rtpengine_set() about rtpengine_manage()

2023-11-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: aab0e4a3b86f309f8a0333d20f632fec1158af9f URL: https://github.com/kamailio/kamailio/commit/aab0e4a3b86f309f8a0333d20f632fec1158af9f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-11-09T09:27:07+01:00 rtpengine: remove