Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-30 Thread Dmitry Wagin
Closed #2784. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2784#event-4958158832___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-18 Thread Dmitry Wagin
https://github.com/kamailio/kamailio/blob/ecc2cc69b08e797ca954af233c229ed44475ce33/src/modules/nathelper/nathelper.c#L1699 First of all, using `'a=rtcp'` in `replace_sdp_ip()` violates a principle of SoC ([separation of concerns](https://en.wikipedia.org/wiki/Separation_of_concerns)).

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-18 Thread Dmitry Wagin
@miconda I do not understand the reasons for this bulling. I'm not trying to offend anyone. If you are ready to continue, I am ready to explain in more detail what problems I have found and fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-18 Thread Dmitry Wagin
It violates the logical separation of functions. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2784#issuecomment-863889352___ Kamailio

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-18 Thread Dmitry Wagin
It's work badly for 'o=' and 'c=', doesn't return an error on incorrect lines. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-18 Thread Dmitry Wagin
The main reason of my changes: #2769 is buggy and dirty. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2784#issuecomment-863884625___

[sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2784)

2021-06-16 Thread Dmitry Wagin
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2737)

2021-06-10 Thread Dmitry Wagin
Hello All, I'll check it out soon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2737#issuecomment-858826109___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2737)

2021-05-25 Thread Dmitry Wagin
The previous version only worked with IPv4. I've fixed it, but haven't test it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added ignoring RFC3605-param if omitted (#2737)

2021-05-18 Thread Dmitry Wagin
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for

Re: [sr-dev] [kamailio/kamailio] Random crashes on tcp_main.c:handle_tcp_child() on FreeBSD (#2638)

2021-04-29 Thread Dmitry Wagin
Crash with `CRYPTO_THREAD_lock_free()` fixed [FreeBSD Bugzilla – Bug 255486 ](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255486) The problem was that the implementation of the pthreads library is different. `pthread_rwlock_init()` function was allocating memory in a non-shared area. --

[sr-dev] [kamailio/kamailio] Makefile.defs: Fixed libs option for FreeBSD (#2442)

2020-08-16 Thread Dmitry Wagin
!-- 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