[sr-dev] Re: [kamailio/kamailio] sipdump.enable will not dump (Issue #3798)

2024-03-28 Thread Fred Posner via sr-dev
@53c70r -- are you deleting files and enabling within the rotation period? The [default rotation period](https://www.kamailio.org/docs/modules/stable/modules/sipdump.html#sipdump.p.rotate) is 3600s. I would assume the file is not recreated within the rotation period and you should either delet

[sr-dev] Re: [kamailio/kamailio] sipdump.enable will not dump (Issue #3798)

2024-03-28 Thread Fred Posner via sr-dev
I've tested and this seems to be the issue. If I lower the rotation period, delete the files, and restart the new files are created **after** the rotation period has passed. I don't believe this to be a bug and would recommend that you not delete the file within the rotation period if you wish

[sr-dev] Re: [kamailio/kamailio] sipdump.enable will not dump (Issue #3798)

2024-03-28 Thread Fred Posner via sr-dev
Closed #3798 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3798#event-12281742732 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] sipdump.enable will not dump (Issue #3798)

2024-03-28 Thread Fred Posner via sr-dev
Closing. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3798#issuecomment-2025208810 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Maili

[sr-dev] Re: [kamailio/kamailio] relay to voip provider / sip trunk / path? (Issue #3990)

2024-10-02 Thread Fred Posner via sr-dev
Closed #3990 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3990#event-14492512406 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] relay to voip provider / sip trunk / path? (Issue #3990)

2024-10-02 Thread Fred Posner via sr-dev
Hello @gentoosys - Issues are for software bugs, etc. For help with configuration please use the mailing list or matrix: https://www.kamailio.org/w/support/ Thank you. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3990#issuecomment-2389206844

[sr-dev] Re: [kamailio/kamailio] nathelper [nathelper.c:745]: set_contact_alias(): you can't update contact twice, check your config! (Issue #4005)

2024-10-22 Thread Fred Posner via sr-dev
Generally, this is because you're calling the function when alias has already been set. You may wish to consider a current version of kamailio (5.8/5.7) and use the [trim](https://www.kamailio.org/docs/modules/stable/modules/nathelper.html#nathelper.set_contact_alias) option. This being said,

[sr-dev] Re: [kamailio/kamailio] nathelper [nathelper.c:745]: set_contact_alias(): you can't update contact twice, check your config! (Issue #4005)

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

[sr-dev] Re: Request for assistance with Microsoft Teams and Asterisk integration

2024-11-26 Thread Fred Posner via sr-dev
On Nov 25, 2024, at 11:39 AM, Giuseppe Marletta via sr-dev wrote: > > Dear Kamailio Team, > My name is Marletta, and I am a technician. > I am working on a project involving Kamailio and need some information or > assistance to configure its integration with Microsoft Teams and Asterisk. > Spec

[sr-dev] Re: [kamailio/kamailio] Recurring crash: freeing already freed pointer called from tls: tls_init.c: ser_free (Issue #4055)

2024-12-05 Thread Fred Posner via sr-dev
Closed #4055 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4055#event-15546932686 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] Recurring crash: freeing already freed pointer called from tls: tls_init.c: ser_free (Issue #4055)

2024-12-05 Thread Fred Posner via sr-dev
This seems like the known issue with openssl. Best handled via sr-users as isn't a bug. See (https://github.com/kamailio/kamailio/issues/3791) `tls_threads_mode = 1` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4055#issuecomment-2520837829 Yo

[sr-dev] [kamailio/kamailio] tls_wolfssl: crash qm_free / qm_debug_check_frag (Issue #4074)

2024-12-16 Thread Fred Posner via sr-dev
### Introduction First, I apologize for the lack of detail here. I am unable to get a core dump and as a production box, I was unable to run in debug mode. ### Description Using Kamailio 5.8.4 on Debian 12, every 60-80 minutes, the software would crash, blaming tls_wolfssl, such as: ``` 2024-

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: crash qm_free / qm_debug_check_frag (Issue #4074)

2024-12-17 Thread Fred Posner via sr-dev
I had installed via: ``` git clone https://github.com/wolfSSL/wolfssl.git --depth 1 /usr/local/src/kamailio/misc/external/wolfssl/wolfssl cd /usr/local/src/kamailio make modules modules=modules/tls_wolfssl make install modules modules=modules/tls_wolfssl ``` -- Reply to this email directly or v

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: crash qm_free / qm_debug_check_frag (Issue #4074)

2024-12-17 Thread Fred Posner via sr-dev
Looks like it is 5.7.2 version: ``` Name: wolfssl Description: wolfssl C library. Version: 5.7.2 ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4074#issuecomment-2548649913 You are receiving this because you are subscribed to this thread. M

[sr-dev] Re: [kamailio/kamailio] AUTH Module algorithm parameter using MD5 and SHA-256 (Issue #4160)

2025-02-28 Thread Fred Posner via sr-dev
Closed #4160 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4160#event-16516262023 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] AUTH Module algorithm parameter using MD5 and SHA-256 (Issue #4160)

2025-03-01 Thread Fred Posner via sr-dev
fredposner left a comment (kamailio/kamailio#4160) Closing - no info / blank report. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4160#issuecomment-2691263661 You are receiving this because you are subscribed to this thread. Message ID: _