[sr-dev] Re: [kamailio/kamailio] cmake: Add Windows support (PR #4113)

2025-01-16 Thread lazedo via sr-dev
isn't `docker` or `wsl` a valid alternative ? I think we don't need these `windows` specific changes. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4113#issuecomment-2595238961 You are receiving this because you are subscribed to this thread. Me

[sr-dev] Re: [kamailio/kamailio] core/tcp_main: Match protocol when lookup tcp/tls connections (PR #3810)

2024-09-21 Thread lazedo via sr-dev
thanks @henningw , I reverted 8edeac3be8870bdd4f8d17066172bf2b0182198d from this pr. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3810#issuecomment-2365321759 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] core/tcp_main: Match protocol when lookup tcp/tls connections (PR #3810)

2024-09-21 Thread lazedo via sr-dev
this broke t_relay() for websockets. getting connection not found >From Freeswitch ``` BYE sip:helen1.d8f97...@first.local.root.io;gr=urn:uuid:06e7104a-22ff-43c3-ac7e-ba363b799b3f;x9nh=192.168.105.1~64930~6 SIP/2.0 Via: SIP/2.0/TCP 10.10.1.10:11000;rport;branch=z9hG4bKNS0Ug4S1m19je Route: Ro

[sr-dev] Re: [kamailio/kamailio] websocket: move some logging from ERROR to INFO (PR #3349)

2023-01-27 Thread lazedo
if you're changing this maybe set to `L_DEBUG` instead ? or add a mod param for this ? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3349#issuecomment-1406661231 You are receiving this because you are subscribed to this thread. Message ID:

Re: [sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2021-09-15 Thread lazedo
@henningw we've been applying that patch in our builds and it works for us, but i'm ok in closing the issue. -- 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/2119#issuecomment-91998

Re: [sr-dev] [kamailio/kamailio] textops: RFC2543 is broken (#2844)

2021-09-07 Thread lazedo
Merged #2844 into master. -- 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/2844#event-5265074590___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] xlog: add prefix_mode (#2845)

2021-09-07 Thread lazedo
Merged #2845 into master. -- 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/2845#event-5265072178___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] xlog: add prefix_mode (#2845)

2021-09-07 Thread lazedo
thanks @miconda in the PR example the $_s() was added to have an extra space at end, the `LOG_FX` macro joins the prefix without a space if there's a value and i didn't want to change the `macro`, maybe a PR can be made to `core` to tweak the `LOG_FX` macro. -- You are receiving this because

[sr-dev] [kamailio/kamailio] xlog: add prefix_mode (#2845)

2021-09-07 Thread lazedo
allows pv_format specifier in prefix param