[sr-dev] [kamailio/kamailio] tm - remove not used route_mode var (#2830)

2021-08-20 Thread Luis Martin Gil
!-- 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

Re: [sr-dev] [kamailio/kamailio] tm - remove not used route_mode var (#2406)

2021-08-20 Thread Luis Martin Gil
@miconda Any reason this is not ported to the 5.5.1 branch? https://github.com/kamailio/kamailio/blob/5.5.1/src/modules/tm/tm_load.h#L86 -- 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] tm: enhance fr/retr timers logging (#2818)

2021-08-10 Thread Luis Martin Gil
@miconda - FYI @league55 is from Zaleos' team -- 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/2818#issuecomment-896005442___ Kamailio

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Luis Martin Gil
@NGSegovia FYI -- 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/issues/2448#issuecomment-683634852___ Kamailio (SER) - Development Mailing List

[sr-dev] git:5.4:6619be46: tm - remove not used route_mode var

2020-07-31 Thread Luis Martin Gil
Module: kamailio Branch: 5.4 Commit: 6619be46249dfe0b2f2cbc863cb8b2f44716122b URL: https://github.com/kamailio/kamailio/commit/6619be46249dfe0b2f2cbc863cb8b2f44716122b Author: Luis Martin Gil Committer: Luis Martin Gil Date: 2020-07-23T10:04:04+02:00 tm - remove not used route_mode var

[sr-dev] [kamailio/kamailio] tm - remove not used route_mode var (#2406)

2020-07-23 Thread Luis Martin Gil
!-- 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

[sr-dev] git:master:5649a249: keepalive: logging state of dest just if changed

2020-06-12 Thread Luis Martin Gil
Module: kamailio Branch: master Commit: 5649a24929ae7bd60154a6c58c772db9e462af27 URL: https://github.com/kamailio/kamailio/commit/5649a24929ae7bd60154a6c58c772db9e462af27 Author: Luis Martin Gil Committer: Luis Martin Gil Date: 2020-06-09T10:48:16+02:00 keepalive: logging state of dest just

[sr-dev] [kamailio/kamailio] keepalive: logging state of dest just if changed (#2352)

2020-06-09 Thread Luis Martin Gil
!-- 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

[sr-dev] [kamailio/kamailio] Module development - Best place for "km_log_func_set" logging call (#1753)

2018-12-04 Thread Luis Martin Gil
When using the "km_log_func_set" to configure a customized Kamailio logging function: - **log_custom** module is setting this [per child](https://github.com/kamailio/kamailio/blob/master/src/modules/log_custom/log_custom_mod.c#L99) in the **child_init** function. - **log_systemd** module is

Re: [sr-dev] [kamailio/kamailio] Crashing Kamailio: store_reply. replacing stored reply (#1744)

2018-11-30 Thread Luis Martin Gil
@miconda By the way, do you always recommend using "release" mode better than "debug" mode? -- 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] Crashing Kamailio: store_reply. replacing stored reply (#1744)

2018-11-30 Thread Luis Martin Gil
Thanks for such a quick response. I tried to reproduce it today with version **5.1**, no luck yet. Also, I'll test the patch and keep you posted. -- 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] Crashing Kamailio: store_reply. replacing stored reply (#1744)

2018-11-29 Thread Luis Martin Gil
### Description Did a parallel fork (added two destinations using `append_branch` with the same qvalue). Looks like something is wrong with "store_reply" function: ``` "store_reply(): ERROR: replacing stored reply; aborting" ``` ### Troubleshooting Reproduction Randomly happening when

[sr-dev] log_custom module - LC_LOG_MSG_MAX_SIZE

2018-11-08 Thread Luis Martin Gil
Hi all, Is there any strong reason to set LC_LOG_MSG_MAX_SIZE to 16384 in the log_custom module? Any thoughts / undesired effects if changed to 32768 or higher? ``` $ grep -R 'define LC_LOG_MSG_MAX_SIZE' * src/modules/log_custom/log_custom_mod.c:#define LC_LOG_MSG_MAX_SIZE 16384