[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread Antoineb2s via sr-dev
Hello, I still have this pb on kamailio v5.7.4 (debian buster - packages updated from deb.kamailio.org) topos with redis Peer A (caller) => SIP PROXY B => [ Kamailio GW C ] => PSTN D SIP Update coming from D are routed directly from C to A I had to unload topos module -- Reply to this em

[sr-dev] git:master:4137a8c6: pkg/kamailio: packaged pvtpl module into RPM

2024-03-27 Thread Sergey Safarov via sr-dev
Module: kamailio Branch: master Commit: 4137a8c63a03a316a0fa0f37d518a09e68273309 URL: https://github.com/kamailio/kamailio/commit/4137a8c63a03a316a0fa0f37d518a09e68273309 Author: Sergey Safarov Committer: Sergey Safarov Date: 2024-03-27T09:57:29+02:00 pkg/kamailio: packaged pvtpl module into R

[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread Guybrush T. via sr-dev
Hi @Antoineb2s Did you also check kamailio logs for SQL-Errors? I had a same behavior, but it was because our DB was not properly migrated and some text-fields were too short to save all the data which topos needs. In Postgres I changed from varchar to text. Regards -- Reply to this email di

[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread Antoineb2s via sr-dev
Example : ![image](https://github.com/kamailio/kamailio/assets/16756375/5da48b8b-32e3-4c5d-b30b-560d09669753) -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022188357 You are receiving this because you are subscribed to this

[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread Antoineb2s via sr-dev
Hi, Don't know what expecting from redis but no error message for redis-server I also noticed a kamailio error message related to this : Mar 27 09:19:09 tcossbcsfr3 /usr/sbin/kamailio[5246]: ERROR: {1 1 UPDATE e806c441901b4f16a2c74df5a379f973} uac [replace.c:660]: restore_uri(): new URI [] sho

[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread George Diamantopoulos via sr-dev
Hello, have you tried kamailio-5.8.1-dev (nightly)? It solved the problem for me (see #3757), but it would be good to have another confirmation. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022553533 You are receiving this b

[sr-dev] Re: [kamailio/kamailio] Topos breaks early dialog transactions on multi-homed kamailio instances using enable_double_rr and versions >= 5.6.5 (Issue #3757)

2024-03-27 Thread George Diamantopoulos via sr-dev
Hello, No, contact_mode is not defined so it's the default (0). I'll try to investigate a little bit more during the week... -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3757#issuecomment-2022558181 You are receiving this because you are subs

[sr-dev] [kamailio/kamailio] core: dprint - include time in stderr json log (PR #3795)

2024-03-27 Thread Alexander Bakker via sr-dev
Type Of Change - [ ] Small bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) Checklist: - [ ] PR should be backported to stable branches

[sr-dev] Re: [kamailio/kamailio] topos module breaks early-dialog UPDATE requests from b-side (Issue #3437)

2024-03-27 Thread Antoineb2s via sr-dev
Thks I'll try ! I first started to install v5.8.0 yesterday but was facing #3785 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3437#issuecomment-2022758663 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] secsipid method to only validate signature without checking the rest of the header (Issue #3784)

2024-03-27 Thread Ben Kaufman via sr-dev
Confirmed that this is working. Will it get ported to 5.8 or will it be the next `major.minor` release? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3784#issuecomment-2022908007 You are receiving this because you are subscribed to this threa

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.7 TLS fail to compile (Issue #3796)

2024-03-27 Thread Henning Westerholt via sr-dev
Thanks for the report. There are also some issues like this in file_out. @xkaraman could you please have a look? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3796#issuecomment-2023085521 You are receiving this because you are subscribed to thi

[sr-dev] [kamailio/kamailio] Kamailio 5.7 TLS fail to compile (Issue #3796)

2024-03-27 Thread iliesh via sr-dev
### Description Unable to upgrade Kamailio 5.7 on CentOS7 Error: ``` tls_mod.c: In function ‘fork_child’: tls_mod.c:348:2: error: ‘for’ loop initial declarations are only allowed in C99 mode for(int k = 0; k < 16; k++) { ^ tls_mod.c:348:2: note: use option -std=c99 or -std=gnu99 to compile y

[sr-dev] [kamailio/kamailio] Fix 'for' loop initial declarations error (PR #3797)

2024-03-27 Thread Xenofon Karamanos via sr-dev