[sr-dev] Re: [kamailio/kamailio] pua_dialoginfo fails to publish the caller when not using avps (Issue #3838)

2024-06-07 Thread Henning Westerholt via sr-dev
PR got merged and will be also backported in one of the next minor releases, closed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3838#issuecomment-2155843210 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] pua_dialoginfo fails to publish the caller when not using avps (Issue #3838)

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

[sr-dev] Re: [kamailio/kamailio] pua_dialoginfo: Fix ruri length (PR #3871)

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

[sr-dev] git:master:2c7c2d21: pua_dialoginfo: Fix ruri length

2024-06-07 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 2c7c2d215ec9277fa706053579a38f058f15ae85 URL: https://github.com/kamailio/kamailio/commit/2c7c2d215ec9277fa706053579a38f058f15ae85 Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2024-06-08T08:52:0

[sr-dev] Re: [kamailio/kamailio] pua_dialoginfo: Fix ruri length (PR #3871)

2024-06-07 Thread Henning Westerholt via sr-dev
Thank you, merged -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3871#issuecomment-2155842977 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developmen

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread Daniel-Constantin Mierla via sr-dev
You still didn't get the gdb backtrace from the core file. Once Kamailio crashed and dumped the core file, you have to run: ``` gdb /usr/local/sbin/kamailio /path/to/core ``` Then inside it run `bt` or `bt full`. It should output something like `Debugging Data` from the issue: - https://githu

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread itpanda2024 via sr-dev
> The logs say that a core file was generated: > > ``` > May 28 10:08:37 KAM02 kamailio[45254]: 0(45254) ALERT: [main.c:787]: > handle_sigs(): core was generated > ``` > > Grab the backtrace with gdb and post it here. Hi @miconda , i give backtrace gdb Reading symbols from /usr/local/sbin/kama

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread Hieu Nguyen Minh via sr-dev
@miconda I have found it. Thank you so much. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3859#issuecomment-2155810861 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread Hieu Nguyen Minh via sr-dev
Hi @miconda could you give me the special gbd command with the kamailio binary located is '/usr/local/sbin/' please? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3859#issuecomment-2155808281 You are receiving this because you are subscribed t

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-06-07 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/3831#issuecomment-2155774580 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] Less predictive algorithm for carrierroute hashing (Issue #3786)

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

[sr-dev] Re: [kamailio/kamailio] free_fixup functions in cmd_export_t are not called (Issue #3814)

2024-06-07 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/3814#issuecomment-2155774574 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] microhttpd cannot be build on CentOS 8 (Issue #3504)

2024-06-07 Thread Enrique Melero via sr-dev
My solution to this was to build the microhttpd package from https://github.com/Karlson2k/libmicrohttpd.git and then replace the existing microhttpd.h file from the distro with the built one. Then I could compile without errors This was done on a raspberry pi -- Reply to this email directly or

[sr-dev] Re: Releasing v5.8.2

2024-06-07 Thread Bastian Triller via sr-dev
Please backport the geoip2 thingy from recently 8ba4ee4e00 ("geoip2: init MMDB_s global pointer and check on destroy") e066613cac ("geoip2: do not close global MMDB_s on destroy") 4bd619d351 ("geoip2: rename global lock variable") baccbe0298 ("geoip2: keep global structure per process") 293193c55c

[sr-dev] Releasing v5.8.2

2024-06-07 Thread Daniel-Constantin Mierla via sr-dev
Hello, I am considering to release Kamailio v5.8.2 (out of branch 5.8) on Wednesday, June 12, 2024. If anyone is aware of issues not yet on the bug tracker, report them there asap in order to have a better chance to be fixed. Cheers, Daniel -- Daniel-Constantin Mierla (@ asipto.com) twitter.com

[sr-dev] git:master:637c5ce2: modules: readme files regenerated - dispatcher ... [skip ci]

2024-06-07 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 637c5ce2a9f2a9f82937f9102545f896a5a8abed URL: https://github.com/kamailio/kamailio/commit/637c5ce2a9f2a9f82937f9102545f896a5a8abed Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-06-07T19:46:11+02:00 modules: readme files regenerated - dispatcher

[sr-dev] Re: [kamailio/kamailio] Fix typos (PR #3870)

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

[sr-dev] git:master:e10a629a: dispatcher: Fix typo

2024-06-07 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: e10a629a7737c12cc58a8abebf1fe67ed1f30ab9 URL: https://github.com/kamailio/kamailio/commit/e10a629a7737c12cc58a8abebf1fe67ed1f30ab9 Author: Bastian Triller Committer: Victor Seva Date: 2024-06-07T19:37:57+02:00 dispatcher: Fix typo --- Modified: src/mod

[sr-dev] git:master:16e1b38f: ims_ipsec_pcscf: Fix typo

2024-06-07 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 16e1b38fcc1593ad09eb03d86cd056ab8ff7f7f7 URL: https://github.com/kamailio/kamailio/commit/16e1b38fcc1593ad09eb03d86cd056ab8ff7f7f7 Author: Bastian Triller Committer: Victor Seva Date: 2024-06-07T19:37:57+02:00 ims_ipsec_pcscf: Fix typo --- Modified: sr

[sr-dev] [kamailio/kamailio] pua_dialoginfo: Fix ruri length (PR #3871)

2024-06-07 Thread Xenofon Karamanos via sr-dev