[sr-dev] Enquiry about N5 interface implementation

2024-04-29 Thread Viabhav Bansal via sr-dev
Hey there! I hope the Kamailio team is physically as well as mentally healthy and thriving towards progressive development. I am a part of a team which deals in development of converged 4G and 5G networks. We have been diving deep into Open5GS 5G core and use Kamailio as our SIP server.

[sr-dev] Re: [kamailio/kamailio] registrar: adding contact and UA to xavp_cfg (Issue #3753)

2024-04-29 Thread github-actions[bot] via sr-dev
Closed #3753 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3753#event-12651480301 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] app_python3: make it compatible with TLS refactoring (Issue #3832)

2024-04-29 Thread space88man via sr-dev
Closed #3832 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3832#event-12650143823 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] app_python3: make it compatible with TLS refactoring (Issue #3832)

2024-04-29 Thread Ihor Olkhovskyi via sr-dev
@space88man I can confirm, that fix is working for 5.8 branch with commit [cafe437](https://github.com/kamailio/kamailio/commit/cafe437dcb637b0e571a2d2ffd04d911584404d9) No deadlock with tls_threads_mode=2 and also no fail under TLS load for both modes. Many thanks! (As I was testing soon

[sr-dev] Re: [kamailio/kamailio] multiple subsytems: unsigned integer conversion fixes (PR #3828)

2024-04-29 Thread Tyler Moore via sr-dev
> Thanks for the PR. Could you please fix the format by running clang-format on > the files and do a force-push to update the individual commits? This check is > right now failing. Fixed the formatting, let me know if further tests need provided for this PR. -- Reply to this email directly or

[sr-dev] Re: [kamailio/kamailio] uac: add reload_delta parameter (PR #3829)

2024-04-29 Thread Tyler Moore via sr-dev
> Thanks for the PR. Could you please fix the format by running clang-format on > the files and do a force-push to update the individual commit(s)? This check > is right now failing. Fixed formatting, let me know if any other changes are needed. -- Reply to this email directly or view it on

[sr-dev] Re: [kamailio/kamailio] Mem leak in smsops which leads to the udp receiver process leak memory continuously (Issue #3833)

2024-04-29 Thread Henning Westerholt via sr-dev
Hello, it looks like that you are observing a memory leak. You can look into it e.g. with memory debugging and try to debug it: https://www.kamailio.org/wiki/tutorials/troubleshooting/memory Generally, I would suggest decreasing the PGK memory, 256 MB is way too much, e.g, to 16-32 MB and

[sr-dev] Re: [kamailio/kamailio] usrloc: delete location_attrs in db_only mode on delete_urecord (PR #3827)

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Thanks, looks ok imo. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3827#issuecomment-2083301903 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:20a75004: ims_registrar_scscf: fix uninitialized arguments in save()

2024-04-29 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 20a75004d53a06da0f22b11804a4d83496ad8919 URL: https://github.com/kamailio/kamailio/commit/20a75004d53a06da0f22b11804a4d83496ad8919 Author: Alexander Couzens Committer: Henning Westerholt Date: 2024-04-29T19:27:15+02:00 ims_registrar_scscf: fix

[sr-dev] Re: [kamailio/kamailio] ims_registrar_scscf: fix uninitialized access of memory, minor refactors (PR #3787)

2024-04-29 Thread Henning Westerholt via sr-dev
Merged #3787 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3787#event-12646570767 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:82a6d7ea: ims_registrar_scscf: refactor save_fixup4

2024-04-29 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 82a6d7ea6edbaca60879a38c5e74e40920e89342 URL: https://github.com/kamailio/kamailio/commit/82a6d7ea6edbaca60879a38c5e74e40920e89342 Author: Alexander Couzens Committer: Henning Westerholt Date: 2024-04-29T19:27:15+02:00 ims_registrar_scscf: refactor

[sr-dev] git:master:6f908f05: ims_registrar_scscf: fix typo in function name uint_fixup

2024-04-29 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 6f908f05d4691abcb1b3a745048d3cc2a9996676 URL: https://github.com/kamailio/kamailio/commit/6f908f05d4691abcb1b3a745048d3cc2a9996676 Author: Alexander Couzens Committer: Henning Westerholt Date: 2024-04-29T19:27:15+02:00 ims_registrar_scscf: fix typo in

[sr-dev] git:master:c3e6c1ed: ims_registrar_scscf: free_uint_fixup: fix memleak/freeing the wrong parameter

2024-04-29 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: c3e6c1edc7531406208efe2965243e6e81506127 URL: https://github.com/kamailio/kamailio/commit/c3e6c1edc7531406208efe2965243e6e81506127 Author: Alexander Couzens Committer: Henning Westerholt Date: 2024-04-29T19:27:15+02:00 ims_registrar_scscf:

[sr-dev] Re: [kamailio/kamailio] ims_registrar_scscf: fix uninitialized access of memory, minor refactors (PR #3787)

2024-04-29 Thread Henning Westerholt via sr-dev
Thanks again, merged -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3787#issuecomment-2083271557 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:5.8:cafe437d: tls: clear thread-local variables up to tls_pthreads_key_mark

2024-04-29 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.8 Commit: cafe437dcb637b0e571a2d2ffd04d911584404d9 URL: https://github.com/kamailio/kamailio/commit/cafe437dcb637b0e571a2d2ffd04d911584404d9 Author: S-P Chan Committer: S-P Chan Date: 2024-04-29T21:27:38+08:00 tls: clear thread-local variables up to

[sr-dev] git:master:fe6f4fcd: tls: clear thread-local variables up to tls_pthreads_key_mark

2024-04-29 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: fe6f4fcde2fa06a3c00479cef169c27dc32ae490 URL: https://github.com/kamailio/kamailio/commit/fe6f4fcde2fa06a3c00479cef169c27dc32ae490 Author: S-P Chan Committer: S-P Chan Date: 2024-04-29T21:20:20+08:00 tls: clear thread-local variables up to

[sr-dev] Re: [kamailio/kamailio] ims_registrar_scscf: fix uninitialized access of memory, minor refactors (PR #3787)

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Looks ok for merging, imo. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3787#issuecomment-2082732228 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] [kamailio/kamailio] Mem leak in smsops which leads to the udp receiver process leak memory continuously (Issue #3833)

2024-04-29 Thread paresh-panda via sr-dev
Hi, I am using Kamailio 5.8.1 ( ubuntu 22.04 Jammy 64 Bit),. Below are the observations. I am running a load of 500 3GPP IMS SMS which kamailio decodes and sends to another application over Rabbit MQ (Kazoo Module). **-m 512 -M 256** , using 512 MB Shared memory and 256MB Package Memory.

[sr-dev] Re: [kamailio/kamailio] app_python3: make it compatible with TLS refactoring (Issue #3832)

2024-04-29 Thread space88man via sr-dev
@igorolhovskiy - are you able to test this branch from master(5.9-dev): https://github.com/kamailio/kamailio/tree/fix-tls-python It has a few commits to make `tls_threads_mode=1|2` compatible with `app_python3`. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] ims_registrar_scscf: fix uninitialized access of memory, minor refactors (PR #3787)

2024-04-29 Thread Henning Westerholt via sr-dev
Thanks for the PR, it will be merged in the next days if there are no more comments. Regarding further cleanups, it probably should also be investigated if we can replace the uint_fixup with some standard fixup from the core. -- Reply to this email directly or view it on GitHub:

[sr-dev] git:master:27351e3f: modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]

2024-04-29 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 27351e3f9f551a86ffecbc1e6aa269a2946d55d1 URL: https://github.com/kamailio/kamailio/commit/27351e3f9f551a86ffecbc1e6aa269a2946d55d1 Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-04-29T10:16:08+02:00 modules: readme files regenerated -

[sr-dev] git:master:48dab490: ims_ipsec_pcscf: handle tls for replies

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 48dab490965fa7f2f7200d95edd7dbb1407b2536 URL: https://github.com/kamailio/kamailio/commit/48dab490965fa7f2f7200d95edd7dbb1407b2536 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-29T10:08:29+02:00 ims_ipsec_pcscf:

[sr-dev] git:master:575b17d2: ims_ipsec_pcscf: docs updated for ipsec_forward() flags

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 575b17d23cd5fa060f775bc56b42c735048bc849 URL: https://github.com/kamailio/kamailio/commit/575b17d23cd5fa060f775bc56b42c735048bc849 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-29T06:46:56+02:00 ims_ipsec_pcscf: docs

[sr-dev] git:master:ab261540: ims_ipsec_pcscf: decouple IPSEC_FORWARD_USEVIA and IPSEC_TCPPORT_UEC for requests

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ab261540d656ed456bac8876f77f940457a9baf6 URL: https://github.com/kamailio/kamailio/commit/ab261540d656ed456bac8876f77f940457a9baf6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-29T06:32:07+02:00 ims_ipsec_pcscf:

[sr-dev] git:master:f7f93828: ims_ipsec_pcscf: updated comments for ipsec_forward() flags

2024-04-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f7f93828993b5975dfe5f26ad63ba6c489aa69f7 URL: https://github.com/kamailio/kamailio/commit/f7f93828993b5975dfe5f26ad63ba6c489aa69f7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-29T06:49:47+02:00 ims_ipsec_pcscf: