[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,bullseye #2723

2024-07-22 Thread kamailio--- via sr-dev
See ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

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

2024-07-22 Thread Andrew Pogrebennyk via sr-dev
Hi! it seems the pua module in send_subscribe ( ) is leaking some memory because the hentity is not released. According to memory allocations the shmem allocated for hentity is not cleaned. ``` 1454582 file = 0x70e59fd30209 "usrloc: ../../core/ut.h", func = 0x70e59fd326c8 <__func__.16> "shm_str_d

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

2024-07-22 Thread sergey-safarov via sr-dev
I found an interesting URL https://bandonga.com/kamailio/directives/ For me, it looks like we can read environment variables from the Kamailio config file ``` #!trydefenv PORT #!trydefenvns FOO #!trydefenvns BAR ``` And do not need adjust `ExecStart` command. -- Reply to this email directly or

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

2024-07-22 Thread Xenofon Karamanos via sr-dev
Hmm, i don't think it will be difficult to implement if I understand correctly what you want. If we define those extra vars in file though, shouldn't our config file check for the existence of these defines and then change the port or whatever they are for? In this case, it can introduce a more

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Good, thanks for testing and reporting back. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3917#issuecomment-2242964017 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

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

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread NUCLEAR-WAR via sr-dev
Hi @miconda just noticed that you commit new change to the module, I tried it and it worked! many thanks for the help. Best Regards -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3917#issuecomment-2242928166 You are receiving this because you

[sr-dev] git:master:7350a80a: nghttp2: duplicate reply status code in nghttp2_send_reply()

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7350a80a1d4d121a75e12529553191c4a9038f56 URL: https://github.com/kamailio/kamailio/commit/7350a80a1d4d121a75e12529553191c4a9038f56 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-22T14:44:42+02:00 nghttp2: duplicate rep

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread NUCLEAR-WAR via sr-dev
Hi @miconda, I cloned master and compiled the module again, here is the bt full from core dump, please feel free to write me back if this one also not correct ´: ``` (gdb) bt full #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44 tid =

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
5.8 series definitely does not have nghttp2 module. Maybe you used the git master branch. However, the coredump backtrace you attached two comments above points to: ``` 0x7fffef76f21f in ksr_nghttp2_send_reply (msg=0x1, rcode=0x55eeafb0, sbody=0x55efc770) at nghttp2_mod.c:328 ``` B

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Victor Seva via sr-dev
Closed #3851 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#event-13600105938 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Victor Seva via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2242772360 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailin

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread NUCLEAR-WAR via sr-dev
Hi @miconda, I cloned Kamailio Master( 5.8 or?), it comes with the module already, then I put it inside the docker setup from this [repo](https://github.com/herlesupreeth/docker_open5gs) the plan is to try to build basic N5 Connectivity between P-CSCF and PCF see [Here](https://github.com/he

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Gianluca Merlo via sr-dev
Thank you! I rerun my scenarios on the nightly deb `5.8.3~bpo12.20240719013235.39`, and I can confirm that the warnings are gone. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2242735775 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] nghttp2 module causing Kamailio P-CSCF to crash on connect (Issue #3917)

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
In the comments is written that the Kamailio version is 5.8, but nghttp2 module is not part of that series. Can you clarify about the version and how you use the module? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3917#issuecomment-224267952

[sr-dev] git:master:34749ab1: utils: jump to error on pkg allocation failure

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 34749ab13b31504358761c964f794b283931394c URL: https://github.com/kamailio/kamailio/commit/34749ab13b31504358761c964f794b283931394c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-22T11:01:16+02:00 utils: jump to error o

[sr-dev] git:master:5a1f80f2: xprint: check to avoid double free

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 5a1f80f266069dbc453b44a856f225c254e7c050 URL: https://github.com/kamailio/kamailio/commit/5a1f80f266069dbc453b44a856f225c254e7c050 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-22T10:02:09+02:00 xprint: check to avoid

[sr-dev] git:master:7c06997a: tls: remove uselss pv format parsing in pv_parse_alt_name()

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7c06997a1b6e77ae0642d369f532219dc35ef8e0 URL: https://github.com/kamailio/kamailio/commit/7c06997a1b6e77ae0642d369f532219dc35ef8e0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-22T10:23:31+02:00 tls: remove uselss pv

[sr-dev] git:master:79a668b8: tls: check lenght when parsing pv alt name

2024-07-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 79a668b8bdb0e085adb3581d718e5fd5ae73e2e4 URL: https://github.com/kamailio/kamailio/commit/79a668b8bdb0e085adb3581d718e5fd5ae73e2e4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-22T10:41:47+02:00 tls: check lenght when

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

2024-07-22 Thread sergey-safarov via sr-dev
I am fine with this PR. Later I will package similar files for RPM packages. @xkaraman, a question for discussion (no need to update the unit file). You have to create a dedicated config file for each Kamailio instance. ``` Environment='CFGFILE=/etc/kamailio/kamailio-%i.cfg' ``` But have you tried